[SCM] debian-live/live-helper branch, master, updated. 1.0_a45-1-19-g6e84963
Daniel Baumann
daniel at debian.org
Mon Apr 28 15:42:32 UTC 2008
The following commit has been merged in the master branch:
commit 18224fba5e704b5d071f4a1947fbac1e93668474
Author: Daniel Baumann <daniel at debian.org>
Date: Mon Apr 28 17:36:06 2008 +0200
Adding netboot tarballs and plain squashfs images to images build script.
diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 0088874..67e0efc 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -54,8 +54,8 @@ do
if [ "${SOURCE}" = "enabled" ]
then
- mv source.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}.tar.gz
- mv source.list debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.tar.gz.list
+ mv source.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}-source.tar.gz
+ mv source.list debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}-source.tar.gz.list
fi
lh clean --binary
@@ -65,5 +65,15 @@ do
mv binary.img debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.img
mv binary.list debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.img.list
mv binary.packages debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.img.packages
+
+ lh clean --binary
+ lh config -b net
+ lh binary | tee debian-live-${DISTRIBUTION}-i386-${FLAVOUR}-net.tar.gz.log
+
+ mv binary-net.tar.gz debian-live-${DISTRIBUTION}-i386-${FLAVOUR}-net.tar.gz
+ mv binary.list debian-live-${DISTRIBUTION}-i386-${FLAVOUR}-net.tar.gz.list
+ mv binary.packages debian-live-${DISTRIBUTION}-i386-${FLAVOUR}-net.tar.gz.packages
+
+ mv binary/*/filesystem.squashfs debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.squashfs
done
done
--
debian-live/live-helper
More information about the debian-live-changes
mailing list