From 2fc537277b8f92c7c07a8ae49f406fe992876998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 11 Mar 2012 22:26:01 +0000 Subject: [PATCH] Removing a 'set -x' in the stage1 extra tools. svn path=/nixos/trunk/; revision=33003 --- modules/system/boot/stage-1-extratools.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/system/boot/stage-1-extratools.nix b/modules/system/boot/stage-1-extratools.nix index c4224bc3035..4b83d17bd38 100644 --- a/modules/system/boot/stage-1-extratools.nix +++ b/modules/system/boot/stage-1-extratools.nix @@ -23,8 +23,6 @@ in config = { boot.initrd.extraUtilsCommands = mkIf config.boot.initrd.withExtraTools '' - - set -x cp -pv ${pkgs.ncurses}/lib/libncurses*.so.* $out/lib cp -pv ${pkgs.readline}/lib/libreadline.so.* $out/lib cp -pv ${pkgs.readline}/lib/libhistory.so.* $out/lib