diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2014-05-10 09:58:45 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2014-05-10 09:58:45 +0200 |
commit | 885205f4f5bdd5fbd97b691da67b9c86f382d05c (patch) | |
tree | 093a16b1b776e9c571a4ffd9b182af495a9c6df1 /isohybrid-acritox | |
parent | af2a64b9454930b9b4bc871e4957d16844b097e7 (diff) | |
download | kanotix-885205f4f5bdd5fbd97b691da67b9c86f382d05c.zip kanotix-885205f4f5bdd5fbd97b691da67b9c86f382d05c.tar.gz |
prefer 64bit EFI when blessing
Diffstat (limited to 'isohybrid-acritox')
-rwxr-xr-x | isohybrid-acritox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isohybrid-acritox b/isohybrid-acritox index 23f53ee..6c2035a 100755 --- a/isohybrid-acritox +++ b/isohybrid-acritox @@ -230,7 +230,7 @@ do esac done -set -- \$(ls -i \$workdir/efi/boot/boot*.efi) +set -- \$(ls -ir \$workdir/efi/boot/boot*.efi) inode=\$1 umount "$mountpoint" |