mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-09 17:11:35 +00:00
casper needs to be in all targets, apparently
This commit is contained in:
parent
a310f9976c
commit
cb9d95f67b
@ -132,15 +132,15 @@ Flags: seen
|
|||||||
case "$FS" in
|
case "$FS" in
|
||||||
ubuntu)
|
ubuntu)
|
||||||
LIST="$LIST ubuntu-base ubuntu-desktop ubuntu-live"
|
LIST="$LIST ubuntu-base ubuntu-desktop ubuntu-live"
|
||||||
LIST="$LIST xresprobe laptop-detect"
|
LIST="$LIST xresprobe laptop-detect casper"
|
||||||
;;
|
;;
|
||||||
kubuntu)
|
kubuntu)
|
||||||
LIST="$LIST ubuntu-base kubuntu-desktop kubuntu-live"
|
LIST="$LIST ubuntu-base kubuntu-desktop kubuntu-live"
|
||||||
LIST="$LIST xresprobe laptop-detect"
|
LIST="$LIST xresprobe laptop-detect casper"
|
||||||
;;
|
;;
|
||||||
edubuntu)
|
edubuntu)
|
||||||
LIST="$LIST ubuntu-base edubuntu-desktop edubuntu-live"
|
LIST="$LIST ubuntu-base edubuntu-desktop edubuntu-live"
|
||||||
LIST="$LIST xresprobe laptop-detect"
|
LIST="$LIST xresprobe laptop-detect casper"
|
||||||
;;
|
;;
|
||||||
base)
|
base)
|
||||||
LIST="$LIST ubuntu-base casper"
|
LIST="$LIST ubuntu-base casper"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user