Change to using buster as the default suite

Install chromium by default, fix script inconsistency
closes #97
This commit is contained in:
Hal Emmerich 2019-06-07 13:42:25 -05:00
parent 99fb97be73
commit d66016624d
3 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
KVER=4.17.19
ifeq ($(PRAWNOS_SUITE),)
PRAWNOS_SUITE=stretch
PRAWNOS_SUITE=buster
endif
OUTNAME=PrawnOS-$(PRAWNOS_SUITE)-Alpha-c201-libre-2GB.img
BASE=$(OUTNAME)-BASE

View File

@ -37,12 +37,12 @@ dpkg-reconfigure tzdata
DEBIAN_FRONTEND=noninteractive apt install -y xorg acpi-support lightdm tasksel dpkg librsvg2-common xorg xserver-xorg-input-libinput alsa-utils anacron avahi-daemon eject iw libnss-mdns xdg-utils mousepad vlc dconf-cli dconf-editor sudo dtrx emacs25
DEBIAN_FRONTEND=noninteractive apt install -y network-manager-gnome network-manager-openvpn network-manager-openvpn-gnome
# #install chromium from sid
# apt -t unstable install -y chromium
# #install firefox from buster (if buster repos are present, i.e. installed suite is less than bullseye), otherwise from default suite
DEBIAN_FRONTEND=noninteractive apt -t buster install -y firefox-esr || DEBIAN_FRONTEND=noninteractive apt install -y firefox-esr
# #install chromium from buster (if buster repos are present, i.e. installed suite is less than bullseye), otherwise from default suite
DEBIAN_FRONTEND=noninteractive apt -t buster install -y chromium || DEBIAN_FRONTEND=noninteractive apt install -y chromium
[ "$DE" = "xfce" ] && apt install -y xfce4 dbus-user-session system-config-printer tango-icon-theme xfce4-power-manager xfce4-terminal xfce4-goodies numix-gtk-theme plank accountsservice
[ "$DE" = "lxqt" ] && apt install -y lxqt pavucontrol-qt

View File

@ -81,10 +81,10 @@ create_image() {
mount -o noatime ${2}p2 $5
}
# use stretch if no suite is specified
# use buster if no suite is specified
if [ "$PRAWNOS_SUITE" = "" ]
then
PRAWNOS_SUITE=stretch
PRAWNOS_SUITE=buster
fi
# create a 2GB image with the Chrome OS partition layout