diff options
Diffstat (limited to 'x86/grub.cfg64')
-rw-r--r-- | x86/grub.cfg64 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x86/grub.cfg64 b/x86/grub.cfg64 new file mode 100644 index 0000000..0b6d999 --- /dev/null +++ b/x86/grub.cfg64 @@ -0,0 +1,15 @@ +menuentry "Adelie Linux 1.0-beta1 Live (Intel 64-bit)" --class linux --id adelie-live-64 { + insmod iso9660 + insmod linux + search --label "Adelie 1.0b1 x86_64" + linux /bzImage + initrd /initrd +} + +menuentry "Reboot and Try Again" --class reboot --id reboot { + reboot +} + +GRUB_DEFAULT=adelie-live-64 +GRUB_TIMEOUT=10 +GRUB_DISTRIBUTOR="Adelie" |