From fd065e556265c07ed23e1fa22671c20758c643f6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 20 Oct 2009 15:56:56 +0200 Subject: [PATCH] xbps-mklive: update to 0.1.1. Create /cow in target rootfs so that casper-snapshot works. --HG-- extra : convert_revision : ffdcf1687f878548f6a6ea4683d18f96dae22c95 --- templates/xbps-mklive/files/xbps-mklive.sh | 1 + templates/xbps-mklive/template | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/xbps-mklive/files/xbps-mklive.sh b/templates/xbps-mklive/files/xbps-mklive.sh index 436275f09f..d59182c21c 100644 --- a/templates/xbps-mklive/files/xbps-mklive.sh +++ b/templates/xbps-mklive/files/xbps-mklive.sh @@ -166,6 +166,7 @@ chroot $TEMP_ROOTFS xbps-bin -f reconfigure kernel [ $? -ne 0 ] && error_out $? cp -f "$TEMP_ROOTFS/boot/initrd.img-${kernel_ver}" \ "$BUILD_TMPDIR/casper/initrd.gz" || error_out $? +mkdir -p $TEMP_ROOTFS/cow info_msg "Copying kernel binary..." cp -f "$TEMP_ROOTFS/boot/vmlinuz-${kernel_ver}" \ diff --git a/templates/xbps-mklive/template b/templates/xbps-mklive/template index eb45f668d3..9ae103977d 100644 --- a/templates/xbps-mklive/template +++ b/templates/xbps-mklive/template @@ -1,7 +1,6 @@ # Template file for 'xbps-mklive' pkgname=xbps-mklive -version=0.1 -revision=1 +version=0.1.1 build_style=custom-install short_desc="XBPS Live image maker" maintainer="Juan RP "