summaryrefslogtreecommitdiff
path: root/configs/releng-openrc
diff options
context:
space:
mode:
Diffstat (limited to 'configs/releng-openrc')
-rwxr-xr-xconfigs/releng-openrc/airootfs/etc/local.d/pacman-init.start2
-rw-r--r--configs/releng-openrc/airootfs/etc/mkinitcpio.conf2
l---------configs/releng-openrc/airootfs/etc/runlevels/default/haveged1
-rw-r--r--configs/releng-openrc/bootstrap_packages.both2
-rw-r--r--configs/releng-openrc/packages.both8
-rw-r--r--configs/releng-openrc/profiledef.sh1
6 files changed, 12 insertions, 4 deletions
diff --git a/configs/releng-openrc/airootfs/etc/local.d/pacman-init.start b/configs/releng-openrc/airootfs/etc/local.d/pacman-init.start
index 41c6166..60fdd4d 100755
--- a/configs/releng-openrc/airootfs/etc/local.d/pacman-init.start
+++ b/configs/releng-openrc/airootfs/etc/local.d/pacman-init.start
@@ -5,5 +5,5 @@
# Initializes Pacman keyring
if ! find /etc/pacman.d/gnupg -mindepth 1 2>/dev/null | read -r; then
pacman-key --init
- pacman-key --populate archlinux archlinux32 parabola
+ pacman-key --populate
fi
diff --git a/configs/releng-openrc/airootfs/etc/mkinitcpio.conf b/configs/releng-openrc/airootfs/etc/mkinitcpio.conf
index 02795f8..efbff15 100644
--- a/configs/releng-openrc/airootfs/etc/mkinitcpio.conf
+++ b/configs/releng-openrc/airootfs/etc/mkinitcpio.conf
@@ -7,7 +7,7 @@
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(piix ide_disk reiserfs)
-MODULES=(loop)
+MODULES=(loop speakup_soft)
# BINARIES
# This setting includes any additional binaries a given user may
diff --git a/configs/releng-openrc/airootfs/etc/runlevels/default/haveged b/configs/releng-openrc/airootfs/etc/runlevels/default/haveged
deleted file mode 120000
index 0ec5343..0000000
--- a/configs/releng-openrc/airootfs/etc/runlevels/default/haveged
+++ /dev/null
@@ -1 +0,0 @@
-/etc/init.d/haveged \ No newline at end of file
diff --git a/configs/releng-openrc/bootstrap_packages.both b/configs/releng-openrc/bootstrap_packages.both
new file mode 100644
index 0000000..64966d0
--- /dev/null
+++ b/configs/releng-openrc/bootstrap_packages.both
@@ -0,0 +1,2 @@
+arch-install-scripts
+base
diff --git a/configs/releng-openrc/packages.both b/configs/releng-openrc/packages.both
index 4742487..392e1ef 100644
--- a/configs/releng-openrc/packages.both
+++ b/configs/releng-openrc/packages.both
@@ -1,14 +1,15 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
alsa-utils-openrc
-archinstall
arch-install-scripts
+archinstall
base
bind-tools
brltty-openrc
btrfs-progs
cloud-init
crda
+cryptsetup
darkhttpd
ddrescue
dhclient
@@ -17,6 +18,7 @@ diffutils
dmraid
dnsmasq
dosfstools
+e2fsprogs
efibootmgr
espeakup-openrc
elogind
@@ -32,9 +34,11 @@ gptfdisk
grml-zsh-config
hdparm-openrc
irssi
+iw
iwd
jfsutils
kitty-terminfo
+less
lftp
libfido2
libusb-compat
@@ -74,11 +78,13 @@ partimage
pcsclite
ppp
pptpclient
+qemu-guest-agent
reflector
reiserfsprogs
rp-pppoe
rsync-openrc
rxvt-unicode-terminfo
+screen
sdparm
sg3_utils
smartmontools
diff --git a/configs/releng-openrc/profiledef.sh b/configs/releng-openrc/profiledef.sh
index 1d01d56..fe657de 100644
--- a/configs/releng-openrc/profiledef.sh
+++ b/configs/releng-openrc/profiledef.sh
@@ -7,6 +7,7 @@ iso_publisher="Parabola GNU/Linux-libre <https://parabola.nu>"
iso_application="Parabola GNU/Linux-libre Live/Rescue CD"
iso_version="$(date +%Y.%m.%d)"
install_dir="parabola"
+buildmodes=('iso')
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.refind.esp' 'uefi-x64.refind.eltorito')
arch="dual"
pacman_conf="pacman.conf"