aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorMarvin Borner2019-06-26 19:13:34 +0200
committerMarvin Borner2019-06-26 19:13:34 +0200
commit0019754be97684676682ad0efa65066504faf26c (patch)
tree29101bbe8b096f3609ebc35681f661e2f728cd33 /boot
Added initial files
Diffstat (limited to 'boot')
-rw-r--r--boot/grub/grub.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/boot/grub/grub.cfg b/boot/grub/grub.cfg
new file mode 100644
index 0000000..552dee9
--- /dev/null
+++ b/boot/grub/grub.cfg
@@ -0,0 +1,8 @@
+set default=0
+set timeout=5
+
+set root=(hd0,1)
+
+menuentry "Linux Journal OS 0.1a" {
+ linux /boot/vmlinuz root=/dev/sda1 ro quiet
+}