From: Daan De Meyer Date: Mon, 24 Aug 2020 18:22:11 +0000 (+0100) Subject: kernel-install: Use "Default" as fallback instead of "Linux" X-Git-Tag: v247-rc1~371^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6426c98ac5e581e888332ac3d29b407a44f4c5bf;p=thirdparty%2Fsystemd.git kernel-install: Use "Default" as fallback instead of "Linux" "Linux" conflicts /efi/Linux when /efi is the install location. /efi/Linux is already reserved for unified kernel images so we can't use it for type #1 images. Instead, we use "Default". --- diff --git a/src/kernel-install/kernel-install b/src/kernel-install/kernel-install index ca21be7e616..3359ec227c9 100755 --- a/src/kernel-install/kernel-install +++ b/src/kernel-install/kernel-install @@ -88,7 +88,7 @@ KERNEL_IMAGE="$2" if [[ -f /etc/machine-id ]]; then read MACHINE_ID < /etc/machine-id else - MACHINE_ID="Linux" + MACHINE_ID="Default" fi if [[ ! $COMMAND ]] || [[ ! $KERNEL_VERSION ]]; then