summaryrefslogtreecommitdiffstats
path: root/installers/data/pc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'installers/data/pc.sh')
-rw-r--r--installers/data/pc.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/installers/data/pc.sh b/installers/data/pc.sh
index 8e748dc..651c0bc 100644
--- a/installers/data/pc.sh
+++ b/installers/data/pc.sh
@@ -192,4 +192,13 @@ printf '\n'
cp -p /boot/vmlinuz /boot/vmlinuz.old
install-lilo "${boot}" "/dev/${root}" >&2
+printf '\nCustom configuration'
+printf '\n====================\n\n'
+printf 'Additional packages to install (e.g. "fbi cmatrix acpi") or empty: '
+_read -r custom_pkgs
+printf '\n'
+if [ "x${custom_pkgs}" != 'x' ]; then
+ opkg install ${custom_pkgs}
+fi
+
printf '\nInstallation complete!\n'