summaryrefslogtreecommitdiff
path: root/alis.conf
diff options
context:
space:
mode:
authorpicodotdev <pico.dev@gmail.com>2017-12-25 11:53:40 +0100
committerpicodotdev <pico.dev@gmail.com>2017-12-25 11:53:40 +0100
commitc59f62e20028ed0491281fe0d69fcdd755ca9839 (patch)
tree101f052bc788a889700c2183993329184416f7c6 /alis.conf
parentb36b7cd1d852bccc86f55710c1b6eff7d9753ee6 (diff)
Add new features
* Users creation and add to sudoersi * Custom kernel compression * Graphics controllers (intel, nvidia, amd) with early KMS start
Diffstat (limited to 'alis.conf')
-rw-r--r--alis.conf11
1 files changed, 7 insertions, 4 deletions
diff --git a/alis.conf b/alis.conf
index 3246e4d..13bee32 100644
--- a/alis.conf
+++ b/alis.conf
@@ -6,7 +6,7 @@ DEVICE="/dev/sda"
LVM="true"
PARTITION_ROOT_ENCRYPTION_PASSWORD="archlinux"
FILE_SYSTEM_TYPE="ext4" # ext4 btrfs xfs
-SWAP_SIZE="" # 2GiB (not supported in btrfs)
+SWAP_SIZE="" # 2GiB 4GiB 8GiB (not supported in btrfs)
# network_install
WIFI_INTERFACE=""
@@ -17,7 +17,8 @@ PING_HOSTNAME="mirrors.kernel.org"
# install
PACMAN_MIRROR="Server=https://mirrors.kernel.org/archlinux/\$repo/os/\$arch"
-KERNELS="" # linux-lts linux-lts-headers linux-grsec linux-grsec-headers linux-zen linux-zen-headers
+KERNELS="" # linux-lts linux-lts-headers linux-hardened linux-hardened-headers linux-zen linux-zen-headers
+KERNELS_COMPRESSION="" # gzip bzip2 lzma xz (also known as lzma2) lzop lz4
# config
TIMEZONE="/usr/share/zoneinfo/Europe/Madrid"
@@ -30,15 +31,17 @@ ROOT_PASSWORD="archlinux"
# user
USER_NAME="picodotdev"
USER_PASSWORD="archlinux"
+ADDITIONAL_USER_NAMES="" # list separated by space
+ADDITIONAL_USER_PASSWORDS="" # list separated by space
# packages
-PACKAGES_PACMAN="" #firefox firefox-i18n-es-es ntfs-3g gimp libreoffice libreoffice-fresh libreoffice-fresh-es vlc gstreamer0.10-plugins gstreamer0.10-good-plugins gstreamer0.10-bad-plugins gstreamer0.10-ugly-plugins
+PACKAGES_PACMAN="" # firefox firefox-i18n-es-es ntfs-3g gimp libreoffice libreoffice-fresh libreoffice-fresh-es vlc gstreamer0.10-plugins gstreamer0.10-good-plugins gstreamer0.10-bad-plugins gstreamer0.10-ugly-plugins
PACKAGES_YAOURT=""
YAOURT="true"
# desktop
DESKTOP_ENVIRONMENT="gnome" #gnome kde xfce mate cinnamon lxde
-DISPLAY_DRIVER="" #xf86-video-intel xf86-video-amdgpu xf86-video-ati nvidia nvidia-340xx nvidia-304xx xf86-video-nouveau
+DISPLAY_DRIVER="" # xf86-video-intel xf86-video-amdgpu xf86-video-ati nvidia nvidia-340xx nvidia-340xx-lts nvidia-304xx nvidia-304xx-lts xf86-video-nouveau
#reboot
REBOOT="true"