xbps-mklive: update to 0.1.1.

Create /cow in target rootfs so that casper-snapshot works.

--HG--
extra : convert_revision : ffdcf1687f878548f6a6ea4683d18f96dae22c95
This commit is contained in:
Juan RP 2009-10-20 15:56:56 +02:00
parent ef3da70478
commit fd065e5562
2 changed files with 2 additions and 2 deletions

View file

@ -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}" \

View file

@ -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 <xtraeme@gmail.com>"