Trying to get system-tarball-pc build properly.
svn path=/nixos/branches/stdenv-updates/; revision=23814
This commit is contained in:
parent
245df33c6c
commit
7672c36a70
|
@ -38,13 +38,6 @@ in
|
||||||
{
|
{
|
||||||
require = options;
|
require = options;
|
||||||
|
|
||||||
# Don't build the GRUB menu builder script, since we don't need it
|
|
||||||
# here and it causes a cyclic dependency.
|
|
||||||
boot.loader.grub.enable = false;
|
|
||||||
|
|
||||||
# !!! Hack - attributes expected by other modules.
|
|
||||||
system.build.menuBuilder = "true";
|
|
||||||
|
|
||||||
# In stage 1 of the boot, mount the CD/DVD as the root FS by label
|
# In stage 1 of the boot, mount the CD/DVD as the root FS by label
|
||||||
# so that we don't need to know its device.
|
# so that we don't need to know its device.
|
||||||
fileSystems =
|
fileSystems =
|
||||||
|
|
Loading…
Reference in New Issue