X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fkernel-install%2Fkernel-install;h=16c06e08421da98de928095d4db4e7b743ce165d;hb=7c962c866ad7b8842d96dbb92f809625a5d31dde;hp=8dd7f6788b37d37854776fc510f10b7869b6d637;hpb=d1ebea5f2c59bab4b874e4479d61ad09b796ce30;p=elogind.git diff --git a/src/kernel-install/kernel-install b/src/kernel-install/kernel-install index 8dd7f6788..16c06e084 100644 --- a/src/kernel-install/kernel-install +++ b/src/kernel-install/kernel-install @@ -67,9 +67,9 @@ if ! ( [[ $COMMAND ]] && [[ $KERNEL_VERSION ]] && [[ $KERNEL_IMAGE ]] ); then exit 1 fi -BOOT_DIR="$MACHINE_ID/$KERNEL_VERSION" -BOOT_DIR_ABS="/boot/$BOOT_DIR" -LOADER_ENTRY="/boot/loader/entries/${ID}-${KERNEL_VERSION}-${MACHINE_ID}.conf" +BOOT_DIR="/${MACHINE_ID}/${KERNEL_VERSION}" +BOOT_DIR_ABS="/boot${BOOT_DIR}" +LOADER_ENTRY="/boot/loader/entries/${MACHINE_ID}-${KERNEL_VERSION}.conf" ret=0 dropindirs_sort()