X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=patches%2Ffai_dirupdate_4.diff;fp=patches%2Ffai_dirupdate_4.diff;h=0000000000000000000000000000000000000000;hb=3ff2a862f83553916a1148543d69a0bbcc97bf4d;hp=ad4d05ff3e0a6d9e62a2c839fc97d217fe9f5793;hpb=87c37be5a0cd8450d3e724f673e59c3bd13d5e58;p=grml-live.git diff --git a/patches/fai_dirupdate_4.diff b/patches/fai_dirupdate_4.diff deleted file mode 100644 index ad4d05f..0000000 --- a/patches/fai_dirupdate_4.diff +++ /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"