From 1d0c0a4291fae9f63ba83d8cd9df4857cc83e1e2 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Mon, 18 May 2009 11:59:40 +0000 Subject: [PATCH] Synced with trunk @ 15480 svn path=/nixos/branches/modular-nixos/; revision=15639 --- boot/boot-stage-1.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/boot-stage-1.nix b/boot/boot-stage-1.nix index 161b1e4b7ea4..f4c8d5e3a1b8 100644 --- a/boot/boot-stage-1.nix +++ b/boot/boot-stage-1.nix @@ -129,6 +129,7 @@ rec { --replace scsi_id ${extraUtils}/bin/scsi_id \ --replace path_id ${extraUtils}/bin/path_id \ --replace vol_id ${extraUtils}/bin/vol_id + sed -e '/^ENV[{]DEVTYPE[}]=="disk", .*GOTO/d' -i $out/60-persistent-storage.rules ''; # */ };