Compare commits

...

2 Commits

Author SHA1 Message Date
Debarshi Ray 82222e16e8 container-toolbox: Use 'toolbx' as VARIANT_ID in os-release(5)
This is meant to distinguish OCI containers and images that are designed
specifically for Toolbx from others.  Toolbx containers are long-lasting
pet containers for interactive command line use, which makes them
substantially different from short-lived containers running services.

Therefore, it can be useful to be able to identify Toolbx containers and
images when generating statistics about Fedora usage.

https://pagure.io/Fedora-Council/tickets/issue/449
https://pagure.io/fedora-kickstarts/pull-request/1026
2024-03-17 01:31:30 +00:00
Kevin Fenzi 6e55750be4 lxqt live: bump space a slight bit to fit
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-03-16 15:30:31 -07:00
2 changed files with 4 additions and 1 deletions

View File

@ -33,7 +33,7 @@ dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
dnf-plugins-core
-dosfstools
-e2fsprogs
fedora-release-container
fedora-release-toolbx
findutils
flatpak-spawn
fpaste

View File

@ -11,6 +11,9 @@
%include fedora-live-minimization.ks
%include fedora-lxqt-common.ks
# need a bigger /
part / --size 5200
%packages
dracut-config-generic
%end