Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2018
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 50.11 KB | None | 0 0
  1. Setting input-charset to 'UTF-8' from locale.
  2. + CLEARSCREEN=echo
  3. + SECONDS=0
  4. + output pushd /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh
  5. + pushd /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh
  6. /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh /home/yochanan/ISO/X205TA
  7. + check_root
  8. + '[' 0 -ne 0 ']'
  9. + echo
  10.  
  11. + disclaimer
  12. + echo
  13.  
  14. + printf 'This script is - and probably always will be - a work in progress, because it is shooting at ever moving targets.\nEven if this script successfully creates an iso, the resulting iso may not boot or installations may end in failure.\nYou may of course report these issues to me, but I might not be able to resolve them.\n\nI have tested this script quite thoroughly but as this script can format a usb stick, it can also potentially harm every disk in your computer.\nI cannot not be held responsible for any damages the script causes.\n\nPress [CTRL]+c to abort this script,\n\nor press [ENTER] to accept the aforementioned risk and continue...'
  15. This script is - and probably always will be - a work in progress, because it is shooting at ever moving targets.
  16. Even if this script successfully creates an iso, the resulting iso may not boot or installations may end in failure.
  17. You may of course report these issues to me, but I might not be able to resolve them.
  18.  
  19. I have tested this script quite thoroughly but as this script can format a usb stick, it can also potentially harm every disk in your computer.
  20. I cannot not be held responsible for any damages the script causes.
  21.  
  22. Press [CTRL]+c to abort this script,
  23.  
  24. or press [ENTER] to accept the aforementioned risk and continue...+ read -p ''
  25.  
  26. + check_distro
  27. + shopt -s nocasematch
  28. + [[ MJRO180 == *\f\e\d\o\r\a* ]]
  29. + [[ MJRO180 == *\k\o\r\o\r\a* ]]
  30. + [[ MJRO180 == *\c\e\n\t\o\s* ]]
  31. + [[ MJRO180 == *\u\b\u\n\t\u* ]]
  32. + [[ MJRO180 == *\m\i\n\t* ]]
  33. + [[ MJRO180 == *\e\l\e\m\e\n\t\a\r\y* ]]
  34. + [[ MJRO180 == *\d\e\b\i\a\n* ]]
  35. + [[ MJRO180 == *\l\i\v\e\ \9\.\0* ]]
  36. + [[ MJRO180 == *\d\-\l\i\v\e* ]]
  37. + [[ MJRO180 == *\k\a\l\i* ]]
  38. + [[ MJRO180 == *\l\m\d\e* ]]
  39. + [[ MJRO180 == *\t\r\i\s\q\u\e\l* ]]
  40. + [[ MJRO180 == *\m\j\r* ]]
  41. + DISTRO=manjaro
  42. + shopt -u nocasematch
  43. + check_free_space
  44. ++ df /home/yochanan/ISO/X205TA
  45. ++ tail -n1
  46. ++ awk '{print $4}'
  47. + '[' 403582372 -gt 6500000 ']'
  48. + printf '\033[0;32m[ OK ]\033[0m Enough free space\n'
  49. [ OK ] Enough free space
  50. + echo
  51.  
  52. + check_partition_type
  53. ++ df -T /home/yochanan/ISO/X205TA
  54. ++ tail -n1
  55. ++ awk '{print $2}'
  56. + '[' ext4 = vfat ']'
  57. ++ df -T /home/yochanan/ISO/X205TA
  58. ++ tail -n1
  59. ++ awk '{print $2}'
  60. + '[' ext4 = ntfs ']'
  61. + printf '\033[0;32m[ OK ]\033[0m Partition type correct\n'
  62. [ OK ] Partition type correct
  63. + echo
  64.  
  65. + iso_or_usb
  66. + echo
  67.  
  68. + PS3='Do you want to create an iso or write directly to a usb (this will destroy all data on the usb) ?'
  69. + options=("Create an iso" "Write directly to usb" "Quit")
  70. + select opt in "${options[@]}"
  71. 1) Create an iso
  72. 2) Write directly to usb
  73. 3) Quit
  74. Do you want to create an iso or write directly to a usb (this will destroy all data on the usb) ?2
  75. + case $opt in
  76. + CREATE_=usb
  77. + insert_usb
  78. + USB_GUESS_TRY=0
  79. + echo
  80.  
  81. + echo
  82.  
  83. + true
  84. + read -p '(Re)insert your target usb stick and press [ENTER]'
  85. (Re)insert your target usb stick and press [ENTER]
  86. + usb_guess
  87. + echo
  88.  
  89. + printf 'Scanning for devices in dmesg for 0/10 seconds...'
  90. Scanning for devices in dmesg for 0/10 seconds...++ dmesg -t
  91. ++ grep -v 'UFW\|SFW\|ISO\|fsck\|audit'
  92. ++ cut -d '[' -f2
  93. ++ tail -n1
  94. ++ cut -d ']' -f1
  95. ++ tr -d ':\| '
  96. + USB_GUESS_1=sdb
  97. + sleep 1
  98. ++ dmesg -t
  99. ++ grep -v 'UFW\|SFW\|ISO\|fsck\|audit'
  100. ++ tail -n1
  101. ++ cut -d '[' -f2
  102. ++ cut -d ']' -f1
  103. ++ tr -d ':\| '
  104. + USB_GUESS_2=sdb
  105. + [[ sdb == \s\d\b ]]
  106. + [[ sdb =~ sd ]]
  107. + [[ 3 -eq 3 ]]
  108. + echo
  109.  
  110. ++ sed -e 's/ *$//g'
  111. + VENDOR=PNY
  112. ++ sed -e 's/ *$//g'
  113. + MODEL='USB 2.0 FD'
  114. + echo
  115.  
  116. + printf 'Is your target usb-device /dev/sdb - PNY USB 2.0 FD ?\n\n'
  117. Is your target usb-device /dev/sdb - PNY USB 2.0 FD ?
  118.  
  119. + PS3='Choose one of the above and hit [ENTER]: '
  120. + options=("[ YES ] Format it and create my usb stick" "[ NO  ] Try usb stick detection again                    " "[ NO  ] Abort")
  121. + select opt in "${options[@]}"
  122. 1) [ YES ] Format it and create my usb stick
  123. 2) [ NO  ] Try usb stick detection again                    
  124. 3) [ NO  ] Abort
  125. Choose one of the above and hit [ENTER]: 1
  126. + case $opt in
  127. + echo
  128.  
  129. + printf 'This will destroy all data on usb stick /dev/sdb - PNY USB 2.0 FD\n'
  130. This will destroy all data on usb stick /dev/sdb - PNY USB 2.0 FD
  131. + printf '\033[0;31mARE YOU SURE ?!\033[0m\n\n'
  132. ARE YOU SURE ?!
  133.  
  134. + PS3=
  135. + options=("yes, continue" "no, abort")
  136. + select opt in "${options[@]}"
  137. 1) yes, continue
  138. 2) no, abort
  139. 1
  140. + case $opt in
  141. + STICK=sdb
  142. + break
  143. + break
  144. + format_usb
  145. + echo
  146.  
  147. + printf 'Formatting usb stick...\n'
  148. Formatting usb stick...
  149. ++ mount
  150. ++ grep -c sdb
  151. ++ /bin/true
  152. + MOUNTNUMBER=0
  153. + command -v udevadm
  154. ++ command -v udevadm
  155. + CMD='/usr/bin/udevadm info -q all -n'
  156. + '[' 0 -gt 0 ']'
  157. + echo
  158.  
  159. + unset MOUNTNUMBER
  160. + unset CMD
  161. + output dd if=/dev/zero of=/dev/sdb bs=512 count=1
  162. + dd if=/dev/zero of=/dev/sdb bs=512 count=1
  163. 1+0 records in
  164. 1+0 records out
  165. 512 bytes copied, 0.00202287 s, 253 kB/s
  166. + output wipefs --all --force /dev/sdb
  167. + wipefs --all --force /dev/sdb
  168. /dev/sdb: 5 bytes were erased at offset 0x00008001 (iso9660): 43 44 30 30 31
  169. + output parted -s /dev/sdb mklabel msdos
  170. + parted -s /dev/sdb mklabel msdos
  171. + output parted -s /dev/sdb mkpart primary 1M 100%
  172. + parted -s /dev/sdb mkpart primary 1M 100%
  173. + sleep 5
  174. + output mkfs.vfat -n X205TA /dev/sdb1
  175. + USB_MOUNT=usb-mount
  176. + output mkdir /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/usb-mount
  177. + mkdir /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/usb-mount
  178. + output mount /dev/sdb1 /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/usb-mount
  179. + mount /dev/sdb1 /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/usb-mount
  180. + echo
  181.  
  182. + printf '  \033[0;32m[ OK ]\033[0m Done formatting...\n'
  183.   [ OK ] Done formatting...
  184. + break
  185. + display_next_step
  186. + '[' -z 2 ']'
  187. + echo
  188.  
  189. + '[' usb == iso ']'
  190. + '[' usb == usb ']'
  191. + printf 'The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.\nSteps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.\n\n'
  192. The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.
  193. Steps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.
  194.  
  195. + '[' 2 -eq 1 ']'
  196. + '[' 2 -eq 2 ']'
  197. + printf '[ \033[0;32mOK\033[0m ] Checking for root privileges\n[ -- ] Downloading prerequisite files\n[ -- ] Extracting iso\n[ -- ] Unsquashing rootfs\n[ -- ] Chroot and kernel update \n[ -- ] Resquashing rootfs\n[ -- ] Creating usb\n'
  198. [ OK ] Checking for root privileges
  199. [ -- ] Downloading prerequisite files
  200. [ -- ] Extracting iso
  201. [ -- ] Unsquashing rootfs
  202. [ -- ] Chroot and kernel update
  203. [ -- ] Resquashing rootfs
  204. [ -- ] Creating usb
  205. + STEP_NR=3
  206. + download_prerequisite_files
  207. + IS_URL='(https?|ftp|file)://[-A-Za-z0-9\+&@#/%?=~_|!:,.;]*[-A-Za-z0-9\+&@#/%=~_|]'
  208. + [[ http://x205ta.myftp.org:1337/kernel/ =~ (https?|ftp|file)://[-A-Za-z0-9\+&@#/%?=~_|!:,.;]*[-A-Za-z0-9\+&@#/%=~_|] ]]
  209. + output wget http://x205ta.myftp.org:1337/kernel/kernel-sound-64bit.tar -O /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/kernel.tar
  210. + wget http://x205ta.myftp.org:1337/kernel/kernel-sound-64bit.tar -O /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/kernel.tar
  211. --2018-12-02 09:26:35--  http://x205ta.myftp.org:1337/kernel/kernel-sound-64bit.tar
  212. Resolving x205ta.myftp.org (x205ta.myftp.org)... 86.91.226.28
  213. Connecting to x205ta.myftp.org (x205ta.myftp.org)|86.91.226.28|:1337... connected.
  214. HTTP request sent, awaiting response... 200 OK
  215. Length: 18042880 (17M) [application/x-tar]
  216. Saving to: ‘/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/kernel.tar’
  217.  
  218. /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.s 100%[===========================================================================================>]  17.21M   447KB/s    in 78s    
  219.  
  220. 2018-12-02 09:27:56 (225 KB/s) - ‘/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/kernel.tar’ saved [18042880/18042880]
  221.  
  222. + output wget https://raw.githubusercontent.com/harryharryharry/x205ta-iso2usb-files/master/efi_bootia32.efi
  223. + wget https://raw.githubusercontent.com/harryharryharry/x205ta-iso2usb-files/master/efi_bootia32.efi
  224. --2018-12-02 09:27:56--  https://raw.githubusercontent.com/harryharryharry/x205ta-iso2usb-files/master/efi_bootia32.efi
  225. Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
  226. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.68.133
  227. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.68.133|:443... connected.
  228. HTTP request sent, awaiting response... 200 OK
  229. Length: 625664 (611K) [application/octet-stream]
  230. Saving to: ‘efi_bootia32.efi’
  231.  
  232. efi_bootia32.efi                            100%[===========================================================================================>] 611.00K  97.4KB/s    in 6.3s    
  233.  
  234. 2018-12-02 09:28:06 (97.4 KB/s) - ‘efi_bootia32.efi’ saved [625664/625664]
  235.  
  236. + output wget https://raw.githubusercontent.com/harryharryharry/x205ta-iso2usb-files/master/isohdpfx.bin
  237. + wget https://raw.githubusercontent.com/harryharryharry/x205ta-iso2usb-files/master/isohdpfx.bin
  238. --2018-12-02 09:28:06--  https://raw.githubusercontent.com/harryharryharry/x205ta-iso2usb-files/master/isohdpfx.bin
  239. Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
  240. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.68.133
  241. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.68.133|:443... connected.
  242. HTTP request sent, awaiting response... 200 OK
  243. Length: 512 [application/octet-stream]
  244. Saving to: ‘isohdpfx.bin’
  245.  
  246. isohdpfx.bin                                100%[===========================================================================================>]     512  --.-KB/s    in 0s      
  247.  
  248. 2018-12-02 09:28:10 (15.5 MB/s) - ‘isohdpfx.bin’ saved [512/512]
  249.  
  250. + output wget https://raw.githubusercontent.com/harryharryharry/x205ta-iso2usb-files/master/HiFi.conf
  251. + wget https://raw.githubusercontent.com/harryharryharry/x205ta-iso2usb-files/master/HiFi.conf
  252. --2018-12-02 09:28:10--  https://raw.githubusercontent.com/harryharryharry/x205ta-iso2usb-files/master/HiFi.conf
  253. Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
  254. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.68.133
  255. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.68.133|:443... connected.
  256. HTTP request sent, awaiting response... 200 OK
  257. Length: 11075 (11K) [text/plain]
  258. Saving to: ‘HiFi.conf’
  259.  
  260. HiFi.conf                                   100%[===========================================================================================>]  10.82K  --.-KB/s    in 0s      
  261.  
  262. 2018-12-02 09:28:15 (23.0 MB/s) - ‘HiFi.conf’ saved [11075/11075]
  263.  
  264. + display_next_step
  265. + '[' -z 3 ']'
  266. + echo
  267.  
  268. + '[' usb == iso ']'
  269. + '[' usb == usb ']'
  270. + printf 'The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.\nSteps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.\n\n'
  271. The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.
  272. Steps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.
  273.  
  274. + '[' 3 -eq 1 ']'
  275. + '[' 3 -eq 2 ']'
  276. + '[' 3 -eq 3 ']'
  277. + printf '[ \033[0;32mOK\033[0m ] Checking for root privileges\n[ \033[0;32mOK\033[0m ] Downloading prerequisite files\n[ -- ] Extracting iso\n[ -- ] Unsquashing rootfs\n[ -- ] Chroot and kernel update \n[ -- ] Resquashing rootfs\n[ -- ] Creating usb\n'
  278. [ OK ] Checking for root privileges
  279. [ OK ] Downloading prerequisite files
  280. [ -- ] Extracting iso
  281. [ -- ] Unsquashing rootfs
  282. [ -- ] Chroot and kernel update
  283. [ -- ] Resquashing rootfs
  284. [ -- ] Creating usb
  285. + STEP_NR=4
  286. + extract_iso
  287. + '[' -f /home/yochanan/ISO/X205TA/manjaro-xfce-18.0-stable-x86_64.iso ']'
  288. + output 7z x /home/yochanan/ISO/X205TA/manjaro-xfce-18.0-stable-x86_64.iso -o/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso
  289. + 7z x /home/yochanan/ISO/X205TA/manjaro-xfce-18.0-stable-x86_64.iso -o/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso
  290.  
  291. 7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
  292. p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs AMD A10-5750M APU with Radeon(tm) HD Graphics   (610F31),ASM,AES-NI)
  293.  
  294. Scanning the drive for archives:
  295. 1 file, 1998415872 bytes (1906 MiB)
  296.  
  297. Extracting archive: /home/yochanan/ISO/X205TA/manjaro-xfce-18.0-stable-x86_64.iso
  298. --
  299. Path = /home/yochanan/ISO/X205TA/manjaro-xfce-18.0-stable-x86_64.iso
  300. Type = Iso
  301. Physical Size = 1998415872
  302. Comment =
  303. Volume: MJRO180
  304. Publisher: MANJARO LINUX <HTTPS://WWW.MANJARO.ORG/>
  305. Preparer: PREPARED BY MANJARO-TOOLS/BUILDISO
  306. Application: MANJARO LINUX LIVE/RESCUE CD
  307. Created = 2018-10-29 13:28:48
  308. Modified = 2018-10-29 13:28:48
  309.  
  310. Everything is Ok                            
  311.  
  312. Folders: 13
  313. Files: 771
  314. Size:       1997186877
  315. Compressed: 1998415872
  316. + display_next_step
  317. + '[' -z 4 ']'
  318. + echo
  319.  
  320. + '[' usb == iso ']'
  321. + '[' usb == usb ']'
  322. + printf 'The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.\nSteps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.\n\n'
  323. The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.
  324. Steps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.
  325.  
  326. + '[' 4 -eq 1 ']'
  327. + '[' 4 -eq 2 ']'
  328. + '[' 4 -eq 3 ']'
  329. + '[' 4 -eq 4 ']'
  330. + printf '[ \033[0;32mOK\033[0m ] Checking for root privileges\n[ \033[0;32mOK\033[0m ] Downloading prerequisite files\n[ \033[0;32mOK\033[0m ] Extracting iso\n[ -- ] Unsquashing rootfs\n[ -- ] Chroot and kernel update \n[ -- ] Resquashing rootfs\n[ -- ] Creating usb\n'
  331. [ OK ] Checking for root privileges
  332. [ OK ] Downloading prerequisite files
  333. [ OK ] Extracting iso
  334. [ -- ] Unsquashing rootfs
  335. [ -- ] Chroot and kernel update
  336. [ -- ] Resquashing rootfs
  337. [ -- ] Creating usb
  338. + STEP_NR=5
  339. + unsquash_fs
  340. + EXTRACTED_ISO=extracted-iso
  341. + CHROOT_MOUNT=squashfs-root
  342. + '[' manjaro == manjaro ']'
  343. ++ find /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso -name 'root*' -type f -size +100M
  344. + SQUASHFS_FILE=/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/rootfs.sfs
  345. ++ find /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso -name 'desktop*' -type f -size +100M
  346. + SQUASHFS_FILE_DESKTOP=/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/desktopfs.sfs
  347. ++ find /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso -name 'live*' -type f -size +25M
  348. + SQUASHFS_FILE_LIVE=/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/livefs.sfs
  349. + output unsquashfs /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/desktopfs.sfs
  350. + unsquashfs /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/desktopfs.sfs
  351. Parallel unsquashfs: Using 4 processors
  352. 221387 inodes (229709 blocks) to write
  353.  
  354. [=========================================================================================================================================================\] 229709/229709 100%
  355.  
  356. created 164171 files
  357. created 7521 directories
  358. created 56474 symlinks
  359. created 1 devices
  360. created 0 fifos
  361. + output cp -a /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/HiFi.conf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/usr/share/alsa/ucm/chtrt5645/HiFi.conf
  362. + cp -a /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/HiFi.conf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/usr/share/alsa/ucm/chtrt5645/HiFi.conf
  363. + output mksquashfs /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/desktopfs.sfs -noappend
  364. + mksquashfs /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/desktopfs.sfs -noappend
  365. Parallel mksquashfs: Using 4 processors
  366. Creating 4.0 filesystem on /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/desktopfs.sfs, block size 131072.
  367. [=========================================================================================================================================================|] 184817/184817 100%
  368.  
  369. Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 131072
  370.     compressed data, compressed metadata, compressed fragments, compressed xattrs
  371.     duplicates are removed
  372. Filesystem size 1312264.03 Kbytes (1281.51 Mbytes)
  373.     32.38% of uncompressed filesystem size (4053192.97 Kbytes)
  374. Inode table size 2250361 bytes (2197.62 Kbytes)
  375.     27.79% of uncompressed inode table size (8096368 bytes)
  376. Directory table size 2458266 bytes (2400.65 Kbytes)
  377.     38.02% of uncompressed directory table size (6466374 bytes)
  378. Xattr table size 4150 bytes (4.05 Kbytes)
  379.     15.90% of uncompressed xattr table size (26100 bytes)
  380. Number of duplicate files found 18581
  381. Number of inodes 228167
  382. Number of files 164171
  383. Number of fragments 10537
  384. Number of symbolic links  56474
  385. Number of device nodes 1
  386. Number of fifo nodes 0
  387. Number of socket nodes 0
  388. Number of directories 7521
  389. Number of ids (unique uids + gids) 8
  390. Number of uids 4
  391.     root (0)
  392.     lightdm (620)
  393.     git (977)
  394.     ntp (87)
  395. Number of gids 7
  396.     root (0)
  397.     cups (209)
  398.     network (90)
  399.     polkitd (102)
  400.     unknown (21)
  401.     lightdm (620)
  402.     git (977)
  403. + output rm -rf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root
  404. + rm -rf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root
  405. + output unsquashfs /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/livefs.sfs
  406. + unsquashfs /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/livefs.sfs
  407. Parallel unsquashfs: Using 4 processors
  408. 11454 inodes (12141 blocks) to write
  409.  
  410. [===========================================================================================================================================================-] 12141/12141 100%
  411.  
  412. created 11132 files
  413. created 1455 directories
  414. created 322 symlinks
  415. created 0 devices
  416. created 0 fifos
  417. + output sed -i -e 's/blacklist brcmfmac/#blacklist brcmfmac/g' /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/etc/modprobe.d/linux49-broadcom-wl.conf
  418. + sed -i -e 's/blacklist brcmfmac/#blacklist brcmfmac/g' /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/etc/modprobe.d/linux49-broadcom-wl.conf
  419. sed: can't read /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/etc/modprobe.d/linux49-broadcom-wl.conf: No such file or directory
  420. + /bin/true
  421. + output mksquashfs /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/livefs.sfs -noappend
  422. + mksquashfs /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/livefs.sfs -noappend
  423. Parallel mksquashfs: Using 4 processors
  424. Creating 4.0 filesystem on /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/livefs.sfs, block size 131072.
  425. [===========================================================================================================================================================/] 12694/12694 100%
  426.  
  427. Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 131072
  428.     compressed data, compressed metadata, compressed fragments, compressed xattrs
  429.     duplicates are removed
  430. Filesystem size 96106.68 Kbytes (93.85 Mbytes)
  431.     33.98% of uncompressed filesystem size (282860.88 Kbytes)
  432. Inode table size 126996 bytes (124.02 Kbytes)
  433.     29.48% of uncompressed inode table size (430758 bytes)
  434. Directory table size 120974 bytes (118.14 Kbytes)
  435.     37.20% of uncompressed directory table size (325185 bytes)
  436. Xattr table size 3602 bytes (3.52 Kbytes)
  437.     15.72% of uncompressed xattr table size (22908 bytes)
  438. Number of duplicate files found 1006
  439. Number of inodes 12909
  440. Number of files 11132
  441. Number of fragments 579
  442. Number of symbolic links  322
  443. Number of device nodes 0
  444. Number of fifo nodes 0
  445. Number of socket nodes 0
  446. Number of directories 1455
  447. Number of ids (unique uids + gids) 3
  448. Number of uids 2
  449.     root (0)
  450.     unknown (110)
  451. Number of gids 3
  452.     root (0)
  453.     unknown (110)
  454.     polkitd (102)
  455. + output rm -rf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root
  456. + rm -rf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root
  457. + output unsquashfs /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/rootfs.sfs
  458. + unsquashfs /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/rootfs.sfs
  459. Parallel unsquashfs: Using 4 processors
  460. 55781 inodes (57381 blocks) to write
  461.  
  462. [===========================================================================================================================================================\] 57381/57381 100%
  463.  
  464. created 47567 files
  465. created 3633 directories
  466. created 6329 symlinks
  467. created 0 devices
  468. created 0 fifos
  469. + '[' manjaro == fedora ']'
  470. + '[' manjaro == korora ']'
  471. + '[' manjaro == centos ']'
  472. + '[' manjaro == qubes ']'
  473. + display_next_step
  474. + '[' -z 5 ']'
  475. + echo
  476.  
  477. + '[' usb == iso ']'
  478. + '[' usb == usb ']'
  479. + printf 'The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.\nSteps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.\n\n'
  480. The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.
  481. Steps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.
  482.  
  483. + '[' 5 -eq 1 ']'
  484. + '[' 5 -eq 2 ']'
  485. + '[' 5 -eq 3 ']'
  486. + '[' 5 -eq 4 ']'
  487. + '[' 5 -eq 5 ']'
  488. + printf '[ \033[0;32mOK\033[0m ] Checking for root privileges\n[ \033[0;32mOK\033[0m ] Downloading prerequisite files\n[ \033[0;32mOK\033[0m ] Extracting iso\n[ \033[0;32mOK\033[0m ] Unsquashing rootfs\n[ -- ] Chroot and kernel update \n[ -- ] Resquashing rootfs\n[ -- ] Creating usb\n'
  489. [ OK ] Checking for root privileges
  490. [ OK ] Downloading prerequisite files
  491. [ OK ] Extracting iso
  492. [ OK ] Unsquashing rootfs
  493. [ -- ] Chroot and kernel update
  494. [ -- ] Resquashing rootfs
  495. [ -- ] Creating usb
  496. + STEP_NR=6
  497. + pre_chroot_fs
  498. + output pushd /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root
  499. + pushd /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root
  500. /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh /home/yochanan/ISO/X205TA
  501. + output tar xf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/kernel.tar --wildcards --no-anchored '*.xz' install-sound-kernel.sh
  502. + tar xf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/kernel.tar --wildcards --no-anchored '*.xz' install-sound-kernel.sh
  503. + output tar xf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/kernel-4.19.2-sound-39.tar.xz
  504. + tar xf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/kernel-4.19.2-sound-39.tar.xz
  505. ++ sed 's:.*/::'
  506. ++ find /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/lib/modules/4.19.0-3-MANJARO /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/lib/modules/4.19.2-sound-39 /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/lib/modules/extramodules-4.19-MANJARO -maxdepth 0 -type d -name '*sound*'
  507. + export KERNELRELEASE=4.19.2-sound-39
  508. + KERNELRELEASE=4.19.2-sound-39
  509. + create_install_grub_executable
  510. + cat
  511. + chmod +x /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/root/install-grub.sh
  512. + output popd
  513. + popd
  514. /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh /home/yochanan/ISO/X205TA
  515. + chroot_fs
  516. + output mount --bind /dev /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/dev
  517. + mount --bind /dev /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/dev
  518. + output mount --bind /dev/pts /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/dev/pts
  519. + mount --bind /dev/pts /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/dev/pts
  520. + output mount --bind /proc /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/proc
  521. + mount --bind /proc /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/proc
  522. + output mount --bind /sys /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/sys
  523. + mount --bind /sys /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/sys
  524. + output mount --bind /run /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/run
  525. + mount --bind /run /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/run
  526. + '[' manjaro == manjaro ']'
  527. + output chroot /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root /bin/bash -x
  528. + chroot /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root /bin/bash -x
  529. + export HOME=/root
  530. + HOME=/root
  531. + export LC_ALL=C
  532. + LC_ALL=C
  533. + sed -i -e 's/MODULES.*/MODULES="sd_mod"/g' /etc/mkinitcpio.conf
  534. + sed -i -e '/#NoUpgrade/s/.*/NoUpgrade = usr\/share\/alsa\/ucm\/chtrt5645\/HiFi.conf/' /etc/pacman.conf
  535. + echo 'nameserver 8.8.8.8'
  536. + sed -i -e s/CheckSpace/#CheckSpace/g /etc/pacman.conf
  537. + pacman-key --init
  538. + pacman-key --populate
  539. ==> Appending keys from archlinux.gpg...
  540. ==> Appending keys from manjaro.gpg...
  541. ==> Locally signing trusted keys in keyring...
  542.   -> Locally signing key DDB867B92AA789C165EEFA799B729B06A680C281...
  543.   -> Locally signing key 75C1B95A4D9514A57EB2DAE71817DC63CD3B5DF5...
  544.   -> Locally signing key 16DC688DF3EECC72323954237EC47C82A42D53A2...
  545.   -> Locally signing key 76C6E477042BFE985CC220BD9C08A255442FAFF0...
  546.   -> Locally signing key 2D14560CDCE6A75BB186DB758238651DDF5E0594...
  547.   -> Locally signing key B4663188A692DB1E45A98EE95BD96CC4247B52CC...
  548.   -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
  549.   -> Locally signing key 04BB537F5BC2D399BFA72F8F17C752B61B2F2E90...
  550.   -> Locally signing key 91FFE0700E80619CEB73235CA88E23E377514E00...
  551.   -> Locally signing key 35B4FF23EA9477582C2A0AF12B80869C5C0102A6...
  552.   -> Locally signing key 77DC01C9971AC3C39A0626F72C089F09AC97B894...
  553.   -> Locally signing key 39F0EC1AE50B37E5F3196F09DAD3B211663CA268...
  554.   -> Locally signing key E4CDFE50A2DA85D58C8A8C70CAA6A59611C7F07E...
  555.   -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
  556.   -> Locally signing key 7C89F4D439B2BFACF425107B62443D89B35859F8...
  557.   -> Locally signing key 22C903DE964E6FE321656E318DB9F8C18DF53602...
  558.   -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
  559.   -> Locally signing key 5A97ED6B72418199F0C22B23137C934B5DCB998E...
  560.   -> Locally signing key 2C688B52E3FC0144B7484BABE3B3F44AC45EE0AA...
  561.   -> Locally signing key 1E7908935AAB9A00D6B47503363DFFFD59152F77...
  562.   -> Locally signing key 74C2F2CC05A0AB7D859839938934292D604F8BA2...
  563. ==> Importing owner trust values...
  564. ==> Disabling revoked keys in keyring...
  565.   -> Disabling key 7FA647CD89891DEDC060287BB9113D1ED21E1A55...
  566.   -> Disabling key D4DE5ABDE2A7287644EAC7E36D1A9E70E19DAA50...
  567.   -> Disabling key 40440DC037C05620984379A6761FAD69BA06C6A9...
  568.   -> Disabling key B1F2C889CB2CCB2ADA36D963097D629E437520BD...
  569.   -> Disabling key 5357F3B111688D88C1D88119FCF2CB179205AC90...
  570.   -> Disabling key 5559BC1A32B8F76B3FCCD9555FA5E5544F010D48...
  571.   -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
  572.   -> Disabling key FAA6840E8C3FC7F89BEE0DC8AC7AB10BCB6CDD17...
  573.   -> Disabling key 63F395DE2D6398BBE458F281F2DBB4931985A992...
  574.   -> Disabling key 8F76BEEA0289F9E1D3E229C05F946DED983D4366...
  575.   -> Disabling key 4FCF887689C41B09506BE8D5F3E1D5C5D30DB0AD...
  576.   -> Disabling key FB871F0131FEA4FB5A9192B4C8880A6406361833...
  577.   -> Disabling key 81D7F8241DB38BC759C80FCE3A726C6170E80477...
  578.   -> Disabling key 5E7585ADFF106BFFBBA319DC654B877A0864983E...
  579.   -> Disabling key 50F33E2E5B0C3D900424ABE89BDCF497A4BBCC7F...
  580.   -> Disabling key E7210A59715F6940CF9A4E36A001876699AD6E84...
  581.   -> Disabling key 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A...
  582.   -> Disabling key F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6...
  583.   -> Disabling key 40776A5221EF5AD468A4906D42A1DB15EC133BAD...
  584.   -> Disabling key 8CF934E339CAD8ABF342E822E711306E3C4F88BC...
  585.   -> Disabling key 5696C003B0854206450C8E5BE613C09CB4440678...
  586.   -> Disabling key 5A2257D19FF7E1E0E415968CE62F853100F0D0F0...
  587.   -> Disabling key 9515D8A8EAB88E49BB65EDBCE6B456CAF15447D5...
  588.   -> Disabling key 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2...
  589.   -> Disabling key 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196...
  590.   -> Disabling key 34C5D94FE7E7913E86DC427E7FB1A3800C84C0A5...
  591.   -> Disabling key 39F880E50E49A4D11341E8F939E4F17F295AFBF4...
  592.   -> Disabling key 540DE7083B89314CF70EA6F0C1B1AD0DA80EBF3E...
  593.   -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
  594.   -> Disabling key 07DFD3A0BC213FA12EDC217559B3122E2FA915EC...
  595.   -> Disabling key 44D4A033AC140143927397D47EFD567D4C7EA887...
  596.   -> Disabling key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
  597.   -> Disabling key 8840BD07FC24CB7CE394A07CCF7037A4F27FB7DA...
  598. ==> Updating trust database...
  599. gpg: next trustdb check due at 2018-12-13
  600. + pacman -Sy --noconfirm --force
  601. error: invalid option '--force'
  602. + echo 'NoUpdate = True'
  603. + '[' manjaro == manjaro ']'
  604. + pacman -Rsc manjaro-hello --noconfirm --force
  605. error: invalid option '--force'
  606. + pacman -S manjaro-tools-iso gnome-terminal --noconfirm --force
  607. error: invalid option '--force'
  608. + sed -i -e 's/HOOKS.*/HOOKS="base udev block miso_shutdown miso miso_loop_mnt miso_kms filesystems keyboard"/g' /etc/mkinitcpio.conf
  609. + sed -i -e 's/blacklist brcmfmac/#blacklist brcmfmac/g' /etc/modprobe.d/linux49-broadcom-wl.conf
  610. sed: can't read /etc/modprobe.d/linux49-broadcom-wl.conf: No such file or directory
  611. + sed -i -e '$ d' /etc/resolv.conf
  612. + sudo mkinitcpio -k 4.19.2-sound-39 -c /etc/mkinitcpio.conf -g /boot/initramfs-4.19.2-sound-39.img
  613. ==> Starting build: 4.19.2-sound-39
  614.  -> Running build hook: [base]
  615.  -> Running build hook: [udev]
  616.  -> Running build hook: [block]
  617. ==> ERROR: Hook 'miso_shutdown' cannot be found
  618. ==> ERROR: Hook 'miso' cannot be found
  619. ==> ERROR: Hook 'miso_loop_mnt' cannot be found
  620. ==> ERROR: Hook 'miso_kms' cannot be found
  621.  -> Running build hook: [filesystems]
  622.  -> Running build hook: [keyboard]
  623. ==> Generating module dependencies
  624. ==> Creating gzip-compressed initcpio image: /boot/initramfs-4.19.2-sound-39.img
  625. ==> WARNING: errors were encountered during the build. The image may not be complete.
  626. + pacman -Scc --noconfirm
  627. warning: database file for 'core' does not exist (use '-Sy' to download)
  628. warning: database file for 'extra' does not exist (use '-Sy' to download)
  629. warning: database file for 'community' does not exist (use '-Sy' to download)
  630. warning: database file for 'multilib' does not exist (use '-Sy' to download)
  631.  
  632. Cache directory: /var/cache/pacman/pkg/
  633. :: Do you want to remove ALL files from cache? [y/N]
  634.  
  635. Database directory: /var/lib/pacman/
  636. :: Do you want to remove unused repositories? [Y/n]
  637. removing unused sync repositories...
  638. + sed -i -e s/#CheckSpace/CheckSpace/g /etc/pacman.conf
  639. + '[' manjaro == ubuntu ']'
  640. + '[' manjaro == mint ']'
  641. + '[' manjaro == debian ']'
  642. + '[' manjaro == lmde ']'
  643. + '[' manjaro == tails ']'
  644. + '[' manjaro == elementary ']'
  645. + '[' manjaro == trisquel ']'
  646. + '[' manjaro == kali ']'
  647. + '[' manjaro == fedora ']'
  648. + '[' manjaro == korora ']'
  649. + '[' manjaro == centos ']'
  650. + '[' manjaro == qubes ']'
  651. + '[' manjaro == chakra ']'
  652. + '[' manjaro == debian ']'
  653. + '[' manjaro == kali ']'
  654. ++ find /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/ -name '*vmlinu*' -not -path '*pxe*' -not -path '*install*' -not -path '*vmlinuz2*'
  655. + VMLINUZ_OLD=/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/vmlinuz-x86_64
  656. ++ find /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/boot -name '*vmlinu*sound*'
  657. + VMLINUZ_NEW=/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/boot/vmlinuz-4.19.2-sound-39
  658. + '[' manjaro == antergos ']'
  659. + '[' manjaro == chakra ']'
  660. + '[' manjaro == debian ']'
  661. + '[' manjaro == kali ']'
  662. ++ find /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/ -name '*initr*' -not -path '*pxe*' -not -path '*install*' -not -path '*pool*' -not -path '*initrd2*'
  663. + INITRD_OLD=/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/initramfs-x86_64.img
  664. ++ find /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/boot -name '*initr*sound*'
  665. + INITRD_NEW=/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/boot/initramfs-4.19.2-sound-39.img
  666. + output cp -av /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/vmlinuz-x86_64 /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/vmlinuz-x86_64.old
  667. + cp -av /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/vmlinuz-x86_64 /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/vmlinuz-x86_64.old
  668. '/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/vmlinuz-x86_64' -> '/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/vmlinuz-x86_64.old'
  669. + output cp -av /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/initramfs-x86_64.img /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/initramfs-x86_64.img.old
  670. + cp -av /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/initramfs-x86_64.img /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/initramfs-x86_64.img.old
  671. '/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/initramfs-x86_64.img' -> '/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/initramfs-x86_64.img.old'
  672. + output cp -av /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/boot/vmlinuz-4.19.2-sound-39 /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/vmlinuz-x86_64
  673. + cp -av /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/boot/vmlinuz-4.19.2-sound-39 /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/vmlinuz-x86_64
  674. '/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/boot/vmlinuz-4.19.2-sound-39' -> '/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/vmlinuz-x86_64'
  675. + output cp -av /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/boot/initramfs-4.19.2-sound-39.img /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/initramfs-x86_64.img
  676. + cp -av /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/boot/initramfs-4.19.2-sound-39.img /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/initramfs-x86_64.img
  677. '/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/boot/initramfs-4.19.2-sound-39.img' -> '/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/initramfs-x86_64.img'
  678. + umount -l /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/dev/pts /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/dev /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/run
  679. + output rm -f /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/root/.bash_history
  680. + rm -f /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/root/.bash_history
  681. + output rm -rf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/run/blkid
  682. + rm -rf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/run/blkid
  683. + output rm -f /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/run/lock/dmraid
  684. + rm -f /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/run/lock/dmraid
  685. + output rm -f /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/run/lvm/.cache
  686. + rm -f /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/run/lvm/.cache
  687. + output rm -f /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/boot/grub/grub.cfg
  688. + rm -f /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/boot/grub/grub.cfg
  689. + output rm -f /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/etc/mtab
  690. + rm -f /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/etc/mtab
  691. + output rm -rf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/dev
  692. + rm -rf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/dev
  693. + output rm -rf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/run
  694. + rm -rf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/run
  695. + output mkdir /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/dev
  696. + mkdir /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/dev
  697. + output mkdir /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/run
  698. + mkdir /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/run
  699. + umount -l /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/proc /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root/sys
  700. + display_next_step
  701. + '[' -z 6 ']'
  702. + echo
  703.  
  704. + '[' usb == iso ']'
  705. + '[' usb == usb ']'
  706. + printf 'The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.\nSteps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.\n\n'
  707. The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.
  708. Steps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.
  709.  
  710. + '[' 6 -eq 1 ']'
  711. + '[' 6 -eq 2 ']'
  712. + '[' 6 -eq 3 ']'
  713. + '[' 6 -eq 4 ']'
  714. + '[' 6 -eq 5 ']'
  715. + '[' 6 -eq 6 ']'
  716. + printf '[ \033[0;32mOK\033[0m ] Checking for root privileges\n[ \033[0;32mOK\033[0m ] Downloading prerequisite files\n[ \033[0;32mOK\033[0m ] Extracting iso\n[ \033[0;32mOK\033[0m ] Unsquashing rootfs\n[ \033[0;32mOK\033[0m ] Chroot and kernel update \n[ -- ] Resquashing rootfs\n[ -- ] Creating usb\n'
  717. [ OK ] Checking for root privileges
  718. [ OK ] Downloading prerequisite files
  719. [ OK ] Extracting iso
  720. [ OK ] Unsquashing rootfs
  721. [ OK ] Chroot and kernel update
  722. [ -- ] Resquashing rootfs
  723. [ -- ] Creating usb
  724. + STEP_NR=7
  725. + squash_fs
  726. + '[' manjaro == fedora ']'
  727. + '[' manjaro == korora ']'
  728. + '[' manjaro == centos ']'
  729. + '[' manjaro == qubes ']'
  730. + output mksquashfs /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/rootfs.sfs -noappend
  731. + mksquashfs /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/squashfs-root /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/rootfs.sfs -noappend
  732. Parallel mksquashfs: Using 4 processors
  733. Creating 4.0 filesystem on /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro/x86_64/rootfs.sfs, block size 131072.
  734. [===========================================================================================================================================================\] 57264/57264 100%
  735.  
  736. Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 131072
  737.     compressed data, compressed metadata, compressed fragments, compressed xattrs
  738.     duplicates are removed
  739. Filesystem size 610667.21 Kbytes (596.35 Mbytes)
  740.     39.30% of uncompressed filesystem size (1553882.91 Kbytes)
  741. Inode table size 549412 bytes (536.54 Kbytes)
  742.     26.64% of uncompressed inode table size (2062395 bytes)
  743. Directory table size 597037 bytes (583.04 Kbytes)
  744.     38.90% of uncompressed directory table size (1534777 bytes)
  745. Xattr table size 186 bytes (0.18 Kbytes)
  746.     25.83% of uncompressed xattr table size (720 bytes)
  747. Number of duplicate files found 6567
  748. Number of inodes 59142
  749. Number of files 48978
  750. Number of fragments 3533
  751. Number of symbolic links  6330
  752. Number of device nodes 0
  753. Number of fifo nodes 0
  754. Number of socket nodes 4
  755. Number of directories 3830
  756. Number of ids (unique uids + gids) 9
  757. Number of uids 2
  758.     root (0)
  759.     nobody (65534)
  760. Number of gids 8
  761.     root (0)
  762.     ftp (11)
  763.     tty (5)
  764.     dbus (81)
  765.     polkitd (102)
  766.     games (50)
  767.     systemd-journal-remote (982)
  768.     systemd-journal (984)
  769. + display_next_step
  770. + '[' -z 7 ']'
  771. + echo
  772.  
  773. + '[' usb == iso ']'
  774. + '[' usb == usb ']'
  775. + printf 'The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.\nSteps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.\n\n'
  776. The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.
  777. Steps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.
  778.  
  779. + '[' 7 -eq 1 ']'
  780. + '[' 7 -eq 2 ']'
  781. + '[' 7 -eq 3 ']'
  782. + '[' 7 -eq 4 ']'
  783. + '[' 7 -eq 5 ']'
  784. + '[' 7 -eq 6 ']'
  785. + '[' 7 -eq 7 ']'
  786. + printf '[ \033[0;32mOK\033[0m ] Checking for root privileges\n[ \033[0;32mOK\033[0m ] Downloading prerequisite files\n[ \033[0;32mOK\033[0m ] Extracting iso\n[ \033[0;32mOK\033[0m ] Unsquashing rootfs\n[ \033[0;32mOK\033[0m ] Chroot and kernel update \n[ \033[0;32mOK\033[0m ] Resquashing rootfs\n[ -- ] Creating usb\n'
  787. [ OK ] Checking for root privileges
  788. [ OK ] Downloading prerequisite files
  789. [ OK ] Extracting iso
  790. [ OK ] Unsquashing rootfs
  791. [ OK ] Chroot and kernel update
  792. [ OK ] Resquashing rootfs
  793. [ -- ] Creating usb
  794. + STEP_NR=8
  795. + make_iso_or_usb
  796. + output rm -rf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/EFI
  797. + rm -rf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/EFI
  798. + output rm -rf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/efi
  799. + rm -rf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/efi
  800. + output mkdir -p /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/EFI/BOOT
  801. + mkdir -p /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/EFI/BOOT
  802. + output cp -a /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/efi_bootia32.efi /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/EFI/BOOT/bootia32.efi
  803. + cp -a /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/efi_bootia32.efi /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/EFI/BOOT/bootia32.efi
  804. + output pushd /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso
  805. + pushd /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso
  806. /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh /home/yochanan/ISO/X205TA
  807. + OUTFILE=x205ta-harryskernel-4.19.2-sound-39-manjaro-xfce-18.0-stable-x86_64.iso
  808. + '[' manjaro == debian ']'
  809. + '[' manjaro == kali ']'
  810. + '[' manjaro == tails ']'
  811. + '[' manjaro == ubuntu ']'
  812. + '[' manjaro == elementary ']'
  813. + '[' manjaro == trisquel ']'
  814. + '[' manjaro == mint ']'
  815. + '[' manjaro == lmde ']'
  816. + '[' manjaro == fedora ']'
  817. + '[' manjaro == qubes ']'
  818. + '[' manjaro == korora ']'
  819. + '[' manjaro == centos ']'
  820. + '[' manjaro == manjaro ']'
  821. + output mkdir -p /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/grub
  822. + mkdir -p /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot/grub
  823. + cat
  824. + '[' usb == iso ']'
  825. + output cp -dR /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot '/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/[BOOT]' /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot.catalog /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/EFI /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/efi.img /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/usb-mount
  826. + cp -dR /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot '/tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/[BOOT]' /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/boot.catalog /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/EFI /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/efi.img /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/extracted-iso/manjaro /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/usb-mount
  827. + '[' manjaro == antergos ']'
  828. + '[' manjaro == chakra ']'
  829. + ask_to_create_persistence
  830. + '[' usb == usb ']'
  831. + '[' manjaro == ubuntu ']'
  832. + '[' manjaro == mint ']'
  833. + '[' manjaro == elementary ']'
  834. + '[' manjaro == tails ']'
  835. + STEP_NR=7
  836. + display_next_step
  837. + '[' -z 7 ']'
  838. + echo
  839.  
  840. + '[' usb == iso ']'
  841. + '[' usb == usb ']'
  842. + printf 'The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.\nSteps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.\n\n'
  843. The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.
  844. Steps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.
  845.  
  846. + '[' 7 -eq 1 ']'
  847. + '[' 7 -eq 2 ']'
  848. + '[' 7 -eq 3 ']'
  849. + '[' 7 -eq 4 ']'
  850. + '[' 7 -eq 5 ']'
  851. + '[' 7 -eq 6 ']'
  852. + '[' 7 -eq 7 ']'
  853. + printf '[ \033[0;32mOK\033[0m ] Checking for root privileges\n[ \033[0;32mOK\033[0m ] Downloading prerequisite files\n[ \033[0;32mOK\033[0m ] Extracting iso\n[ \033[0;32mOK\033[0m ] Unsquashing rootfs\n[ \033[0;32mOK\033[0m ] Chroot and kernel update \n[ \033[0;32mOK\033[0m ] Resquashing rootfs\n[ -- ] Creating usb\n'
  854. [ OK ] Checking for root privileges
  855. [ OK ] Downloading prerequisite files
  856. [ OK ] Extracting iso
  857. [ OK ] Unsquashing rootfs
  858. [ OK ] Chroot and kernel update
  859. [ OK ] Resquashing rootfs
  860. [ -- ] Creating usb
  861. + STEP_NR=8
  862. + function_sync
  863. + printf '\nPlease wait while writing remaining data buffered in memory to usb:\n'
  864.  
  865. Please wait while writing remaining data buffered in memory to usb:
  866. + echo
  867.  
  868. + echo
  869.  
  870. + set +em
  871. + trap - ERR
  872. + pid=2573
  873. + true
  874. + ps --pid 2573
  875. + sync
  876. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  877. Dirty:              5124 kB
  878. Writeback:         16508 kB
  879. + sleep 0.1
  880. + true
  881. + ps --pid 2573
  882. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  883. Dirty:              1084 kB
  884. Writeback:         16616 kB
  885. + sleep 0.1
  886. + true
  887. + ps --pid 2573
  888. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  889. Dirty:              1632 kB
  890. Writeback:         16528 kB
  891. + sleep 0.1
  892. + true
  893. + ps --pid 2573
  894. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  895. Dirty:              1632 kB
  896. Writeback:         16528 kB
  897. + sleep 0.1
  898. + true
  899. + ps --pid 2573
  900. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  901. Dirty:              2032 kB
  902. Writeback:         16528 kB
  903. + sleep 0.1
  904. + true
  905. + ps --pid 2573
  906. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  907. Dirty:              2032 kB
  908. Writeback:         16528 kB
  909. + sleep 0.1
  910. + true
  911. + ps --pid 2573
  912. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  913. Dirty:              2032 kB
  914. Writeback:         16528 kB
  915. + sleep 0.1
  916. + true
  917. + ps --pid 2573
  918. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  919. Dirty:              1664 kB
  920. Writeback:         15240 kB
  921. + sleep 0.1
  922. + true
  923. + ps --pid 2573
  924. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  925. Dirty:              1664 kB
  926. Writeback:         11056 kB
  927. + sleep 0.1
  928. + true
  929. + ps --pid 2573
  930. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  931. Dirty:              5004 kB
  932. Writeback:          9048 kB
  933. + sleep 0.1
  934. + true
  935. + ps --pid 2573
  936. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  937. Dirty:              5848 kB
  938. Writeback:          9048 kB
  939. + sleep 0.1
  940. + true
  941. + ps --pid 2573
  942. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  943. Dirty:              5896 kB
  944. Writeback:          9048 kB
  945. + sleep 0.1
  946. + true
  947. + ps --pid 2573
  948. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  949. Dirty:              8572 kB
  950. Writeback:          9048 kB
  951. + sleep 0.1
  952. + true
  953. + ps --pid 2573
  954. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  955. Dirty:              8572 kB
  956. Writeback:          9048 kB
  957. + sleep 0.1
  958. + true
  959. + ps --pid 2573
  960. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  961. Dirty:              8572 kB
  962. Writeback:          9048 kB
  963. + sleep 0.1
  964. + true
  965. + ps --pid 2573
  966. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  967. Dirty:              8964 kB
  968. Writeback:          5128 kB
  969. + sleep 0.1
  970. + true
  971. + ps --pid 2573
  972. + grep --color=never -e Dirty: -e Writeback: /proc/meminfo
  973. Dirty:              8972 kB
  974. Writeback:          1192 kB
  975. + sleep 0.1
  976. + true
  977. + ps --pid 2573
  978. + '[' 1 -ne 1 ']'
  979. + break
  980. + set -em
  981. + trap forced_exit ERR
  982. + '[' usb == usb ']'
  983. + output umount /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/usb-mount
  984. + umount /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh/usb-mount
  985. + output popd
  986. + popd
  987. /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh /home/yochanan/ISO/X205TA
  988. + display_next_step
  989. + '[' -z 8 ']'
  990. + echo
  991.  
  992. + '[' usb == iso ']'
  993. + '[' usb == usb ']'
  994. + printf 'The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.\nSteps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.\n\n'
  995. The script will perform the following steps to build your customized manjaro usb, do not remove the PNY USB 2.0 FD usb stick until script is finished.
  996. Steps 4 to 6 may take some time, for a more verbose output set VERBOSE=true at the beginning of the script.
  997.  
  998. + '[' 8 -eq 1 ']'
  999. + '[' 8 -eq 2 ']'
  1000. + '[' 8 -eq 3 ']'
  1001. + '[' 8 -eq 4 ']'
  1002. + '[' 8 -eq 5 ']'
  1003. + '[' 8 -eq 6 ']'
  1004. + '[' 8 -eq 7 ']'
  1005. + '[' 8 -eq 8 ']'
  1006. + printf '[ \033[0;32mOK\033[0m ] Checking for root privileges\n[ \033[0;32mOK\033[0m ] Downloading prerequisite files\n[ \033[0;32mOK\033[0m ] Extracting iso\n[ \033[0;32mOK\033[0m ] Unsquashing rootfs\n[ \033[0;32mOK\033[0m ] Chroot and kernel update \n[ \033[0;32mOK\033[0m ] Resquashing rootfs\n[ \033[0;32mOK\033[0m ] Creating usb\n'
  1007. [ OK ] Checking for root privileges
  1008. [ OK ] Downloading prerequisite files
  1009. [ OK ] Extracting iso
  1010. [ OK ] Unsquashing rootfs
  1011. [ OK ] Chroot and kernel update
  1012. [ OK ] Resquashing rootfs
  1013. [ OK ] Creating usb
  1014. + STEP_NR=9
  1015. + output popd
  1016. + popd
  1017. /home/yochanan/ISO/X205TA
  1018. + duration=1039
  1019. + '[' usb == iso ']'
  1020. + printf '\n[ \033[0;32mOK\033[0m ] Customized manjaro usb finished ! \n\n'
  1021.  
  1022. [ OK ] Customized manjaro usb finished !
  1023.  
  1024. + printf 'The script took 17 minutes and 19 seconds to create your manjaro usb\n\n'
  1025. The script took 17 minutes and 19 seconds to create your manjaro usb
  1026.  
  1027. + clean_exit
  1028. + cd /home/yochanan/ISO/X205TA
  1029. + rm -rf /tmp/tmp.VsUNymNm1a.x205ta-custom-liveusb.sh
  1030. + exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement