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