Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=01a9b6326d08ebbb4bb098f636934fba1da471f0
commit 01a9b6326d08ebbb4bb098f636934fba1da471f0 Author: Miklos Vajna <[email protected]> Date: Sun Oct 18 16:22:06 2009 +0200 docs/{init,mobile}: no longer suggest enabling vgafb by default diff --git a/docs/init.txt b/docs/init.txt index 83a06ae..cd19ed9 100644 --- a/docs/init.txt +++ b/docs/init.txt @@ -153,5 +153,5 @@ If you dislike it or want to switch it off for whatever reason add nosplashy for your kernel parameters in '/boot/grub/menu.lst'. For example: ---------------------------------------------------------------- -kernel (hd0,2)/vmlinuz root=/dev/hda5 ro quiet vga=791 nosplashy +kernel (hd0,2)/vmlinuz root=/dev/hda5 ro quiet nosplashy ---------------------------------------------------------------- diff --git a/docs/mobile.txt b/docs/mobile.txt index 81d6dbf..e89b917 100644 --- a/docs/mobile.txt +++ b/docs/mobile.txt @@ -98,11 +98,11 @@ First, you need to create a swap partition (if you don't have any yet). You have to add an extra resume=/dev/swappart kernel parameter to '/boot/grub/menu.lst'. For example, on my machine the old line was: -`kernel (hd0,2)/boot/vmlinuz ro root=/dev/hda3 quiet vga=788` +`kernel (hd0,2)/boot/vmlinuz ro root=/dev/hda3 quiet` The new line: -`kernel (hd0,2)/boot/vmlinuz ro root=/dev/hda3 quiet vga=788 resume=/dev/hda2` +`kernel (hd0,2)/boot/vmlinuz ro root=/dev/hda3 quiet resume=/dev/hda2` After the above are done, you must reboot. The hibernation can be started with: _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
