[arch-commits] Commit in grub/trunk (menu.lst)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Sep 6 09:01:43 UTC 2008


    Date: Saturday, September 6, 2008 @ 05:01:42
  Author: andyrtr
Revision: 11908

prepare next build to fix #11362, changes /dev/hda -> /dev/sda

Modified:
  grub/trunk/menu.lst

----------+
 menu.lst |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: menu.lst
===================================================================
--- menu.lst	2008-09-06 05:21:56 UTC (rev 11907)
+++ menu.lst	2008-09-06 09:01:42 UTC (rev 11908)
@@ -6,9 +6,9 @@
 #  Linux           Grub
 # -------------------------
 #  /dev/fd0        (fd0)
-#  /dev/hda        (hd0)
-#  /dev/hdb2       (hd1,1)
-#  /dev/hda3       (hd0,2)
+#  /dev/sda        (hd0)
+#  /dev/sdb2       (hd1,1)
+#  /dev/sda3       (hd0,2)
 #
 
 #  FRAMEBUFFER RESOLUTION SETTINGS
@@ -36,7 +36,7 @@
 # (0) Arch Linux
 title  Arch Linux  [/boot/vmlinuz26]
 root   (hd0,0)
-kernel /vmlinuz26 root=/dev/hda3 ro
+kernel /vmlinuz26 root=/dev/sda3 ro
 initrd /kernel26.img
 
 # (1) Windows




More information about the arch-commits mailing list