Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update void-install-zfs.sh #67

Merged
merged 1 commit into from Nov 14, 2019
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Update void-install-zfs.sh
to give the users a function WiFi gui to on initial install
  • Loading branch information
RodMyers committed Nov 14, 2019
commit 8482df1cf0d0d934cfc9cfa9fef48611ae24baff
@@ -462,11 +462,11 @@ fi


#Full package list
#PACKAGES_CHROOT="iwd bluez vlc trojita telegram-desktop falkon qterminal openvpn git pianobar ntfs-3g fuse-exfat simple-mtpfs fish-shell zsh libdvdcss gutenprint foomatic-db foomatic-db-nonfree nano xorg-minimal lumina"
#PACKAGES_CHROOT="iwd bluez vlc trojita telegram-desktop falkon qterminal openvpn git pianobar ntfs-3g fuse-exfat simple-mtpfs fish-shell zsh libdvdcss gutenprint foomatic-db foomatic-db-nonfree nano xorg-minimal lumina wpa-cute"
#Minimal package list for testing
PACKAGES=""
PACKAGES_CHROOT="iwd bluez nano git noto-fonts-ttf"
PACKAGES_OPTIONAL="xorg-minimal lumina qterminal compton hicolor-icon-theme xrandr qt5-svg"
PACKAGES_OPTIONAL="xorg-minimal lumina qterminal compton hicolor-icon-theme xrandr qt5-svg wpa-cute"
SERVICES_ENABLED="dbus sshd dhcpcd cupsd wpa_supplicant bluetoothd"

# ==============================