Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-07-21 01:11:52 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-07-21 01:11:52 (GMT)
commitaa1bf8ba67a8759cc04b94ea98e241761b64f1b8 (patch)
tree97369fce70ae1c1a519c23102ab4a79eaa9f9686
parentacdd66da59af951092da6ac1d92f58c3c45e5bf3 (diff)
root=/dev/sda1
-rw-r--r--olpc.fth.bootmenu2
1 files changed, 1 insertions, 1 deletions
diff --git a/olpc.fth.bootmenu b/olpc.fth.bootmenu
index 4082f67..b60e55f 100644
--- a/olpc.fth.bootmenu
+++ b/olpc.fth.bootmenu
@@ -22,7 +22,7 @@ key case
" sd:\boot\initrd.img" to ramdisk
endof
[char] 2 of \ USB boot info
- " ro root=sda1 rootdelay=1 console=ttyS0,115200 console=tty0 fbcon=font:SUN12x22" to boot-file
+ " ro root=/dev/sda1 rootdelay=1 console=ttyS0,115200 console=tty0 fbcon=font:SUN12x22" to boot-file
" disk:\boot\vmlinuz" to boot-device
" disk:\boot\initrd.img" to ramdisk
endof