X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb.8.txt;h=3d89801be2da8971bc90438242e96788e977c13c;hp=dc2a1ae891d2debc3d4e27d4acd4262f6adcf3bc;hb=ecdf9d02409d2b7801f3ff9b99120775f6bf10d3;hpb=e5ae97fdf02635dee08648b2f2fb4006db269b17 diff --git a/grml2usb.8.txt b/grml2usb.8.txt index dc2a1ae..3d89801 100644 --- a/grml2usb.8.txt +++ b/grml2usb.8.txt @@ -373,22 +373,6 @@ It is *NOT* enough to have just the grml2usb script itself without the according files provided either via the Debian package, the git tree or the file grml2usb.tgz. -[[grml2hd-vs-grml2usb]] -What's the difference between grml2hd and grml2usb? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -grml2hd installs a running grml system to a harddisk. When rebooting the -harddisk installation can be modified and changes will find their way to the -harddisk immediately. grml2usb copies just the compressed chroot filesystem -(being the squashfs file), some further informational files and a bootloader to -your device. This way you don't need as much space as with a harddisk -installation (just a USB device with >=ISO size) and when rebooting the system -your changes will be lost (unless you are using the persistency feature, see -link:http://wiki.grml.org/doku.php?id=persistency[http://wiki.grml.org/doku.php?id=persistency]). -Think of using a better CD version: booting is (usually) faster, you don't need -to burn a new CD when a new ISO version arrives (just install the new ISO using -grml2usb) and you can carry additional files on a writable medium with yourself. - [[dd]] Why can't I just dd the ISO to a USB device? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -626,9 +610,9 @@ Install specified ISO on device /dev/sdX1 and use "lang=de ssh=mysecret" as default bootoptions. - # grml2usb --remove-bootoption="vga=791" --remove-bootoption="quiet" grml_2009.10.iso /dev/sdX1 + # grml2usb --remove-bootoption="vga=791" --remove-bootoption="nomce" grml_2009.10.iso /dev/sdX1 -Install specified ISO on device /dev/sdX1 remove vga=791 and quiet from existing bootoptions. +Install specified ISO on device /dev/sdX1 remove vga=791 and nomce from existing bootoptions. # grml2usb --bootoptions="persistent-path=%flavour_name" grml64_2010.04.iso grml_2010.04.iso /dev/sdX1