|
|
@ -126,27 +126,27 @@ Flags: seen
|
|
|
|
|
|
|
|
|
|
|
|
case "$FS" in
|
|
|
|
case "$FS" in
|
|
|
|
ubuntu)
|
|
|
|
ubuntu)
|
|
|
|
LIST="$LIST ubuntu-minimal ubuntu-standard^ ubuntu-desktop^"
|
|
|
|
LIST="$LIST minimal^ standard^ ubuntu-desktop^"
|
|
|
|
LIVELIST="ubuntu-live^ xresprobe laptop-detect casper"
|
|
|
|
LIVELIST="ubuntu-live^ xresprobe laptop-detect casper"
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
kubuntu)
|
|
|
|
kubuntu)
|
|
|
|
LIST="$LIST ubuntu-minimal ubuntu-standard^ kubuntu-desktop^"
|
|
|
|
LIST="$LIST minimal^ standard^ kubuntu-desktop^"
|
|
|
|
LIVELIST="kubuntu-live^ xresprobe laptop-detect casper"
|
|
|
|
LIVELIST="kubuntu-live^ xresprobe laptop-detect casper"
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
edubuntu)
|
|
|
|
edubuntu)
|
|
|
|
LIST="$LIST ubuntu-minimal ubuntu-standard^ edubuntu-desktop^"
|
|
|
|
LIST="$LIST minimal^ standard^ edubuntu-desktop^"
|
|
|
|
LIVELIST="edubuntu-live^ xresprobe laptop-detect casper"
|
|
|
|
LIVELIST="edubuntu-live^ xresprobe laptop-detect casper"
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
xubuntu)
|
|
|
|
xubuntu)
|
|
|
|
LIST="$LIST ubuntu-minimal ubuntu-standard^ xterm libgoffice-gtk-0-3 xubuntu-desktop^"
|
|
|
|
LIST="$LIST minimal^ standard^ xterm libgoffice-gtk-0-3 xubuntu-desktop^"
|
|
|
|
LIVELIST="xubuntu-live^ xresprobe laptop-detect casper"
|
|
|
|
LIVELIST="xubuntu-live^ xresprobe laptop-detect casper"
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
base)
|
|
|
|
base)
|
|
|
|
LIST="$LIST ubuntu-minimal ubuntu-standard^"
|
|
|
|
LIST="$LIST minimal^ standard^"
|
|
|
|
LIVELIST="casper"
|
|
|
|
LIVELIST="casper"
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
tocd)
|
|
|
|
tocd)
|
|
|
|
LIST="$LIST ubuntu-minimal ubuntu-standard^"
|
|
|
|
LIST="$LIST minimal^ standard^"
|
|
|
|
tocdtmp=`mktemp -d` || exit 1
|
|
|
|
tocdtmp=`mktemp -d` || exit 1
|
|
|
|
tocdgerminate='http://people.ubuntu.com/~cjwatson/germinate-output/tocd3.1-dapper/'
|
|
|
|
tocdgerminate='http://people.ubuntu.com/~cjwatson/germinate-output/tocd3.1-dapper/'
|
|
|
|
if wget -O "$tocdtmp"/desktop "$tocdgerminate"/desktop; then
|
|
|
|
if wget -O "$tocdtmp"/desktop "$tocdgerminate"/desktop; then
|
|
|
|