summaryrefslogtreecommitdiff
path: root/configs/releng
diff options
context:
space:
mode:
Diffstat (limited to 'configs/releng')
l---------configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/qemu-guest-agent.service1
-rw-r--r--configs/releng/airootfs/etc/systemd/system/pacman-init.service2
-rw-r--r--configs/releng/bootstrap_packages.both2
-rw-r--r--configs/releng/packages.both8
-rw-r--r--configs/releng/profiledef.sh1
5 files changed, 12 insertions, 2 deletions
diff --git a/configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/qemu-guest-agent.service b/configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/qemu-guest-agent.service
new file mode 120000
index 0000000..8e3ff80
--- /dev/null
+++ b/configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/qemu-guest-agent.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/qemu-guest-agent.service \ No newline at end of file
diff --git a/configs/releng/airootfs/etc/systemd/system/pacman-init.service b/configs/releng/airootfs/etc/systemd/system/pacman-init.service
index 28d4398..f446a80 100644
--- a/configs/releng/airootfs/etc/systemd/system/pacman-init.service
+++ b/configs/releng/airootfs/etc/systemd/system/pacman-init.service
@@ -10,7 +10,7 @@ After=etc-pacman.d-gnupg.mount
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/pacman-key --init
-ExecStart=/usr/bin/pacman-key --populate parabola archlinux archlinux32
+ExecStart=/usr/bin/pacman-key --populate
[Install]
WantedBy=multi-user.target
diff --git a/configs/releng/bootstrap_packages.both b/configs/releng/bootstrap_packages.both
new file mode 100644
index 0000000..64966d0
--- /dev/null
+++ b/configs/releng/bootstrap_packages.both
@@ -0,0 +1,2 @@
+arch-install-scripts
+base
diff --git a/configs/releng/packages.both b/configs/releng/packages.both
index d1c59ca..48c48e6 100644
--- a/configs/releng/packages.both
+++ b/configs/releng/packages.both
@@ -1,14 +1,15 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
alsa-utils
-archinstall
arch-install-scripts
+archinstall
base
bind-tools
brltty
btrfs-progs
cloud-init
crda
+cryptsetup
darkhttpd
ddrescue
dhclient
@@ -17,6 +18,7 @@ diffutils
dmraid
dnsmasq
dosfstools
+e2fsprogs
efibootmgr
espeakup
ethtool
@@ -31,9 +33,11 @@ gptfdisk
grml-zsh-config
hdparm
irssi
+iw
iwd
jfsutils
kitty-terminfo
+less
lftp
libfido2
libusb-compat
@@ -71,11 +75,13 @@ partimage
pcsclite
ppp
pptpclient
+qemu-guest-agent
reflector
reiserfsprogs
rp-pppoe
rsync
rxvt-unicode-terminfo
+screen
sdparm
sg3_utils
smartmontools
diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh
index 5ad616e..8ca837f 100644
--- a/configs/releng/profiledef.sh
+++ b/configs/releng/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.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
arch="dual"
pacman_conf="pacman.conf"