Differences between version 2 and previous revision of UbuntuRemastering.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, April 18, 2005 2:33:16 pm | by CraigBox | Revert |
Older page: | version 1 | Last edited on Tuesday, April 12, 2005 5:45:33 pm | by CraigBox | Revert |
@@ -10,4 +10,24 @@
!Changing the logo
You can replace the splash screen (in isolinux/) with a LSS-format file; the best way is to start with a [GIF] and [read the syslinux splash screen HOWTO|http://sweb.cz/Frantisek.Rysanek/splash/isolinux-splash-HOWTO.html].
+
+!Create a preseed file
+
+Start at [the Ubuntu Installation Guide|http://archive.ubuntulinux.org/ubuntu/dists/hoary/main/installer-i386/current/doc/manual/en/apcs01.html] for how to preseed your install.
+
+!Ask less questions at the installer phase
+
+In the isolinux.cfg file in isolinux/, add a line somewhat like
+
+<pre>
+LABEL firewall
+ kernel /install/vmlinuz
+ append preseed/file=/cdrom/preseed/firewall.seed preseed/locale=en_NZ kbd-chooser/method=us vga=normal initrd=/install/initrd.gz ramdisk_size=12288 root=/dev/rd/0 rw --
+</pre>
+
+Threee important additions tell debian-installer how to behave:
+
+;__preseed/file=/cdrom/preseed/firewall.seed__ : Load debconf information from this seed file
+;__preseed/locale=en_NZ__: Specify language and country
+;__kbd-chooser/method=us__: Specify keyboard mapping (note - this is different in Ubuntu to what's published about sarge)