chroot-script: put installation of kernel before installing additional packages v0.27
authorMichael Prokop <mika@grml.org>
Fri, 8 May 2009 16:18:02 +0000 (18:18 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 8 May 2009 16:18:02 +0000 (18:18 +0200)
chroot-script
debian/changelog

index 3650c6f..8f545cf 100755 (executable)
@@ -469,7 +469,7 @@ finalize() {
 
 # execute the functions {{{
  for i in chrootmirror grmlrepos kernelimg_conf makedev install_policy_rcd \
 
 # execute the functions {{{
  for i in chrootmirror grmlrepos kernelimg_conf makedev install_policy_rcd \
-     packages extrapackages mkinitrd kernel reconfigure hosts interfaces   \
+     kernel packages extrapackages mkinitrd reconfigure hosts interfaces   \
      timezone fstab hostname initrd grub passwords custom_scripts services ; do
      if stage $i ; then
        $i && stage $i done || exit 1
      timezone fstab hostname initrd grub passwords custom_scripts services ; do
      if stage $i ; then
        $i && stage $i done || exit 1
index 4accc0a..f89c575 100644 (file)
@@ -15,10 +15,13 @@ grml-debootstrap (0.27) unstable; urgency=low
   * Minor changes:
     - check for mounted target in mkfs() step already instead of mount_target()
     - use '.. to the debootstrap command' in description of --debopt
   * Minor changes:
     - check for mounted target in mkfs() step already instead of mount_target()
     - use '.. to the debootstrap command' in description of --debopt
+    - chroot-script: put installation of kernel before installing additional
+      packages so installation of kernel doesn't fail if the kernel directory
+      exists already
   * Debian Package:
     - bump Standard Version to 3.8.1 (no further changes).
 
   * Debian Package:
     - bump Standard Version to 3.8.1 (no further changes).
 
- -- Michael Prokop <mika@grml.org>  Fri, 08 May 2009 15:43:02 +0200
+ -- Michael Prokop <mika@grml.org>  Fri, 08 May 2009 17:57:57 +0200
 
 grml-debootstrap (0.26) unstable; urgency=low
 
 
 grml-debootstrap (0.26) unstable; urgency=low