diff options
Diffstat (limited to 'boot/grub/grub.cfg')
-rw-r--r-- | boot/grub/grub.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/grub/grub.cfg b/boot/grub/grub.cfg index 552dee9..93df0e0 100644 --- a/boot/grub/grub.cfg +++ b/boot/grub/grub.cfg @@ -3,6 +3,6 @@ set timeout=5 set root=(hd0,1) -menuentry "Linux Journal OS 0.1a" { - linux /boot/vmlinuz root=/dev/sda1 ro quiet +menuentry "Melvix 0.1a" { +linux /boot/vmlinuz root=/dev/sdb1 ro quiet } |