mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-23 08:42:00 +00:00
Import patches-unapplied version 2.41 to ubuntu/oneiric
Imported using git-ubuntu import. Changelog parent: bfc78e8dcde666b9a49b23706773a555cb958a6b New changelog entries: * Re-enable swap on jasper-using images, a regression from the switch from livecd-rootfs to live-build (LP: #868662)
This commit is contained in:
parent
bfc78e8dcd
commit
3b110adb23
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.41) oneiric; urgency=low
|
||||||
|
|
||||||
|
* Re-enable swap on jasper-using images, a regression from
|
||||||
|
the switch from livecd-rootfs to live-build (LP: #868662)
|
||||||
|
|
||||||
|
-- Adam Conrad <adconrad@ubuntu.com> Wed, 05 Oct 2011 13:20:24 -0600
|
||||||
|
|
||||||
livecd-rootfs (2.40) oneiric; urgency=low
|
livecd-rootfs (2.40) oneiric; urgency=low
|
||||||
|
|
||||||
* Revert the previous change and apply it for all $PREINSTALLED
|
* Revert the previous change and apply it for all $PREINSTALLED
|
||||||
|
@ -78,6 +78,8 @@ case $IMAGEFORMAT in
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
add_package live jasper
|
add_package live jasper
|
||||||
|
OPTS="${OPTS:+$OPTS }--swap-file-path SWAP.swap"
|
||||||
|
OPTS="${OPTS:+$OPTS }--swap-file-size 512"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user