From 4f3d55232aab6e9a2f6c26bb87515c60ed7bd076 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 16 Apr 2009 13:29:22 +0000 Subject: [PATCH] * Don't do a sync, they're incredibly expensive. (I just had one that took 25 minutes to complete...) svn path=/nixos/trunk/; revision=15086 --- system/switch-to-configuration.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/switch-to-configuration.sh b/system/switch-to-configuration.sh index 593dd61714e..dcca984282b 100644 --- a/system/switch-to-configuration.sh +++ b/system/switch-to-configuration.sh @@ -85,5 +85,3 @@ if test "$action" = "switch" -o "$action" = "test"; then fi done fi - -sync