changeset 1378:47853d06dd3f

Rebuilding root-image should also rebuild linux-kernel for initramfs builds.
author Rob Landley <rob@landley.net>
date Wed, 15 Jun 2011 20:11:39 -0500
parents 18fd34f46508
children ddbd48ced0d7
files build.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/build.sh	Wed Jun 15 20:10:45 2011 -0500
+++ b/build.sh	Wed Jun 15 20:11:39 2011 -0500
@@ -160,6 +160,7 @@
 if not_already root-image
 then
   zap system-image
+  [ "$SYSIMAGE_TYPE" == initramfs ] && zap linux-kernel
 
   time ./root-image.sh "$ARCH" || exit 1
 fi