diff --git a/kickstart/install-ostreecontainer-installer.ks b/kickstart/install-ostreecontainer-installer.ks index 0294de2..4dccd93 100644 --- a/kickstart/install-ostreecontainer-installer.ks +++ b/kickstart/install-ostreecontainer-installer.ks @@ -36,6 +36,39 @@ rootpw --lock # disk + LUKS + btrfs selection. Runtime ks (gum TUI) provides the # full partition spec at real-install time. +# ── Packages for the LIVE BOOT ENVIRONMENT ── +# These are NOT installed on the target system. They populate the +# squashfs that boots Anaconda. The target is populated by +# `ostreecontainer` below from the OCI image. +%packages +@^minimal-environment +@core +@anaconda-tools +anaconda-live +anaconda-tui +livesys-scripts +dracut-live +dracut-config-generic +kernel +kernel-modules +kernel-modules-extra +glibc-all-langpacks +ostree +rpm-ostree +bootupd +grub2-efi-x64 +grub2-efi-x64-modules +grub2-pc +grub2-pc-modules +grub2-tools +grub2-tools-extra +shim-x64 +efibootmgr +syslinux +isomd5sum +xorriso +%end + # ── ostreecontainer: populate / from veilor-os OCI ── ostreecontainer --url=ghcr.io/veilor-org/veilor-os:43 --transport=registry