mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 06:17:08 +00:00
re-enable swap on jasper images
This commit is contained in:
parent
7ba25854b4
commit
2b0be84a60
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
|
||||
|
||||
* Revert the previous change and apply it for all $PREINSTALLED
|
||||
|
@ -78,6 +78,8 @@ case $IMAGEFORMAT in
|
||||
;;
|
||||
*)
|
||||
add_package live jasper
|
||||
OPTS="${OPTS:+$OPTS }--swap-file-path SWAP.swap"
|
||||
OPTS="${OPTS:+$OPTS }--swap-file-size 512"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user