mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-23 08:42:00 +00:00
Import patches-unapplied version 0.46 to ubuntu/hardy
Imported using git-ubuntu import. Changelog parent: 7774361625b1d86b18e7b911a82fa72102663b7f New changelog entries: * Use -nolzma option of mksquashfs, since our current kernel squashfs module does not support it yet (see LP #177634). Bump dependency to squashfs-tools to ensure availability of that option.
This commit is contained in:
parent
7774361625
commit
f5912fb434
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (0.46) hardy; urgency=low
|
||||||
|
|
||||||
|
* Use -nolzma option of mksquashfs, since our current kernel squashfs module
|
||||||
|
does not support it yet (see LP #177634). Bump dependency to
|
||||||
|
squashfs-tools to ensure availability of that option.
|
||||||
|
|
||||||
|
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 20 Dec 2007 12:03:41 +0100
|
||||||
|
|
||||||
livecd-rootfs (0.45) hardy; urgency=low
|
livecd-rootfs (0.45) hardy; urgency=low
|
||||||
|
|
||||||
[ Colin Watson ]
|
[ Colin Watson ]
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -8,7 +8,7 @@ Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk
|
|||||||
|
|
||||||
Package: livecd-rootfs
|
Package: livecd-rootfs
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: debootstrap, rsync, python-minimal | python, procps, squashfs-tools, grep-dctrl, fdupes
|
Depends: debootstrap, rsync, python-minimal | python, procps, squashfs-tools (>= 1:3.3.1), grep-dctrl, fdupes
|
||||||
Suggests: partimage
|
Suggests: partimage
|
||||||
Description: construction script for the livecd rootfs
|
Description: construction script for the livecd rootfs
|
||||||
livecd-rootfs provides the script used to create the root filesystem
|
livecd-rootfs provides the script used to create the root filesystem
|
||||||
|
@ -429,7 +429,7 @@ deb-src ${SECSRCMIRROR} ${STE}-security ${COMP}
|
|||||||
: > livecd.${FSS}.sort
|
: > livecd.${FSS}.sort
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mksquashfs ${ROOT} livecd.${FSS}.squashfs -sort livecd.${FSS}.sort
|
mksquashfs ${ROOT} livecd.${FSS}.squashfs -nolzma -sort livecd.${FSS}.sort
|
||||||
chmod 644 livecd.${FSS}.squashfs
|
chmod 644 livecd.${FSS}.squashfs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user