aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'boot')
-rw-r--r--boot/grub/grub.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/grub/grub.cfg b/boot/grub/grub.cfg
index 93df0e0..a14fb8c 100644
--- a/boot/grub/grub.cfg
+++ b/boot/grub/grub.cfg
@@ -4,5 +4,5 @@ set timeout=5
set root=(hd0,1)
menuentry "Melvix 0.1a" {
-linux /boot/vmlinuz root=/dev/sdb1 ro quiet
+linux /boot/vmlinuz root=/dev/sda1 ro quiet
}