diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-02-02 15:38:13 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-02-02 15:38:13 -0600 |
commit | ae61fe98419a46847009f0153d6b2e43f5bed891 (patch) | |
tree | 5f8cf9fcb2f7f6805dcaac701f2db66c68a91d68 /x86/early.cfg | |
parent | ac8601cb7ef8f6bc2e18a664320c70fe12f1f055 (diff) | |
download | image-ae61fe98419a46847009f0153d6b2e43f5bed891.tar.gz image-ae61fe98419a46847009f0153d6b2e43f5bed891.tar.bz2 image-ae61fe98419a46847009f0153d6b2e43f5bed891.tar.xz image-ae61fe98419a46847009f0153d6b2e43f5bed891.zip |
Use arch suffixes for bzImage/initrd/squashfs; fix GRUB root set
Diffstat (limited to 'x86/early.cfg')
-rw-r--r-- | x86/early.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x86/early.cfg b/x86/early.cfg index dc1f831..bc8fd12 100644 --- a/x86/early.cfg +++ b/x86/early.cfg @@ -1,2 +1,2 @@ -search.fs_label "Adelie 1.0rc1 pmmx" --no-floppy root +search.fs_label "Adelie 1.0rc1 pmmx" --no-floppy --set set prefix=($root)/boot |