mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-03 11:58:26 +00:00
chore: ensure package consistency across images
This commit is contained in:
8
files/scripts/disablesshd.sh
Normal file
8
files/scripts/disablesshd.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
echo "Disabling the sshd"
|
||||
systemctl disable sshd
|
||||
systemctl mask sshd
|
||||
@@ -12,7 +12,6 @@ install:
|
||||
- setools
|
||||
|
||||
remove:
|
||||
- openssh-server
|
||||
- fedora-chromium-config
|
||||
- fedora-flathub-remote
|
||||
- open-vm-tools
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
type: script
|
||||
scripts:
|
||||
- disablecups.sh
|
||||
- disablesshd.sh
|
||||
@@ -3,3 +3,4 @@ remove:
|
||||
- kde-connect
|
||||
- kde-connect-libs
|
||||
- kdeconnectd
|
||||
- fedora-chromium-config-kde
|
||||
@@ -15,3 +15,4 @@ remove:
|
||||
- libvncserver
|
||||
- malcontent-ui-libs
|
||||
- malcontent-control
|
||||
- fedora-chromium-config-gnome
|
||||
@@ -8,6 +8,7 @@ image-version: 40
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/silverblue-packages.yml
|
||||
- from-file: common/bluefin-packages.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
|
||||
@@ -8,6 +8,7 @@ image-version: 40
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/silverblue-packages.yml
|
||||
- from-file: common/bluefin-packages.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
|
||||
@@ -8,6 +8,7 @@ image-version: 40
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/silverblue-packages.yml
|
||||
- from-file: common/bluefin-packages.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
|
||||
@@ -8,6 +8,7 @@ image-version: 40
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/silverblue-packages.yml
|
||||
- from-file: common/bluefin-packages.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
|
||||
@@ -8,6 +8,7 @@ image-version: 40
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/silverblue-packages.yml
|
||||
- from-file: common/bluefin-packages.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
|
||||
@@ -8,6 +8,7 @@ image-version: 40
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/silverblue-packages.yml
|
||||
- from-file: common/bluefin-packages.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
|
||||
Reference in New Issue
Block a user