X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=patches%2Ffai_mention_debopts.patch;fp=patches%2Ffai_mention_debopts.patch;h=1b99543a5c38d9c6e0501590b1315a6c5bada76b;hp=0000000000000000000000000000000000000000;hb=3ff2a862f83553916a1148543d69a0bbcc97bf4d;hpb=87c37be5a0cd8450d3e724f673e59c3bd13d5e58 diff --git a/patches/fai_mention_debopts.patch b/patches/fai_mention_debopts.patch new file mode 100644 index 0000000..1b99543 --- /dev/null +++ b/patches/fai_mention_debopts.patch @@ -0,0 +1,11 @@ +--- /usr/lib/fai/subroutines-linux 2007-10-17 21:21:11.000000000 +0000 ++++ /usr/lib/fai/subroutines-linux 2007-10-17 21:21:03.000000000 +0000 +@@ -124,7 +124,7 @@ + + local dversion=$(dpkg -l debootstrap | grep debootstrap | cut -f7 -d' ') + echo "Creating base system using debootstrap version $dversion" +- echo "Calling debootstrap $1 $FAI_ROOT $2" ++ echo "Calling debootstrap $1 $FAI_DEBOOTSTRAP_OPTS $FAI_ROOT $2" + yes '' | LC_ALL=C debootstrap $FAI_DEBOOTSTRAP_OPTS $1 $FAI_ROOT $2 + } + # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -