3
0
Fork 0
forked from mirrors/nixpkgs

efi-boot-stub: Give startup.sh files more descriptive names

svn path=/nixos/trunk/; revision=33321
This commit is contained in:
Shea Levy 2012-03-21 02:05:52 +00:00
parent 6f03065dce
commit 7a9a33e90d

View file

@ -54,7 +54,7 @@ addEntry() {
copyToKernelsDir $kernel; kernel=$result
copyToKernelsDir $initrd; initrd=$result
local startup="@efiSysMountPoint@/efi/nixos/$(cleanName $(readlink -f $path))-startup.nsh"
local startup="@efiSysMountPoint@/efi/nixos/generation-$generation-startup.nsh"
if ! test -e $startup; then
local dstTmp=$startup.tmp.$$
echo "$(echo $kernel | sed 's|@efiSysMountPoint@||' | sed 's|/|\\|g') systemConfig=$(readlink -f $path) init=$(readlink -f $path/init) initrd=$(echo $initrd | sed 's|@efiSysMountPoint@||' | sed 's|/|\\|g') $(cat $path/kernel-params)" > $dstTmp