* The menu.lst fragment in the top-level system derivation doesn't
seem to be used anywhere. Removed. svn path=/nixos/branches/modular-nixos/; revision=15928
This commit is contained in:
parent
e940f1fbd7
commit
31c6852403
@ -57,11 +57,6 @@ let
|
|||||||
ln -s $i $out/fine-tune/child-$childCount;
|
ln -s $i $out/fine-tune/child-$childCount;
|
||||||
done
|
done
|
||||||
|
|
||||||
cat > $out/menu.lst << GRUBEND
|
|
||||||
kernel $kernel init=$bootStage2 $kernelParams
|
|
||||||
initrd $initrd
|
|
||||||
GRUBEND
|
|
||||||
|
|
||||||
ensureDir $out/bin
|
ensureDir $out/bin
|
||||||
substituteAll ${./switch-to-configuration.sh} $out/bin/switch-to-configuration
|
substituteAll ${./switch-to-configuration.sh} $out/bin/switch-to-configuration
|
||||||
chmod +x $out/bin/switch-to-configuration
|
chmod +x $out/bin/switch-to-configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user