Initial commit
This commit is contained in:
4
overlay/etc/fstab
Normal file
4
overlay/etc/fstab
Normal file
@@ -0,0 +1,4 @@
|
||||
PARTLABEL=dch-data /var btrfs subvol=var,nosuid,noexec,nodev 0 2
|
||||
PARTLABEL=dch-data /run/etc btrfs subvol=etc,nosuid,noexec,nodev 0 0
|
||||
overlay /run/etc/rw overlay lowerdir=/etc,upperdir=/run/etc/rw,workdir=/run/etc/.work 0 0
|
||||
/run/etc/rw/ssh /etc/ssh none bind 0 0
|
||||
1
overlay/etc/resolv.conf
Symbolic link
1
overlay/etc/resolv.conf
Symbolic link
@@ -0,0 +1 @@
|
||||
../run/systemd/resolve/resolv.conf
|
||||
@@ -0,0 +1,2 @@
|
||||
AuthorizedKeysCommand /usr/libexec/ssh-authorized-keys %u %t
|
||||
AuthorizedKeysCommandUser nobody
|
||||
5
overlay/etc/systemd/network/90-default.network
Normal file
5
overlay/etc/systemd/network/90-default.network
Normal file
@@ -0,0 +1,5 @@
|
||||
[Match]
|
||||
Type=ether
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
Reference in New Issue
Block a user