Skip to content

Commit ef0d873

Browse files
committed
feat: Add Pods as a default feature, great for managing distrobox/containers.
1 parent 0998bda commit ef0d873

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Containerfile

+1
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ RUN /tmp/image-info.sh && \
449449
systemctl enable dev-hugepages1G.mount && \
450450
systemctl enable joycond && \
451451
systemctl --global enable bazzite-user-setup.service && \
452+
systemctl --global enable podman.socket && \
452453
if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
453454
sed -i '/^PRETTY_NAME/s/Kinoite/Bazzite/' /usr/lib/os-release && \
454455
systemctl --global enable com.system76.Scheduler.dbusproxy.service \

system_files/desktop/kinoite/usr/share/ublue-os/bazzite/flatpak/install

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ org.kde.gwenview
33
org.kde.okular
44
org.kde.kcalc
55
io.github.fastrizwaan.WineZGUI
6+
com.github.marhkb.Pods
67
it.mijorus.gearlever
78
com.github.tchx84.Flatseal
89
io.github.flattool.Warehouse

system_files/desktop/silverblue/usr/share/ublue-os/bazzite/flatpak/install

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
org.mozilla.firefox
22
com.mattjakeman.ExtensionManager
33
io.github.fastrizwaan.WineZGUI
4+
com.github.marhkb.Pods
45
it.mijorus.gearlever
56
com.github.tchx84.Flatseal
67
io.github.flattool.Warehouse

0 commit comments

Comments
 (0)