From 17576f28917f7708e17d5add6497eb0efbbd4b59 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 8 May 2009 18:18:02 +0200 Subject: [PATCH] chroot-script: put installation of kernel before installing additional packages --- chroot-script | 2 +- debian/changelog | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/chroot-script b/chroot-script index 3650c6f..8f545cf 100755 --- a/chroot-script +++ b/chroot-script @@ -469,7 +469,7 @@ finalize() { # 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 diff --git a/debian/changelog b/debian/changelog index 4accc0a..f89c575 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 + - 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). - -- Michael Prokop Fri, 08 May 2009 15:43:02 +0200 + -- Michael Prokop Fri, 08 May 2009 17:57:57 +0200 grml-debootstrap (0.26) unstable; urgency=low -- 2.1.4