saving uncommitted changes in /etc prior to apt run

This commit is contained in:
pi
2021-12-01 11:32:13 +01:00
committed by caelebfi
parent 7baf025a35
commit 3b77008fc1
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -86,6 +86,7 @@ maybe chmod 0755 'apt/listchanges.conf.d'
maybe chmod 0755 'apt/preferences.d'
maybe chmod 0644 'apt/sources.list'
maybe chmod 0755 'apt/sources.list.d'
maybe chmod 0644 'apt/sources.list.d/docker.list'
maybe chmod 0644 'apt/sources.list.d/raspi.list'
maybe chmod 0644 'apt/sources.list.d/vscode.list'
maybe chmod 0644 'apt/trusted.gpg'
@@ -206,6 +207,8 @@ maybe chmod 0644 'dhcp/dhclient-exit-hooks.d/timesyncd'
maybe chmod 0644 'dhcp/dhclient.conf'
maybe chgrp 'netdev' 'dhcpcd.conf'
maybe chmod 0664 'dhcpcd.conf'
maybe chmod 0755 'docker'
maybe chmod 0644 'docker/daemon.json'
maybe chmod 0644 'dphys-swapfile'
maybe chmod 0755 'dpkg'
maybe chmod 0644 'dpkg/dpkg.cfg'
+1
View File
@@ -0,0 +1 @@
deb [arch=armhf signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/raspbian bullseye stable
+3
View File
@@ -0,0 +1,3 @@
{
"data-root": "/docker"
}