diff --git a/usr/lib/archboot/common.sh b/usr/lib/archboot/common.sh index 1c012b0ed..8a6c76b83 100644 --- a/usr/lib/archboot/common.sh +++ b/usr/lib/archboot/common.sh @@ -39,7 +39,7 @@ _root_check() { fi } -### check for x86_64 +### check for archboot _archboot_check() { if ! grep -qw 'archboot' /etc/hostname; then echo "This script should only be run in booted archboot environment. Aborting..."