* 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:
Eelco Dolstra 2009-06-10 16:05:25 +00:00
parent e940f1fbd7
commit 31c6852403

View file

@ -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