diff options
author | pico.dev <pico.dev@gmail.com> | 2017-01-13 01:20:51 +0100 |
---|---|---|
committer | pico.dev <pico.dev@gmail.com> | 2017-01-13 01:20:51 +0100 |
commit | 1525b14125001aa277b0f30594ea45b18f3867d5 (patch) | |
tree | 8f36e4dddda81194211b3585864ade69be743408 | |
parent | d6f97327dbf74a48d33016380f7f3f3df3c79e9e (diff) |
Small fixes
-rw-r--r-- | alis.sh | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -19,7 +19,7 @@ set -e # along with this program. If not, see <http://www.gnu.org/licenses/>. # This script is hosted in https://github.com/picodotdev/alis. For new features, -# improvements and bugs fill a issue GitHub or make a pull request. +# improvements and bugs fill an issue in GitHub or make a pull request. # # Please, don't ask for support for this script in Arch Linux forums, first read # the Arch Linux wiki [1], the Installation Guide [2] and the General @@ -31,18 +31,12 @@ set -e # Usage: # # loadkeys es -# # wget -O alis.sh https://raw.githubusercontent.com/picodotdev/alis/master/alis.conf +# # wget -O alis.conf https://raw.githubusercontent.com/picodotdev/alis/master/alis.conf # # vim alis.conf # # wget -O alis.sh https://raw.githubusercontent.com/picodotdev/alis/master/alis.sh # # chmod +x alis.sh # # ./alis.sh -# TODO: ncurses/tty2 -# DONE: warning, BIOS, UEFI, GRUB, WIFI, LVM, encrypt, ssd trim, virtualbox, intel-microcode, user, yaourt, custom packages, -# custom yaourt packages, network ping, software/desktop (GDM, KDE, XFCE, Mate, Cinnamon, LXDE), no-lvm, no-encrypt, do reboot = false, only base -# check variables, kernels lts grsec, swap (file), sistema de archivos (btrfs, XFS) -# MAY: startx Manually Wayland/Xorg sessions, Enable early KMS, suspend, wifi (wep) - # alis variables (no configuration, don't edit) BIOS_TYPE="" PARTITION_BIOS="" @@ -81,7 +75,7 @@ function check_variables() { check_variables_value "USER_NAME" "$USER_NAME" check_variables_value "USER_PASSWORD" "$USER_PASSWORD" check_variables_boolean "YAOURT" "$YAOURT" - check_variables_list "DESKTOP_ENVIRONMENT" "$DESKTOP_ENVIRONMENT" "gnome kde xfce mate cinnamon lxde" + check_variables_list "DESKTOP_ENVIRONMENT" "$DESKTOP_ENVIRONMENT" "gnome kde xfce mate cinnamon lxde" "false" check_variables_list "DISPLAY_DRIVER" "$DISPLAY_DRIVER" "xf86-video-intel xf86-video-amdgpu xf86-video-ati nvidia nvidia-340xx nvidia-304xx xf86-video-nouveau" "false" check_variables_boolean "REBOOT" "$REBOOT" } |