mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-31 12:51:14 +00:00
s/headless/server/ and future-proofing ext4 use for preinstalled
This commit is contained in:
parent
a72fba02e5
commit
706521f27d
@ -84,7 +84,7 @@ esac
|
|||||||
|
|
||||||
for arg in "$@"; do
|
for arg in "$@"; do
|
||||||
case "$arg" in
|
case "$arg" in
|
||||||
*ubuntu|*ubuntu-dvd|kubuntu-mobile|kubuntu-netbook|ubuntu-lpia|ubuntu-mid|ubuntu-umpc|ubuntu-mobile|ubuntu-netbook|ubuntu-moblin-remix|mythbuntu|base|tocd|ubuntu-headless) ;;
|
*ubuntu|*ubuntu-dvd|kubuntu-mobile|kubuntu-netbook|ubuntu-lpia|ubuntu-mid|ubuntu-umpc|ubuntu-mobile|ubuntu-netbook|ubuntu-moblin-remix|mythbuntu|base|tocd|ubuntu-headless|ubuntu-server) ;;
|
||||||
*)
|
*)
|
||||||
echo "bad project: $arg" >&2
|
echo "bad project: $arg" >&2
|
||||||
exit 2
|
exit 2
|
||||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.9) oneiric; urgency=low
|
||||||
|
|
||||||
|
* Rename the ARM headless image to ubuntu-server for oneiric
|
||||||
|
* Future-proof --chroot-filesystem support for a switch to ext4
|
||||||
|
|
||||||
|
-- Adam Conrad <adconrad@ubuntu.com> Tue, 28 Jun 2011 14:20:35 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.8) oneiric; urgency=low
|
livecd-rootfs (2.8) oneiric; urgency=low
|
||||||
|
|
||||||
* Use all_chroot_pyc-purge.sh hook from live-build 3.0~a21-1ubuntu4.
|
* Use all_chroot_pyc-purge.sh hook from live-build 3.0~a21-1ubuntu4.
|
||||||
|
@ -49,7 +49,7 @@ COMPONENTS=
|
|||||||
BINARY_REMOVE_LINUX=:
|
BINARY_REMOVE_LINUX=:
|
||||||
|
|
||||||
case $IMAGEFORMAT in
|
case $IMAGEFORMAT in
|
||||||
ext2|ext3)
|
ext2|ext3|ext4)
|
||||||
OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $IMAGEFORMAT"
|
OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $IMAGEFORMAT"
|
||||||
add_package live jasper
|
add_package live jasper
|
||||||
;;
|
;;
|
||||||
@ -110,7 +110,7 @@ case $PROJECT in
|
|||||||
add_task install minimal standard
|
add_task install minimal standard
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-headless)
|
ubuntu-server)
|
||||||
add_task install minimal standard
|
add_task install minimal standard
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user