mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 11:28:06 +00:00
feat: disable all vscode telem by default for dx images
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"window.titleBarStyle": "custom",
|
||||
"editor.fontFamily": "'Cascadia Code', 'Droid Sans Mono', 'monospace', monospace",
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"gitlens.telemetry.enabled": false
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
echo "Disabling ublue-system-setup"
|
||||
systemctl disable ublue-system-setup
|
||||
systemctl mask ublue-system-setup
|
||||
@@ -19,6 +19,7 @@ modules:
|
||||
- from-file: common/bluefin-scripts.yml
|
||||
- from-file: common/kinoite-files.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
|
||||
@@ -19,6 +19,7 @@ modules:
|
||||
- from-file: common/bluefin-scripts.yml
|
||||
- from-file: common/kinoite-files.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
type: script
|
||||
scripts:
|
||||
- disabletailscale.sh
|
||||
- disableubluesystemsetup.sh
|
||||
- disabletailscale.sh
|
||||
@@ -1,6 +1,3 @@
|
||||
type: files
|
||||
files:
|
||||
- usr: /usr # copy static configurations
|
||||
# configuration you wish to end up in /etc/ on the booted system should be
|
||||
# added into /usr/etc/ (under /config/files) as that is the proper "distro"
|
||||
# config directory on ostree read more in the files module's README
|
||||
- usr: /usr
|
||||
3
recipes/common/dx-files.yml
Normal file
3
recipes/common/dx-files.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
type: files
|
||||
files:
|
||||
- dx/usr: /usr
|
||||
@@ -1,6 +1,3 @@
|
||||
type: files
|
||||
files:
|
||||
- kinoite/usr: /usr # copy static configurations
|
||||
# configuration you wish to end up in /etc/ on the booted system should be
|
||||
# added into /usr/etc/ (under /config/files) as that is the proper "distro"
|
||||
# config directory on ostree read more in the files module's README
|
||||
- kinoite/usr: /usr
|
||||
@@ -1,6 +1,3 @@
|
||||
type: files
|
||||
files:
|
||||
- server/usr: /usr # copy static configurations
|
||||
# configuration you wish to end up in /etc/ on the booted system should be
|
||||
# added into /usr/etc/ (under /config/files) as that is the proper "distro"
|
||||
# config directory on ostree read more in the files module's README
|
||||
- server/usr: /usr
|
||||
@@ -19,6 +19,7 @@ modules:
|
||||
- from-file: common/bluefin-scripts.yml
|
||||
- from-file: common/kinoite-files.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
|
||||
@@ -19,6 +19,7 @@ modules:
|
||||
- from-file: common/bluefin-scripts.yml
|
||||
- from-file: common/kinoite-files.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
|
||||
@@ -19,6 +19,7 @@ modules:
|
||||
- from-file: common/bluefin-scripts.yml
|
||||
- from-file: common/kinoite-files.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
|
||||
@@ -19,6 +19,7 @@ modules:
|
||||
- from-file: common/bluefin-scripts.yml
|
||||
- from-file: common/kinoite-files.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
|
||||
@@ -17,6 +17,7 @@ modules:
|
||||
- from-file: common/gui-scripts.yml
|
||||
- from-file: common/bluefin-scripts.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
@@ -17,6 +17,7 @@ modules:
|
||||
- from-file: common/gui-scripts.yml
|
||||
- from-file: common/bluefin-scripts.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
Reference in New Issue
Block a user