summaryrefslogtreecommitdiff
path: root/x86/grub.cfg64
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-16 18:46:03 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-16 18:46:03 -0600
commitf7091cf9aa42489be4324f1008067663cc7713ad (patch)
treeef09af9d83f60f2570947a9e22c14f62d0ab8979 /x86/grub.cfg64
parent3ad57c6aa37653e367c9ee13e2b12ae77e4a667a (diff)
downloadimage-f7091cf9aa42489be4324f1008067663cc7713ad.tar.gz
image-f7091cf9aa42489be4324f1008067663cc7713ad.tar.bz2
image-f7091cf9aa42489be4324f1008067663cc7713ad.tar.xz
image-f7091cf9aa42489be4324f1008067663cc7713ad.zip
Add x86 directory where the configs are stored
Diffstat (limited to 'x86/grub.cfg64')
-rw-r--r--x86/grub.cfg6415
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"