diff options
| author | 2020-12-21 14:59:59 -0500 | |
|---|---|---|
| committer | 2020-12-21 14:59:59 -0500 | |
| commit | 3aad85f71ff6a505e4cb2b0745a0dd0e6459a86d (patch) | |
| tree | c56ebaf566a14603f6758040d39daf43ff0bf664 /auto | |
| parent | 02d5339300fdc3e21fc46d57387289f59bad0e0c (diff) | |
Drop support for building with Liquorix kernels, was never really used.
Diffstat (limited to 'auto')
| -rwxr-xr-x | auto/config | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/auto/config b/auto/config index 9e1cb1d..a644e3b 100755 --- a/auto/config +++ b/auto/config @@ -17,9 +17,6 @@ while [ $# -gt 0 ]; do temp="$temp "'"'"$2"'"' shift ;; - --liquorix) - liquorix="1" - ;; --sid|--unstable) dist="sid" ;; @@ -34,30 +31,14 @@ while [ $# -gt 0 ]; do done eval set -- "$temp" -if [ -n "$liquorix" ]; then - mkdir -p config/archives - echo "deb http://mirror.unit193.net/liquorix sid main" \ - > config/archives/liquorix.list.chroot - echo "deb http://mirror.unit193.net/liquorix sid main" \ - > config/archives/liquorix.list.binary -fi - case "$arch" in amd64) lb_opts="$lb_opts --debian-installer live" - if [ -n "$liquorix" ]; then - lb_opts="$lb_opts --linux-flavours liquorix-amd64" - else - lb_opts="$lb_opts --linux-flavours amd64" - fi + lb_opts="$lb_opts --linux-flavours amd64" ;; i386) lb_opts="$lb_opts --debian-installer live" - if [ -n "$liquorix" ]; then - lb_opts="$lb_opts --linux-flavours liquorix-686-pae" - else - lb_opts="$lb_opts --linux-flavours 686-pae" - fi + lb_opts="$lb_opts --linux-flavours 686-pae" ;; armel|armhf) lb_opts="$lb_opts --binary-images hdd --binary-filesystem ext4 --chroot-filesystem none" |
