Closed LalatenduMohanty closed 7 years ago
The ISO name should be minishift-b2d.iso as per the repository name. currently it generates minishift.iso
$ bash build.sh ************** + xz -9 --format=lzma --verbose --verbose + cpio -o -H newc xz: Filter chain: --lzma1=dict=64MiB,lc=3,lp=0,pb=2,mode=normal,nice=64,mf=bt4,depth=0 xz: 674 MiB of memory is required. The limiter is disabled. xz: Decompression will need 65 MiB of memory. 335112 blocks (stdin): 31.5 MiB / 163.6 MiB = 0.193, 1.5 MiB/s, 1:49 / xorriso 1.3.2 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/boot2docker.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 179g free xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/tmp/iso' xorriso : UPDATE : 12 files added in 1 seconds xorriso : UPDATE : 12 files added in 1 seconds xorriso : NOTE : Copying to System Area: 432 bytes from file '/usr/lib/ISOLINUX/isohdpfx.bin' libisofs: NOTE : Aligned image size to cylinder size by 299 blocks xorriso : UPDATE : 88.89% done ISO image produced: 18432 sectors Written to medium : 18432 sectors at LBA 0 Writing to 'stdio:/boot2docker.iso' completed successfully. ---> 17c1e3c89489 Removing intermediate container 6f5da9fa41c1 Step 14 : CMD cat boot2docker.iso ---> Running in c10ae0053861 ---> d1c1177e2334 Removing intermediate container c10ae0053861 Successfully built d1c1177e2334 ~/code/gocode/src/github.com/minishift/minishift-b2d-iso/iso Iso available at ./minishift.iso
This is resolved as part of commit https://github.com/minishift/minishift-b2d-iso/commit/95ea4814a01be9340e80f239825ba18e3c783ab9.
The ISO name should be minishift-b2d.iso as per the repository name. currently it generates minishift.iso