From e06c55198227c5d34140559b45a33ff67048379d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 6 Mar 2019 23:07:36 +0200 Subject: [PATCH] make_rootfs.sh: Image for a real geek Ubuntu 18.04.2 with dwm, surf web browser, stterm and vim. A truly geek look and feel. Inspired by a conversation with Vladimir Ivanov and Lazar Hristov during the last weekend. Suggested-by: Vladimir Ivanov , Lazar Hristov Signed-off-by: Leon Anavi --- SOFTWARE/A64-TERES/scripts/make_rootfs.sh | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/SOFTWARE/A64-TERES/scripts/make_rootfs.sh b/SOFTWARE/A64-TERES/scripts/make_rootfs.sh index f8767288..814572dd 100755 --- a/SOFTWARE/A64-TERES/scripts/make_rootfs.sh +++ b/SOFTWARE/A64-TERES/scripts/make_rootfs.sh @@ -77,7 +77,7 @@ case $DISTRO in xenial) ROOTFS="http://cdimage.ubuntu.com/ubuntu-base/releases/16.04.2/release/ubuntu-base-16.04.2-base-arm64.tar.gz" ;; - bionic|kde) + bionic|kde|geek) ROOTFS="http://cdimage.ubuntu.com/ubuntu-base/releases/18.04.2/release/ubuntu-base-18.04-base-arm64.tar.gz" ;; sid|jessie) @@ -239,7 +239,7 @@ EOF add_ubuntu_apt_sources() { local release="$1" # Use Ubuntu 18.04 bionic repositories for KDE image - if [ "$release" = "kde" ]; then + if [ "$release" = "kde" -o "$release" = "geek" ]; then release="bionic" fi cat > "$DEST/etc/apt/sources.list" <