mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-11 18:11:35 +00:00
Import patches-unapplied version 2.74 to ubuntu/quantal
Imported using git-ubuntu import. Changelog parent: 9715594952c049a6e4bb5fad59f99216647ebf2b New changelog entries: * Change mksquashfs compression flags for LTSP images, turning compression back on to match current ltsp-update-image behaviour.
This commit is contained in:
parent
9715594952
commit
d0d1c9c8ac
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.74) quantal; urgency=low
|
||||||
|
|
||||||
|
* Change mksquashfs compression flags for LTSP images, turning
|
||||||
|
compression back on to match current ltsp-update-image behaviour.
|
||||||
|
|
||||||
|
-- Stéphane Graber <stgraber@ubuntu.com> Mon, 20 Aug 2012 19:37:01 -0400
|
||||||
|
|
||||||
livecd-rootfs (2.73) quantal; urgency=low
|
livecd-rootfs (2.73) quantal; urgency=low
|
||||||
|
|
||||||
* Add u-boot-tools to the installed set for all u-boot ARM images
|
* Add u-boot-tools to the installed set for all u-boot ARM images
|
||||||
|
@ -813,7 +813,7 @@ Pin-Priority: 550
|
|||||||
checkpoint "Building LTSP chroot"
|
checkpoint "Building LTSP chroot"
|
||||||
ltsp-build-client --base $(pwd) --mirror $MIRROR --arch $TARGETARCH --dist $STE --chroot ltsp-live --late-packages ldm-edubuntu-theme,plymouth-theme-edubuntu --purge-chroot --skipimage
|
ltsp-build-client --base $(pwd) --mirror $MIRROR --arch $TARGETARCH --dist $STE --chroot ltsp-live --late-packages ldm-edubuntu-theme,plymouth-theme-edubuntu --purge-chroot --skipimage
|
||||||
mkdir -p $(pwd)/images
|
mkdir -p $(pwd)/images
|
||||||
mksquashfs $(pwd)/ltsp-live $(pwd)/images/ltsp-live.img -noF -noD -noI -no-exports -e cdrom
|
mksquashfs $(pwd)/ltsp-live $(pwd)/images/ltsp-live.img -e cdrom
|
||||||
rm -Rf $(pwd)/ltsp-live
|
rm -Rf $(pwd)/ltsp-live
|
||||||
if [ -f $(pwd)/images/ltsp-live.img ]; then
|
if [ -f $(pwd)/images/ltsp-live.img ]; then
|
||||||
mv $(pwd)/images/ltsp-live.img livecd.$FS-ltsp.squashfs
|
mv $(pwd)/images/ltsp-live.img livecd.$FS-ltsp.squashfs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user