mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-05 16:01:34 +00:00
need to chmod ltsp-live image
This commit is contained in:
parent
a4fbd97041
commit
0300db4752
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (1.112) lucid; urgency=low
|
||||||
|
|
||||||
|
* ltsp image needs to be readable
|
||||||
|
|
||||||
|
-- LaMont Jones <lamont@ubuntu.com> Fri, 26 Mar 2010 20:23:41 -0600
|
||||||
|
|
||||||
livecd-rootfs (1.111) lucid; urgency=low
|
livecd-rootfs (1.111) lucid; urgency=low
|
||||||
|
|
||||||
* edubuntu-dvd/ltsp: mksquashfs needs the directory to exist
|
* edubuntu-dvd/ltsp: mksquashfs needs the directory to exist
|
||||||
|
@ -658,6 +658,7 @@ Pin-Priority: 550
|
|||||||
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
|
||||||
|
chmod 644 livecd.$FS-ltsp.squashfs
|
||||||
rmdir --ignore-fail-on-non-empty $(pwd)/images/
|
rmdir --ignore-fail-on-non-empty $(pwd)/images/
|
||||||
else
|
else
|
||||||
echo "LTSP: Unable to build the chroot, see above for details."
|
echo "LTSP: Unable to build the chroot, see above for details."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user