[19:56] Hi. In the minimal iso install, is it possible to put a preseed file on the minimal iso ? [20:06] mathiaz: yes, but it's fiddly; wouldn't it be easier to fetch it from the network? [20:06] BTW, "minimal iso" isn't a good description. Do you mean "netboot mini.iso"? [20:07] cjwatson: yes - I refered to netboot. [20:07] cjwatson: it's another option. I was just wondering if that could be possible. [20:07] you can do it and then use file=/cdrom/path/to/file, sure [20:07] cjwatson: I'm already using fuseiso to setup a preseed on the ubuntu-server cd for automatic installation. [20:07] just if you're netbooting it's normally less hassle just to put it on the network and use url= [20:08] (that's what I do) [20:08] cjwatson: I was wondering I could do the same with the netboot min.iso [20:08] oh, let me just double-check that file-preseed is available there [20:09] mathiaz: ah, no, sorry, you can't do it in the usual way. The netboot installation method doesn't actually mount the CD from Linux at any point [20:10] mathiaz: you can, however, unpack the initrd and add /preseed.cfg to it, then repack it [20:10] cjwatson: ok. Thanks. [20:11] '(cd /path/to/unpacked/initrd && find . | cpio --quiet -o -H newc) | gzip -9 > /path/to/new/initrd.gz' does the repacking [20:11] any file called /preseed.cfg in the initrd will automatically be read as a preseed file [20:11] cjwatson: It may be interesting to add cd mounting in the netboot mini.iso also. [20:12] not a good idea IMO, netboot is used by people who have trouble mounting CDs [20:12] (among others) [20:12] I don't want to complicate the netboot path for the very rare cases where mounting the CD is useful [20:12] cjwatson: good point. But they're able to boot from their cd drive [20:13] that's not the same as Linux being able to read from it, though [20:13] I have a lot of bugs that say that [20:13] cjwatson: ok. [20:13] cjwatson: so if you fetch the seed from the network, you need to specify on the command line every time ? [20:14] cjwatson: or do you modify the isolinux.cfg on the mini.iso so that it fetches from the preseed from the network ? [20:15] the former for testing, the latter in production [20:16] the only reasons anyone uses netboot mini.iso seriously anyway are (a) testing (b) Linux can't cope with their CD drive ;-)