~xnox/debian-cd/boot-s390x-live

« back to all changes in this revision

Viewing changes to tools/boot/bionic/common.sh

Merge lp:~mwhudson/debian-cd/live-server-cmdline-2 (with fixups)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
            DEFAULT_PRESEED='file=/cdrom/preseed/xubuntu.seed'
35
35
            ;;
36
36
        ubuntu-server)
37
 
            DEFAULT_PRESEED='file=/cdrom/preseed/ubuntu-server.seed'
 
37
            if [ "$CDIMAGE_LIVE" != 1 ]; then
 
38
                DEFAULT_PRESEED='file=/cdrom/preseed/ubuntu-server.seed'
 
39
            fi
38
40
            ;;
39
41
        ubuntu-mid)
40
42
            DEFAULT_PRESEED='file=/cdrom/preseed/mid.seed'