diff --git a/build_files/build.sh b/build_files/build.sh index aa45b4f..c72181c 100755 --- a/build_files/build.sh +++ b/build_files/build.sh @@ -33,7 +33,7 @@ dnf5 config-manager setopt fedora-multimedia.priority=90 # Remove Fedora's package that enforces their own (filtered) version of the # flathub repo is present, as-well as the system-installed Firefox as I prefer to use the Flatpak version -dnf5 remove -y fedora-flathub-remote # firefox firefox-langpacks +dnf5 remove -y fedora-flathub-remote firefox firefox-langpacks # Add Flathub to the image for eventual application mkdir -p /etc/flatpak/remotes.d/ @@ -144,14 +144,14 @@ if [ -f /etc/passwd ] || [ -f /etc/group ]; then echo "Warning: Make sure processed users and groups are from installed programs!" fi -# Create defaults for /etc/passwd, /etc/group -cat </etc/passwd -root:x:0:0:root:/root:/bin/bash -EOT -cat </etc/group -root:x:0: -wheel:x:10: -EOT +# # Create defaults for /etc/passwd, /etc/group +# cat </etc/passwd +# root:x:0:0:root:/root:/bin/bash +# EOT +# cat </etc/group +# root:x:0: +# wheel:x:10: +# EOT # Extra lock files created by container processes that might cause issues rm -rf \