Move the apt cache removal function to the end to avoid failure of grub installation.
authorMichael Prokop <mika@grml.org>
Mon, 22 Feb 2010 21:17:57 +0000 (22:17 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 22 Feb 2010 21:17:57 +0000 (22:17 +0100)
chroot-script
debian/changelog
grml-debootstrap

index d1bdb95..5654b12 100755 (executable)
@@ -441,9 +441,9 @@ trap signal_handler HUP INT QUIT TERM
  install_policy_rcd
 
  for i in chrootmirror grmlrepos kernelimg_conf \
  install_policy_rcd
 
  for i in chrootmirror grmlrepos kernelimg_conf \
-     kernel packages extrapackages remove_apt_cache reconfigure hosts interfaces \
-     timezone fstab hostname initrd grub_config passwords custom_scripts         \
-     services ; do
+     kernel packages extrapackages  reconfigure hosts interfaces \
+     timezone fstab hostname initrd grub_config passwords        \
+     custom_scripts remove_apt_cache services ; do
      if stage $i ; then
        $i && stage $i done || exit 1
      fi
      if stage $i ; then
        $i && stage $i done || exit 1
      fi
index ba77eee..5153ec9 100644 (file)
@@ -1,3 +1,10 @@
+grml-debootstrap (0.34) unstable; urgency=low
+
+  * Move the apt cache removal function to the end to avoid failure
+    of grub installation.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 22 Feb 2010 22:17:09 +0100
+
 grml-debootstrap (0.33) unstable; urgency=low
 
   [ Michael Prokop ]
 grml-debootstrap (0.33) unstable; urgency=low
 
   [ Michael Prokop ]
index 7edc29b..31b26eb 100755 (executable)
@@ -11,7 +11,7 @@ set -e # exit on any error
 
 # variables {{{
 PN="$(basename $0)"
 
 # variables {{{
 PN="$(basename $0)"
-VERSION='0.33'
+VERSION='0.34'
 MNTPOINT="/mnt/debootstrap.$$"
 
 # inside the chroot system locales might not be available, so use minimum:
 MNTPOINT="/mnt/debootstrap.$$"
 
 # inside the chroot system locales might not be available, so use minimum: