aboutsummaryrefslogtreecommitdiff
path: root/post_chroot.sh
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-07 21:53:58 +0300
committerawy <awy@tutamail.com>2024-08-07 21:53:58 +0300
commit22ab518e9d1b1ab3bdf5927049e98d5ba0a7988a (patch)
tree000c6478ba49bc83f3a517b619ba0f93808293fe /post_chroot.sh
parentb8b395249902370ad432e83183911e58fcc00504 (diff)
small fixes
Diffstat (limited to 'post_chroot.sh')
-rwxr-xr-xpost_chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_chroot.sh b/post_chroot.sh
index db0d456..c61e81d 100755
--- a/post_chroot.sh
+++ b/post_chroot.sh
@@ -46,7 +46,7 @@ elif [ "$_kernelflag" -eq 2 ]; then
mkdir -p /boot/EFI/BOOT
cp arch/x86/boot/bzImage /boot/EFI/BOOT/BOOTX64.EFI
_diskdrivewop="${diskdrive%p}"
- efibootmgr -c -d /dev/$_diskdrivewop -p ${partition_array[0]} -L "linux" -l '\EFI\BOOT\BOOTX64.EFI'
+ efibootmgr -c -d /dev/$_diskdrivewop -p $_numBoot -L "linux" -l '\EFI\BOOT\BOOTX64.EFI'
else
printf ${LIGHTRED}"Wrong kernelflag value.${NoColor}\n"
exit 1