Skip to content

Commit

Permalink
intel/x64: update grub configurations
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@paral.in>
  • Loading branch information
paralin committed Mar 3, 2020
1 parent 3e8dca0 commit 863464d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions configs/intel/x64/resources/grub/grub-efi.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
set default="0"
set timeout="2"

menuentry "SkiffOS" {
linux /bzImage init=/usr/lib/systemd/systemd earlyprintk root=/dev/ram0 ro console=tty1 console=ttyS0
initrd /rootfs.cpio.gz
}
4 changes: 2 additions & 2 deletions configs/intel/x64/resources/grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ set default="0"
set timeout="2"

menuentry "SkiffOS" {
linux (hd0,msdos1)/bzImage init=/usr/lib/systemd/systemd earlyprintk root=/dev/initrd ro console=tty1 console=ttyS0
initrd (hd0,msdos2)/rootfs.cpio.gz
linux (hd0,msdos1)/bzImage init=/usr/lib/systemd/systemd earlyprintk root=/dev/ram0 ro console=tty1 console=ttyS0
initrd (hd0,msdos2)/rootfs.cpio.gz
}

0 comments on commit 863464d

Please sign in to comment.