diff options
Diffstat (limited to 'scripts/mkimg.base.sh')
-rwxr-xr-x | scripts/mkimg.base.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkimg.base.sh b/scripts/mkimg.base.sh index 6dfd9db8a9..f6cad82774 100755 --- a/scripts/mkimg.base.sh +++ b/scripts/mkimg.base.sh @@ -165,7 +165,7 @@ build_grub_cfg() { grub_gen_earlyconf() { cat <<- EOF - search --no-floppy --set=root --label "alpine-$PROFILE $RELEASE $ARCH" + search --no-floppy --set=root --label "alpine-${profile_abbrev:-$PROFILE} $RELEASE $ARCH" set prefix=(\$root)/boot/grub EOF } |