diff --git a/livecd.sh b/livecd.sh index 82568dcd..487220e4 100755 --- a/livecd.sh +++ b/livecd.sh @@ -132,15 +132,15 @@ Flags: seen case "$FS" in ubuntu) LIST="$LIST ubuntu-base ubuntu-desktop ubuntu-live" - LIST="$LIST xresprobe laptop-detect" + LIST="$LIST xresprobe laptop-detect casper" ;; kubuntu) LIST="$LIST ubuntu-base kubuntu-desktop kubuntu-live" - LIST="$LIST xresprobe laptop-detect" + LIST="$LIST xresprobe laptop-detect casper" ;; edubuntu) LIST="$LIST ubuntu-base edubuntu-desktop edubuntu-live" - LIST="$LIST xresprobe laptop-detect" + LIST="$LIST xresprobe laptop-detect casper" ;; base) LIST="$LIST ubuntu-base casper"