File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1234,6 +1234,9 @@ function bootloader() {
1234
1234
1235
1235
CMDLINE_LINUX=$( trim_variable " $CMDLINE_LINUX " )
1236
1236
1237
+ if [ " $BIOS_TYPE " == " uefi" ] || [ " $SECURE_BOOT " == " true" ]; then
1238
+ pacman_install " efibootmgr"
1239
+ fi
1237
1240
if [ " $SECURE_BOOT " == " true" ]; then
1238
1241
curl --output PreLoader.efi https://blog.hansenpartnership.com/wp-uploads/2013/PreLoader.efi
1239
1242
curl --output HashTool.efi https://blog.hansenpartnership.com/wp-uploads/2013/HashTool.efi
@@ -1282,7 +1285,6 @@ function bootloader_grub() {
1282
1285
}>> " ${MNT_DIR} " /etc/default/grub
1283
1286
1284
1287
if [ " $BIOS_TYPE " == " uefi" ]; then
1285
- pacman_install " efibootmgr"
1286
1288
arch-chroot " ${MNT_DIR} " grub-install --target=x86_64-efi --bootloader-id=grub --efi-directory=" ${ESP_DIRECTORY} " --recheck
1287
1289
fi
1288
1290
if [ " $BIOS_TYPE " == " bios" ]; then
Original file line number Diff line number Diff line change 8
8
# Copyright (C) 2022 picodotdev
9
9
10
10
GITHUB_USER=" picodotdev"
11
- BRANCH=" master "
11
+ BRANCH=" sid "
12
12
HASH=" "
13
13
ARTIFACT=" alis-${BRANCH} "
14
14
You can’t perform that action at this time.
0 commit comments