forked from mirrors/nixpkgs
* 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;
|
||||
done
|
||||
|
||||
cat > $out/menu.lst << GRUBEND
|
||||
kernel $kernel init=$bootStage2 $kernelParams
|
||||
initrd $initrd
|
||||
GRUBEND
|
||||
|
||||
ensureDir $out/bin
|
||||
substituteAll ${./switch-to-configuration.sh} $out/bin/switch-to-configuration
|
||||
chmod +x $out/bin/switch-to-configuration
|
||||
|
|
Loading…
Reference in a new issue