1# SPDX-License-Identifier: LGPL-2.1-or-later
2[Unit]
3Before=local-fs.target
4
5[Mount]
6What=/dev/sda1
7Where=/
8Options=noatime
9
10[Install]
11WantedBy=local-fs.target
12Alias=root.mount
13