Update layout
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=NetworkManager system connections
|
||||
Requires=mnt-overlay.mount
|
||||
After=mnt-overlay.mount
|
||||
|
||||
[Mount]
|
||||
What=/mnt/overlay/etc/NetworkManager/system-connections
|
||||
Where=/etc/NetworkManager/system-connections
|
||||
Type=None
|
||||
Options=bind
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Dropbear Host Key
|
||||
Requires=mnt-overlay.mount
|
||||
After=mnt-overlay.mount
|
||||
Before=dropbearkey.service
|
||||
|
||||
[Mount]
|
||||
What=/mnt/overlay/etc/dropbear
|
||||
Where=/etc/dropbear
|
||||
Type=none
|
||||
Options=bind
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-/sbin/mingetty --noclear %I
|
||||
@@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
TTYVTDisallocate=no
|
||||
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Hassio boot partition
|
||||
DefaultDependencies=no
|
||||
Before=umount.target
|
||||
Conflicts=umount.target
|
||||
|
||||
[Mount]
|
||||
What=LABEL=hassio-boot
|
||||
Where=/mnt/boot
|
||||
Type=auto
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Hassio data partition
|
||||
DefaultDependencies=no
|
||||
Before=umount.target
|
||||
Conflicts=umount.target
|
||||
|
||||
[Mount]
|
||||
What=LABEL=hassio-data
|
||||
Where=/mnt/data
|
||||
Type=ext4
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Hassio overlay partition
|
||||
DefaultDependencies=no
|
||||
Before=umount.target
|
||||
Conflicts=umount.target
|
||||
|
||||
[Mount]
|
||||
What=LABEL=hassio-overlay
|
||||
Where=/mnt/overlay
|
||||
Type=ext4
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=Systemd persistent state
|
||||
DefaultDependencies=no
|
||||
Requires=mnt-overlay.mount
|
||||
After=mnt-overlay.mount
|
||||
Before=umount.target
|
||||
Conflicts=umount.target
|
||||
|
||||
[Mount]
|
||||
What=/mnt/overlay/var/lib/systemd
|
||||
Where=/var/lib/systemd
|
||||
Type=None
|
||||
Options=bind
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=Systemd persistent logging
|
||||
DefaultDependencies=no
|
||||
Requires=mnt-overlay.mount systemd-tmpfiles-setup.service
|
||||
After=mnt-overlay.mount systemd-tmpfiles-setup.service
|
||||
Before=umount.target
|
||||
Conflicts=umount.target
|
||||
|
||||
[Mount]
|
||||
What=/mnt/overlay/var/log/journal
|
||||
Where=/var/log/journal
|
||||
Type=None
|
||||
Options=bind
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1,3 @@
|
||||
[Time]
|
||||
NTP=time1.google.com time2.google.com time3.google.com
|
||||
FallbackNTP=0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org
|
||||
Reference in New Issue
Block a user