summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-11-11 17:47:30 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-01 23:38:58 +0100
commit97362f571cd877274cfd9bef30c6a4b99723135c (patch)
tree32dd927d22fa0a8fe88451d4418a4287959d6c82
parent30a34bd95e4804b3a0835882f39daa169918cd8c (diff)
grub: sample menu.lst file improvements
Two improvements to the menu.lst file: * Do not enforce any video mode, let the kernel use whatever it wants as the default, or let the user customize it when needed. * Use /dev/sda1 instead of /dev/hda1. Nowadays, most hard disk controllers are handled using libata, and therefore the disks are visible as /dev/sd<X>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--boot/grub/menu.lst2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/grub/menu.lst b/boot/grub/menu.lst
index d76bf6323..41e9b62b0 100644
--- a/boot/grub/menu.lst
+++ b/boot/grub/menu.lst
@@ -4,4 +4,4 @@ splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Buildroot
root (hd0,0)
- kernel /boot/bzImage rw root=/dev/hda1 vga=791
+ kernel /boot/bzImage rw root=/dev/sda1