]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/testsuite-08.units/-.mount
network: check at least one dynamic address is assigned when DHCP is enabled
[thirdparty/systemd.git] / test / testsuite-08.units / -.mount
1 [Unit]
2 Before=local-fs.target
3
4 [Mount]
5 What=/dev/sda1
6 Where=/
7 Type=ext4
8 Options=errors=remount-ro,noatime
9
10 [Install]
11 WantedBy=local-fs.target
12 Alias=root.mount