mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-14 14:48:25 +00:00
drop the default creation of SWAP.swap files for all preinstalled devices
This commit is contained in:
parent
3a2dc931ed
commit
d04c2c068b
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.217) UNRELEASED; urgency=medium
|
||||
|
||||
* drop swapfile creation for preinstalled images
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Mon, 23 Jun 2014 18:35:57 +0200
|
||||
|
||||
livecd-rootfs (2.216) utopic; urgency=medium
|
||||
|
||||
* ubuntu-touch: remove the previous ugly hack again ... issue is fixed
|
||||
|
@ -112,8 +112,6 @@ case $IMAGEFORMAT in
|
||||
;;
|
||||
*)
|
||||
add_package live jasper
|
||||
OPTS="${OPTS:+$OPTS }--swap-file-path SWAP.swap"
|
||||
OPTS="${OPTS:+$OPTS }--swap-file-size 512"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
@ -309,8 +307,6 @@ case $PROJECT in
|
||||
export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'
|
||||
OPTS="${OPTS:+$OPTS }--apt-recommends false"
|
||||
OPTS="${OPTS:+$OPTS }--compression gzip"
|
||||
OPTS="${OPTS:+$OPTS }--swap-file-path SWAP.swap"
|
||||
OPTS="${OPTS:+$OPTS }--swap-file-size 100"
|
||||
OPTS="${OPTS:+$OPTS }--system normal"
|
||||
OPTS="${OPTS:+$OPTS }--zsync false"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user