mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-11-04 12:28:04 +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/bluefin-scripts.yml
 | 
				
			||||||
  - from-file: common/kinoite-files.yml
 | 
					  - from-file: common/kinoite-files.yml
 | 
				
			||||||
  - from-file: common/common-files.yml
 | 
					  - from-file: common/common-files.yml
 | 
				
			||||||
 | 
					  - from-file: common/dx-files.yml
 | 
				
			||||||
  - from-file: common/common-scripts.yml
 | 
					  - from-file: common/common-scripts.yml
 | 
				
			||||||
  - type: secureblue-signing
 | 
					  - type: secureblue-signing
 | 
				
			||||||
  - type: yafti 
 | 
					  - type: yafti 
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -19,6 +19,7 @@ modules:
 | 
				
			|||||||
  - from-file: common/bluefin-scripts.yml
 | 
					  - from-file: common/bluefin-scripts.yml
 | 
				
			||||||
  - from-file: common/kinoite-files.yml
 | 
					  - from-file: common/kinoite-files.yml
 | 
				
			||||||
  - from-file: common/common-files.yml
 | 
					  - from-file: common/common-files.yml
 | 
				
			||||||
 | 
					  - from-file: common/dx-files.yml
 | 
				
			||||||
  - from-file: common/common-scripts.yml
 | 
					  - from-file: common/common-scripts.yml
 | 
				
			||||||
  - type: secureblue-signing
 | 
					  - type: secureblue-signing
 | 
				
			||||||
  - type: yafti 
 | 
					  - type: yafti 
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,3 @@
 | 
				
			|||||||
type: script
 | 
					type: script
 | 
				
			||||||
scripts:
 | 
					scripts:
 | 
				
			||||||
  - disabletailscale.sh
 | 
					  - disabletailscale.sh
 | 
				
			||||||
  - disableubluesystemsetup.sh
 | 
					 | 
				
			||||||
@@ -1,6 +1,3 @@
 | 
				
			|||||||
type: files
 | 
					type: files
 | 
				
			||||||
files:
 | 
					files:
 | 
				
			||||||
  - usr: /usr # copy static configurations
 | 
					  - usr: /usr
 | 
				
			||||||
              # 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
 | 
					 | 
				
			||||||
							
								
								
									
										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
 | 
					type: files
 | 
				
			||||||
files:
 | 
					files:
 | 
				
			||||||
  - kinoite/usr: /usr # copy static configurations
 | 
					  - kinoite/usr: /usr
 | 
				
			||||||
              # 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
 | 
					 | 
				
			||||||
@@ -1,6 +1,3 @@
 | 
				
			|||||||
type: files
 | 
					type: files
 | 
				
			||||||
files:
 | 
					files:
 | 
				
			||||||
  - server/usr: /usr # copy static configurations
 | 
					  - server/usr: /usr 
 | 
				
			||||||
              # 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
 | 
					 | 
				
			||||||
@@ -19,6 +19,7 @@ modules:
 | 
				
			|||||||
  - from-file: common/bluefin-scripts.yml
 | 
					  - from-file: common/bluefin-scripts.yml
 | 
				
			||||||
  - from-file: common/kinoite-files.yml
 | 
					  - from-file: common/kinoite-files.yml
 | 
				
			||||||
  - from-file: common/common-files.yml
 | 
					  - from-file: common/common-files.yml
 | 
				
			||||||
 | 
					  - from-file: common/dx-files.yml
 | 
				
			||||||
  - from-file: common/common-scripts.yml
 | 
					  - from-file: common/common-scripts.yml
 | 
				
			||||||
  - type: secureblue-signing
 | 
					  - type: secureblue-signing
 | 
				
			||||||
  - type: yafti 
 | 
					  - type: yafti 
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -19,6 +19,7 @@ modules:
 | 
				
			|||||||
  - from-file: common/bluefin-scripts.yml
 | 
					  - from-file: common/bluefin-scripts.yml
 | 
				
			||||||
  - from-file: common/kinoite-files.yml
 | 
					  - from-file: common/kinoite-files.yml
 | 
				
			||||||
  - from-file: common/common-files.yml
 | 
					  - from-file: common/common-files.yml
 | 
				
			||||||
 | 
					  - from-file: common/dx-files.yml
 | 
				
			||||||
  - from-file: common/common-scripts.yml
 | 
					  - from-file: common/common-scripts.yml
 | 
				
			||||||
  - type: secureblue-signing
 | 
					  - type: secureblue-signing
 | 
				
			||||||
  - type: yafti 
 | 
					  - type: yafti 
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -19,6 +19,7 @@ modules:
 | 
				
			|||||||
  - from-file: common/bluefin-scripts.yml
 | 
					  - from-file: common/bluefin-scripts.yml
 | 
				
			||||||
  - from-file: common/kinoite-files.yml
 | 
					  - from-file: common/kinoite-files.yml
 | 
				
			||||||
  - from-file: common/common-files.yml
 | 
					  - from-file: common/common-files.yml
 | 
				
			||||||
 | 
					  - from-file: common/dx-files.yml
 | 
				
			||||||
  - from-file: common/common-scripts.yml
 | 
					  - from-file: common/common-scripts.yml
 | 
				
			||||||
  - type: secureblue-signing
 | 
					  - type: secureblue-signing
 | 
				
			||||||
  - type: yafti 
 | 
					  - type: yafti 
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -19,6 +19,7 @@ modules:
 | 
				
			|||||||
  - from-file: common/bluefin-scripts.yml
 | 
					  - from-file: common/bluefin-scripts.yml
 | 
				
			||||||
  - from-file: common/kinoite-files.yml
 | 
					  - from-file: common/kinoite-files.yml
 | 
				
			||||||
  - from-file: common/common-files.yml
 | 
					  - from-file: common/common-files.yml
 | 
				
			||||||
 | 
					  - from-file: common/dx-files.yml
 | 
				
			||||||
  - from-file: common/common-scripts.yml
 | 
					  - from-file: common/common-scripts.yml
 | 
				
			||||||
  - type: secureblue-signing
 | 
					  - type: secureblue-signing
 | 
				
			||||||
  - type: yafti 
 | 
					  - type: yafti 
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -17,6 +17,7 @@ modules:
 | 
				
			|||||||
  - from-file: common/gui-scripts.yml
 | 
					  - from-file: common/gui-scripts.yml
 | 
				
			||||||
  - from-file: common/bluefin-scripts.yml
 | 
					  - from-file: common/bluefin-scripts.yml
 | 
				
			||||||
  - from-file: common/common-files.yml
 | 
					  - from-file: common/common-files.yml
 | 
				
			||||||
 | 
					  - from-file: common/dx-files.yml
 | 
				
			||||||
  - from-file: common/common-scripts.yml
 | 
					  - from-file: common/common-scripts.yml
 | 
				
			||||||
  - type: secureblue-signing
 | 
					  - type: secureblue-signing
 | 
				
			||||||
  - type: yafti 
 | 
					  - type: yafti 
 | 
				
			||||||
@@ -17,6 +17,7 @@ modules:
 | 
				
			|||||||
  - from-file: common/gui-scripts.yml
 | 
					  - from-file: common/gui-scripts.yml
 | 
				
			||||||
  - from-file: common/bluefin-scripts.yml
 | 
					  - from-file: common/bluefin-scripts.yml
 | 
				
			||||||
  - from-file: common/common-files.yml
 | 
					  - from-file: common/common-files.yml
 | 
				
			||||||
 | 
					  - from-file: common/dx-files.yml
 | 
				
			||||||
  - from-file: common/common-scripts.yml
 | 
					  - from-file: common/common-scripts.yml
 | 
				
			||||||
  - type: secureblue-signing
 | 
					  - type: secureblue-signing
 | 
				
			||||||
  - type: yafti 
 | 
					  - type: yafti 
 | 
				
			||||||
		Reference in New Issue
	
	Block a user