mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
Import patches-unapplied version 1.111 to ubuntu/lucid
Imported using git-ubuntu import. Changelog parent: 17b0fc29a21d69ccfca49a3cc592000b4e6a2dc0 New changelog entries: * edubuntu-dvd/ltsp: mksquashfs needs the directory to exist * clean up comments
This commit is contained in:
parent
17b0fc29a2
commit
b5a90a6849
4
.bzrignore
Normal file
4
.bzrignore
Normal file
@ -0,0 +1,4 @@
|
||||
debian/*.debhelper*
|
||||
debian/*.substvars
|
||||
debian/files
|
||||
debian/livecd-rootfs
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (1.111) lucid; urgency=low
|
||||
|
||||
* edubuntu-dvd/ltsp: mksquashfs needs the directory to exist
|
||||
* clean up comments
|
||||
|
||||
-- LaMont Jones <lamont@ubuntu.com> Fri, 26 Mar 2010 19:09:25 -0600
|
||||
|
||||
livecd-rootfs (1.110) lucid; urgency=low
|
||||
|
||||
* Add support for armel+omap, and remove incorrect comments from the armel
|
||||
|
@ -21,7 +21,7 @@ set -eu
|
||||
# Boston, MA 02110-1301 USA. #
|
||||
##########################################################################
|
||||
|
||||
# Depends: debootstrap, rsync, python-minimal|python, procps, squashfs-tools, ltsp-server
|
||||
# Depends: debootstrap, rsync, python-minimal|python, procps, squashfs-tools, ltsp-server [i386]
|
||||
|
||||
cleanup() {
|
||||
for mnt in ${ROOT}dev/pts ${ROOT}dev/shm ${ROOT}.dev ${ROOT}dev \
|
||||
@ -653,6 +653,7 @@ Pin-Priority: 550
|
||||
edubuntu-dvd)
|
||||
if [ "$TARGETARCH" = "i386" ]; then
|
||||
ltsp-build-client --base $(pwd) --mirror $MIRROR --arch $TARGETARCH --dist $STE --chroot ltsp-live --purge-chroot --skipimage
|
||||
mkdir -p $(pwd)/images
|
||||
mksquashfs $(pwd)/ltsp-live $(pwd)/images/ltsp-live.img -noF -noD -noI -no-exports -e cdrom
|
||||
rm -Rf $(pwd)/ltsp-live
|
||||
if [ -f $(pwd)/images/ltsp-live.img ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user