summaryrefslogtreecommitdiff
path: root/hooks/build-os/30-packages
diff options
context:
space:
mode:
authorPhilip J Freeman <elektron@halo.nu>2005-07-22 01:13:13 -0700
committerPhilip J Freeman <elektron@halo.nu>2026-04-22 12:13:02 -0700
commit521028801517a92ffdbf4911ca9d6db67e8de7d3 (patch)
tree5eaf050789a03275c73fd810f8d65edb6de54cc1 /hooks/build-os/30-packages
parente33ea89387b46c5a4a91b1fd90c05e0d7ad56470 (diff)
add a gui; initial dev releasehalo.01.20250721.235859
Diffstat (limited to 'hooks/build-os/30-packages')
-rwxr-xr-xhooks/build-os/30-packages9
1 files changed, 8 insertions, 1 deletions
diff --git a/hooks/build-os/30-packages b/hooks/build-os/30-packages
index b131edf..9510c87 100755
--- a/hooks/build-os/30-packages
+++ b/hooks/build-os/30-packages
@@ -7,15 +7,22 @@ packages=(
debootstrap
dosfstools
e2fsprogs
+ flatpak
+ gnome-core
+ gnome-tweaks
lvm2
nethack-console
+ network-manager
ostree
parted
rsync
+ sudo
systemd-container
+ systemd-homed
+ task-english
xfsprogs
)
-chroot "${root:?}" apt-get -y install "${packages[@]}"
+chroot "${root:?}" apt-get -y --no-install-recommends install "${packages[@]}"
echo 'kernel.unprivileged_userns_clone=1' > "${root:?}"/etc/sysctl.d/nspawn.conf