summarylogtreecommitdiffstats
path: root/linuxpba.conf.etc
diff options
context:
space:
mode:
authorMauro Santos2017-12-13 17:06:57 +0000
committerMauro Santos2017-12-13 17:15:11 +0000
commit8b9576524373f6fab65be1d28275b2f8635288b6 (patch)
tree2616c870869a9ec5477748e1472251f03509daac /linuxpba.conf.etc
parent988061c751e141a1672b0f79645cfba50d0a328d (diff)
downloadaur-8b9576524373f6fab65be1d28275b2f8635288b6.tar.gz
Split linuxpba.conf into linuxpba.conf and mkinitcpio.conf.
Busybox's ash does not support arrays and chokes when loading linuxpba.conf after the change to arrayize some configuration variables. Splitting linuxpba.conf avoids that problem and at the same time makes the configuration more logical, linuxpba's configuration goes into linuxpba.conf and mkinitpio's configuration goes into mkinitpio.conf.
Diffstat (limited to 'linuxpba.conf.etc')
-rw-r--r--linuxpba.conf.etc14
1 files changed, 0 insertions, 14 deletions
diff --git a/linuxpba.conf.etc b/linuxpba.conf.etc
index 406caacbe069..35f03b6112f1 100644
--- a/linuxpba.conf.etc
+++ b/linuxpba.conf.etc
@@ -1,17 +1,3 @@
-### mkinitcpio options ###
-
-MODULES=()
-BINARIES=()
-FILES=()
-HOOKS=(base udev autodetect block keymap keyboard linuxpba)
-
-#COMPRESSION=<gzip|bzip2|lzma|xz|lzop|lz4>
-COMPRESSION="xz"
-#COMPRESSION_OPTIONS=()
-
-
-### linuxpba options ###
-
# Use the PBA agent from sedutil that supports only password input
# or use custom the PBA agent that supports keyfile, yubikey and
# password input. This will result in the smallest initramfs image.