Support option -u for updating; added FAI patches; several other small updates
[grml-live.git] / patches / fai_dirupdate_4.diff
diff --git a/patches/fai_dirupdate_4.diff b/patches/fai_dirupdate_4.diff
deleted file mode 100644 (file)
index ad4d05f..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- /usr/lib/fai/subroutines-linux.orig        2007-09-21 10:47:35.000000000 +0200
-+++ /usr/lib/fai/subroutines-linux     2007-09-21 10:49:09.000000000 +0200
-@@ -229,6 +229,18 @@
-     updatebase
- }
- # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-+task_updatechroot() {
-+
-+    # update the chroot
-+    echo "Updating chroot"
-+    if [ -z "$TARGET" ] ; then
-+        echo "Error: \$TARGET not set, exiting.">&2
-+        return 1
-+    else
-+        chroot $TARGET apt-get update
-+    fi
-+}
-+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- task_instsoft() {
-     echo "Installing software may take a while"