BUILDING IMAGE FOR build_cdrom_gtk debian-installer git tree head: 6ceedfa0f2673ed0f5acd3ac6a85b12d61eba9fd # Check for lost file attributes # Only build the font if we have installation-locale install -d ./tmp/cdrom_gtk case ufs1 in \ ext2) \ genext2fs -d ./tmp/cdrom_gtk/tree -b `expr $(du -s ./tmp/cdrom_gtk/tree | cut -f 1) + $(expr $(find ./tmp/cdrom_gtk/tree | wc -l) \* 2)` -m 0 ./tmp/cdrom_gtk/initrd; \ e2fsck -fy ./tmp/cdrom_gtk/initrd || true; \ gzip -v9f ./tmp/cdrom_gtk/initrd; \ ;; \ initramfs) \ (cd ./tmp/cdrom_gtk/tree && find . | cpio --quiet -o -H newc) > ./tmp/cdrom_gtk/initrd; \ gzip -v9f ./tmp/cdrom_gtk/initrd; \ ;; \ jffs2) \ -d ./tmp/cdrom_gtk/tree -o ./tmp/cdrom_gtk/initrd.gz; \ ;; \ ufs1) \ sh -c 'makefs -t ffs -s 72m -f 3000 -o minfree=0,version=1 $0 ./tmp/cdrom_gtk/tree' ./tmp/cdrom_gtk/initrd; \ gzip -v9f ./tmp/cdrom_gtk/initrd; \ ;; \ *) \ echo "Unsupported filesystem type"; \ exit 1 ;; \ esac Calculated size of `./tmp/cdrom_gtk/initrd': 75497472 bytes, 4846 inodes Extent size set to 8192 ./tmp/cdrom_gtk/initrd: 72.0MB (147456 sectors) block size 8192, fragment size 1024 using 2 cylinder groups of 52.26MB, 6689 blks, 3584 inodes. super-block backups (for fsck -b #) at: 32, 107056, Populating `./tmp/cdrom_gtk/initrd' Image `./tmp/cdrom_gtk/initrd' complete ./tmp/cdrom_gtk/initrd: 76.0% -- replaced with ./tmp/cdrom_gtk/initrd.gz install -m 644 -D tmp/cdrom_gtk/initrd.gz dest/cdrom/gtk/initrd.gz update-manifest dest/cdrom/gtk/initrd.gz "initrd for use with mkisofs to build a CD (graphical)" ./tmp/cdrom_gtk/udeb.list make[2]: `dest/cdrom/gtk/kfreebsd.gz' is up to date. make[2]: `dest/cdrom/gtk/kfreebsd-9.gz' is up to date. rm -f ./tmp/cdrom_gtk/cd_info/* rm: cannot remove `./tmp/cdrom_gtk/cd_info/boot': Is a directory make[2]: [arch_cd_info_dir] Error 1 (ignored) mkdir -p ./tmp/cdrom_gtk/cd_info mkdir -p ./tmp/cdrom_gtk/cd_info/boot/grub sed -e "s/@ARCH@/kfreebsd-amd64/g" boot/kfreebsd/grub-kfreebsd-cdrom.cfg \ > ./tmp/cdrom_gtk/cd_info/boot/grub/grub.cfg if [ -n "/usr/share/grub/ascii.pf2" ] ; then \ cp /usr/share/grub/ascii.pf2 ./tmp/cdrom_gtk/cd_info/boot/grub/font.pf2; \ fi if [ -n "boot/kfreebsd/pics/joy-kbsd.png" ]; then \ if [ -n "boot/kfreebsd/pics/joy-kbsd.svg" -a -f "boot/kfreebsd/pics/joy-kbsd.svg" ]; then \ rsvg-convert boot/kfreebsd/pics/joy-kbsd.svg > boot/kfreebsd/pics/joy-kbsd.png; \ fi; \ cp boot/kfreebsd/pics/joy-kbsd.png ./tmp/cdrom_gtk/cd_info/boot/grub/splash.png; \ fi (rsvg-convert:74272): Pango-WARNING **: error opening config file '/root/.pangorc': Permission denied grub-mkimage -O i386-pc -o ./tmp/cdrom_gtk/cd_info/boot/grub/core.img bsd cpuid echo gfxterm gzio minicmd normal png vbe biosdisk chain iso9660 test cat /usr/lib/grub/i386-pc/cdboot.img ./tmp/cdrom_gtk/cd_info/boot/grub/core.img \ > ./tmp/cdrom_gtk/cd_info/boot/grub/grub_eltorito rm ./tmp/cdrom_gtk/cd_info/boot/grub/core.img # win32-loader if [ -z "" ]; then \ cp /usr/share/win32/win32-loader.exe ./tmp/cdrom_gtk/cd_info/setup.exe; \ cp /usr/share/win32/win32-loader/g2ldr ./tmp/cdrom_gtk/cd_info/g2ldr; \ cp /usr/share/win32/win32-loader/g2ldr.mbr ./tmp/cdrom_gtk/cd_info/g2ldr.mbr; \ \ (printf "[installer]\n"; \ printf "kernel=kfreebsd\n"; \ printf "arch=amd64\n"; \ printf "default_desktop=gnome\n"; \ #if [ -n "" ]; then \ # printf "kfreebsd-amd64/kfreebsd=boot/kernel/kfreebsd.gz\nkfreebsd-amd64/kfreebsd_module=boot/mfsroot.gz\n"; \ # printf "kfreebsd-amd64/gtk/kfreebsd=boot/kernel/kfreebsd.gz\nkfreebsd-amd64/gtk/kfreebsd_module=boot/gtk/mfsroot.gz\n"; \ #else \ printf "user_interface=text\n"; \ printf "kfreebsd-amd64/kfreebsd=boot/kernel/kfreebsd.gz\nkfreebsd-amd64/kfreebsd_module=boot/mfsroot.gz\n"; \ #fi; \ printf "\n[grub]\ng2ldr=g2ldr\ng2ldr.mbr=g2ldr.mbr\n") \ | todos > ./tmp/cdrom_gtk/cd_info/win32-loader.ini; \ fi (cd ./tmp/cdrom_gtk/cd_info; tar czf - .) > dest/cdrom/gtk/debian-cd_info.tar.gz update-manifest dest/cdrom/gtk/debian-cd_info.tar.gz "mkisofs config files for CD (graphical)"