]> code.delx.au - refind/blobdiff - debian/debinstall
Sort Fedora's rescue kernel (vmlinuz-0-rescue*) to the end of the list
[refind] / debian / debinstall
index fb64d18e20f8e11c0e5f25de76f70e4a7901c648..7fcf330105aaf283c2bf72d56dbc44fd26567b6d 100755 (executable)
@@ -8,6 +8,8 @@ if [[ $UNAMEARCH == "x86_64" ]] ; then
    EFIARCH=x64
 elif [[ $UNAMEARCH == "i686" || $UNAMEARCH == "i586" || $UNAMEARCH == "i486" || $UNAMEARCH == "i386" ]] ; then
    EFIARCH=ia32
+elif [[ $UNAMEARCH == "aarch64" ]] ; then
+   EFIARCH=aa64
 else
    EFIARCH=$UNAMEARCH
 fi
@@ -67,4 +69,4 @@ ln -sr refind-install $BUILD_ROOT/usr/sbin
 cp -a banners $BUILD_ROOT/usr/share/refind/
 cp -a fonts $BUILD_ROOT/usr/share/refind/
 
-echo "*** Exiting debinstall! ***"
+echo "*** Exiting debinstall! ***"
\ No newline at end of file