mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-16 12:41:49 +00:00
* Add lupin-casper as well as casper, for installer-for-windows.
This commit is contained in:
parent
ccb70fd0aa
commit
7cd0c59cb1
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,9 +1,13 @@
|
|||||||
livecd-rootfs (0.33) UNRELEASED; urgency=low
|
livecd-rootfs (0.33) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
[ Adam Conrad ]
|
||||||
* Implement hideous hacks to build lpia mixed-arch livecds for developers
|
* Implement hideous hacks to build lpia mixed-arch livecds for developers
|
||||||
to test with. This should be reverted ASAP once LPIA main is built.
|
to test with. This should be reverted ASAP once LPIA main is built.
|
||||||
* Add missing ${ROOT}sys to $MOUNTS; a bug exposed by a buggy debootstrap.
|
* Add missing ${ROOT}sys to $MOUNTS; a bug exposed by a buggy debootstrap.
|
||||||
|
|
||||||
|
[ Colin Watson ]
|
||||||
|
* Add lupin-casper as well as casper, for installer-for-windows.
|
||||||
|
|
||||||
-- Adam Conrad <adconrad@ubuntu.com> Tue, 21 Aug 2007 23:56:12 +1000
|
-- Adam Conrad <adconrad@ubuntu.com> Tue, 21 Aug 2007 23:56:12 +1000
|
||||||
|
|
||||||
livecd-rootfs (0.32) gutsy; urgency=low
|
livecd-rootfs (0.32) gutsy; urgency=low
|
||||||
|
10
livecd.sh
10
livecd.sh
@ -152,23 +152,23 @@ Flags: seen
|
|||||||
case "$FS" in
|
case "$FS" in
|
||||||
ubuntu|ubuntu-lpia)
|
ubuntu|ubuntu-lpia)
|
||||||
LIST="$LIST minimal^ standard^ ubuntu-desktop^"
|
LIST="$LIST minimal^ standard^ ubuntu-desktop^"
|
||||||
LIVELIST="ubuntu-live^ xresprobe laptop-detect casper"
|
LIVELIST="ubuntu-live^ xresprobe laptop-detect casper lupin-casper"
|
||||||
;;
|
;;
|
||||||
kubuntu)
|
kubuntu)
|
||||||
LIST="$LIST minimal^ standard^ kubuntu-desktop^"
|
LIST="$LIST minimal^ standard^ kubuntu-desktop^"
|
||||||
LIVELIST="kubuntu-live^ xresprobe laptop-detect casper"
|
LIVELIST="kubuntu-live^ xresprobe laptop-detect casper lupin-casper"
|
||||||
;;
|
;;
|
||||||
edubuntu)
|
edubuntu)
|
||||||
LIST="$LIST minimal^ standard^ edubuntu-desktop^"
|
LIST="$LIST minimal^ standard^ edubuntu-desktop^"
|
||||||
LIVELIST="edubuntu-live^ xresprobe laptop-detect casper"
|
LIVELIST="edubuntu-live^ xresprobe laptop-detect casper lupin-casper"
|
||||||
;;
|
;;
|
||||||
xubuntu)
|
xubuntu)
|
||||||
LIST="$LIST minimal^ standard^ xterm libgoffice-gtk-0-4 xubuntu-desktop^"
|
LIST="$LIST minimal^ standard^ xterm libgoffice-gtk-0-4 xubuntu-desktop^"
|
||||||
LIVELIST="xubuntu-live^ xresprobe laptop-detect casper"
|
LIVELIST="xubuntu-live^ xresprobe laptop-detect casper lupin-casper"
|
||||||
;;
|
;;
|
||||||
base)
|
base)
|
||||||
LIST="$LIST minimal^ standard^"
|
LIST="$LIST minimal^ standard^"
|
||||||
LIVELIST="casper"
|
LIVELIST="casper lupin-casper"
|
||||||
;;
|
;;
|
||||||
tocd)
|
tocd)
|
||||||
LIST="$LIST minimal^ standard^"
|
LIST="$LIST minimal^ standard^"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user