Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop |
| Wed Feb 20 21:04:21 2008 +0100 (9 months ago) | |
| changeset 493 | a1f428718d77 |
| manifest | a1f428718d77 |
| parent 492 | 603a14543709 |
| child 494 | ee1d27d12afc |
--- a/debian/changelog Wed Feb 20 17:32:10 2008 +0100+++ b/debian/changelog Wed Feb 20 21:04:21 2008 +0100@@ -2,7 +2,8 @@ grml-live (0.5) unstable; urgency=low* Make sure we use ${GRML_NAME}.squashfs instead of hardcodedgrml.squashfs.- * Update grml2ram/toram information inside bootsplashes.+ * Update bootsplashes to current implementation, based on+ live-initramfs and grml-autoconfig.-- Michael Prokop <mika@grml.org> Wed, 20 Feb 2008 16:41:06 +0100
--- a/templates/boot/isolinux/f3 Wed Feb 20 17:32:10 2008 +0100+++ b/templates/boot/isolinux/f3 Wed Feb 20 21:04:21 2008 +0100@@ -18,6 +18,6 @@grml2ram copy to RAM to RAM and run from thereA list with all supported boot options can be found on the CD at- /cdrom/GRML/grml-cheatcodes.txt+ /live/image/GRML/grml-cheatcodes.txt1f
--- a/templates/boot/isolinux/f4 Wed Feb 20 17:32:10 2008 +0100+++ b/templates/boot/isolinux/f4 Wed Feb 20 21:04:21 2008 +0100@@ -2,22 +2,22 @@70 The following options can be used at the boot:-prompt. [1/2]- grml nousb nousb2 disable initialization of USB in initial ramdisk- grml nofirewire disable initialization of firewire in initial ramdisk- grml scandelay[=seconds] delay accessing ISO-device (useful on usb-stick)- grml scsi=modulename load specified SCSI module (don't add .ko)- grml scsi=probe autoprobe all available scsi modules- grml scsi=ask prompt for loading of SCSI module- grml blacklist=modulename completely disable loading of specified module- grml no{fstab|swap|apm|apic|acpi|scsi|sound} disable specified feature- grml nodma ide=nodma disable DMA accelleration for ALL IDE-drives- grml noudev disable startup of udev (use with care)+ grml blacklist=firewire-core disable new (Juju) firewire stack+ grml blacklist=ieee1394 disable old firewire stack+ grml blacklist=ipw3945,prism54 disable specified drivers+ grml blacklist=module1[,module2] disable loading of specified module, e.g.:+ grml blacklist=usbcore disable USB drivers+ grml debnet search local partitions for file /etc/network/interfaces,+ copy /etc/network then to local system and restart networking+ grml gmt tz=Europe/Vienna use GMT-based time and specified timezone for TZ+ grml home=/dev/sda1 use specified device as home directory+ grml keyboard=de xkeyboard=de set keyboard+ grml lang=[at|ch|da|de|es|fr|it|...|us] set keyboard + language (UTF8)+ grml lang=[at|ch|da|de|es|fr|it|...|us]-iso set keyboard + language (ISO)+ grml myconfig=/dev/fd0 load configuration from specified device+ grml noautoconfig disable searching for device labeled GRMLCFG+ grml nodhcp disable searching for network setup via DHCPgrml noeject noprompt do not eject CD after halt / do not prompt for it- grml swspeak prepare system for use with software synthesizer,- run "swspeak" after booting system- grml toram copy the whole CD/media to RAM and run from there- grml toram=%GRML_NAME_SQUASHFS% copy only specified squashfs file- to RAM and run from there- grml vga=ask / vga=791 prompt for framebuffer menu / set options+ grml nofstab / nolabel disable generating of /etc/fstab / use of fs-labels1f
--- a/templates/boot/isolinux/f5 Wed Feb 20 17:32:10 2008 +0100+++ b/templates/boot/isolinux/f5 Wed Feb 20 21:04:21 2008 +0100@@ -2,22 +2,22 @@70 The following options can be used at the boot:-prompt. [2/2]- grml lang=at|ch|da|de|es|fr|it|nl|pl|...|us[-utf8] set keyboard + language- grml keyboard=de xkeyboard=de set keyboard- grml gmt tz=Europe/Vienna use GMT-based time and specified timezone for TZ+ grml nolvm disable search for Logical Volumes (LVM)+ grml noswraid disable search for software RAID devices+ grml noudev disable startup of udev (disables module loading)+ grml services=foo1[,foo2] start specified service(s) [/etc/init.d/name foo1]grml ssh=password set password for user grml and start ssh-server- grml myconfig=/dev/fd0 load configuration from specified device- grml home=/dev/sda1 use specified device as home directory+ grml startx[=windowmanager] autostart X.org via grml-x (default WM: wm-ng)+ grml swap activate present swap partitionsgrml testcd check CD data integrity and md5sums- grml services=foo1[,foo2] start specified service(s) [/etc/init.d/name foo1]- grml noautoconfig disable searching for device labeled GRMLCFG- grml noswraid disable search for software RAID devices- grml nofstab / nolabel disable generating of /etc/fstab / use of fs-labels- grml nodhcp disable searching for network setup via DHCP- grml startx[=windowmanager] autostart X.org via grml-x (default WM: wm-ng)- grml debnet search local partitions for file /etc/network/interfaces,- copy /etc/network then to local system and restart networking+ grml swspeak prepare system for use with software synthesizer,+ run "swspeak" after booting system+ grml toram copy the whole CD/media to RAM and run from there+ grml toram=%GRML_NAME_SQUASHFS% copy only specified squashfs file+ to RAM and run from there+ grml vga=ask / vga=791 prompt for framebuffer menu / set options- A list with all supported boot options: /cdrom/GRML/grml-cheatcodes.txt++ A list with all supported boot options: /live/image/GRML/grml-cheatcodes.txt1f