mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-12 03:11:40 +00:00
releasing version 2.84
This commit is contained in:
parent
e83a0aad7b
commit
b2d347a5c0
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
|||||||
|
livecd-rootfs (2.84) quantal; urgency=low
|
||||||
|
|
||||||
|
* Actually apply the change done in 2.74 as it was only done to the
|
||||||
|
legacy code...
|
||||||
|
- Change mksquashfs compression flags for LTSP images, turning
|
||||||
|
compression back on to match current ltsp-update-image behaviour.
|
||||||
|
|
||||||
|
-- Stéphane Graber <stgraber@ubuntu.com> Sun, 09 Sep 2012 15:49:07 -0400
|
||||||
|
|
||||||
livecd-rootfs (2.83) quantal; urgency=low
|
livecd-rootfs (2.83) quantal; urgency=low
|
||||||
|
|
||||||
* live-build/auto/config: Remove standard and server tasks from
|
* live-build/auto/config: Remove standard and server tasks from
|
||||||
|
@ -389,7 +389,7 @@ case $PROJECT in
|
|||||||
echo "Building LTSP chroot"
|
echo "Building LTSP chroot"
|
||||||
ltsp-build-client --base $(pwd) --mirror $LB_PARENT_MIRROR_BOOTSTRAP --arch $ARCH --dist $LB_PARENT_DISTRIBUTION --chroot ltsp-live --late-packages ldm-edubuntu-theme,plymouth-theme-edubuntu --purge-chroot --skipimage
|
ltsp-build-client --base $(pwd) --mirror $LB_PARENT_MIRROR_BOOTSTRAP --arch $ARCH --dist $LB_PARENT_DISTRIBUTION --chroot ltsp-live --late-packages ldm-edubuntu-theme,plymouth-theme-edubuntu --purge-chroot --skipimage
|
||||||
mkdir -p images
|
mkdir -p images
|
||||||
mksquashfs ltsp-live images/ltsp-live.img -noF -noD -noI -no-exports -e cdrom
|
mksquashfs ltsp-live images/ltsp-live.img -e cdrom
|
||||||
rm -Rf ltsp-live
|
rm -Rf ltsp-live
|
||||||
if [ -f images/ltsp-live.img ]; then
|
if [ -f images/ltsp-live.img ]; then
|
||||||
mv images/ltsp-live.img livecd.$PROJECT-ltsp.squashfs
|
mv images/ltsp-live.img livecd.$PROJECT-ltsp.squashfs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user