From 34e8f68056102f3ca7e4b75c940aa6164aceda9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 27 Jun 2012 22:26:27 +0200 Subject: [PATCH] system-tarball-pc: not use boot.initrd.extraTools anymore Eelco removed the option recently, making the default initrd have the full busybox. I saw this evaluation error in the hydra nixos trunk page. --- modules/installer/cd-dvd/system-tarball-pc.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/installer/cd-dvd/system-tarball-pc.nix b/modules/installer/cd-dvd/system-tarball-pc.nix index ddad520c446..2bc6ce78d94 100644 --- a/modules/installer/cd-dvd/system-tarball-pc.nix +++ b/modules/installer/cd-dvd/system-tarball-pc.nix @@ -158,9 +158,6 @@ in services.openssh.enable = true; jobs.openssh.startOn = pkgs.lib.mkOverrideTemplate 50 {} ""; - # To have a nicer initrd, even though the initrd can't mount an nfsroot now - boot.initrd.withExtraTools = true; - # To be able to use the systemTarball to catch troubles. boot.crashDump = { enable = true;