diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-12-17 23:25:42 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-12-17 23:25:42 -0600 |
commit | a9bbf3ac4c4924169eb1e9a45272b95784bd393b (patch) | |
tree | 709cc7cab33ceec86b7a1738fc06065528ef8597 /x86 | |
parent | f7091cf9aa42489be4324f1008067663cc7713ad (diff) | |
download | image-a9bbf3ac4c4924169eb1e9a45272b95784bd393b.tar.gz image-a9bbf3ac4c4924169eb1e9a45272b95784bd393b.tar.bz2 image-a9bbf3ac4c4924169eb1e9a45272b95784bd393b.tar.xz image-a9bbf3ac4c4924169eb1e9a45272b95784bd393b.zip |
Update everything for Beta 2
Diffstat (limited to 'x86')
-rw-r--r-- | x86/early.cfg | 2 | ||||
-rw-r--r-- | x86/early.cfg64 | 2 | ||||
-rw-r--r-- | x86/grub.cfg | 4 | ||||
-rw-r--r-- | x86/grub.cfg64 | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/x86/early.cfg b/x86/early.cfg index 89ca922..161c5d1 100644 --- a/x86/early.cfg +++ b/x86/early.cfg @@ -1,2 +1,2 @@ -search.fs_label "Adelie 1.0b1 pmmx" root +search.fs_label "Adelie 1.0b2 pmmx" root set prefix=($root)/boot diff --git a/x86/early.cfg64 b/x86/early.cfg64 index 5c8517c..7295098 100644 --- a/x86/early.cfg64 +++ b/x86/early.cfg64 @@ -1,2 +1,2 @@ -search.fs_label "Adelie 1.0b1 x86_64" root +search.fs_label "Adelie 1.0b2 x86_64" root set prefix=($root)/boot diff --git a/x86/grub.cfg b/x86/grub.cfg index cc2fe1b..8edadc5 100644 --- a/x86/grub.cfg +++ b/x86/grub.cfg @@ -1,7 +1,7 @@ -menuentry "Adelie Linux 1.0-beta1 Live (Intel 32-bit)" --class linux --id adelie-live-cd { +menuentry "Adelie Linux 1.0-BETA2 Live (Intel 32-bit)" --class linux --id adelie-live-cd { insmod iso9660 insmod linux - search --label "Adelie 1.0b1 pmmx" + search --label "Adelie 1.0b2 pmmx" linux /bzImage initrd /initrd } diff --git a/x86/grub.cfg64 b/x86/grub.cfg64 index 0b6d999..2da8095 100644 --- a/x86/grub.cfg64 +++ b/x86/grub.cfg64 @@ -1,7 +1,7 @@ -menuentry "Adelie Linux 1.0-beta1 Live (Intel 64-bit)" --class linux --id adelie-live-64 { +menuentry "Adelie Linux 1.0-BETA2 Live (Intel 64-bit)" --class linux --id adelie-live-64 { insmod iso9660 insmod linux - search --label "Adelie 1.0b1 x86_64" + search --label "Adelie 1.0b2 x86_64" linux /bzImage initrd /initrd } |