diff options
author | Marvin Borner | 2019-06-29 17:54:50 +0200 |
---|---|---|
committer | Marvin Borner | 2019-06-29 17:54:50 +0200 |
commit | 46aa116c4f4ef5c2b55f36298b19aa9694ae5666 (patch) | |
tree | bc33d13fcb242d057345b56f5cad4291ac09d995 /boot | |
parent | 37f5ca13e62d7424e018398cabc88c0ab715eeaa (diff) |
Improved installation process and network config
Diffstat (limited to 'boot')
-rw-r--r-- | boot/grub/grub.cfg | 2 |
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 } |