diff options
Diffstat (limited to 'isofiles/boot')
| -rw-r--r-- | isofiles/boot/grub/grub.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/isofiles/boot/grub/grub.cfg b/isofiles/boot/grub/grub.cfg new file mode 100644 index 0000000..2fc735b --- /dev/null +++ b/isofiles/boot/grub/grub.cfg @@ -0,0 +1,8 @@ +set timeout=0 +set default=0 + +menuentry "OOStuBS" { + insmod all_video + multiboot /boot/kernel + boot +} |
