mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
files: Amend overlayfs unit descriptions with path information
Having something like Starting Overlayfs directories setup /home... Starting Overlayfs directories setup /root... Finished Overlayfs directories setup /home. Finished Overlayfs directories setup /root. Mounting Overlayfs mount unit /home... Mounting Overlayfs mount unit /root... Mounted Overlayfs mount unit /root. Mounted Overlayfs mount unit /home. is much more informative than Starting Overlayfs directories setup... Starting Overlayfs directories setup... Finished Overlayfs directories setup. Finished Overlayfs directories setup. Mounting Overlayfs mount unit... Mounting Overlayfs mount unit... Mounted Overlayfs mount unit. Mounted Overlayfs mount unit. Especially as the number of overlayfs mount units increase. (From OE-Core rev: 9eb6c41e1c5411193a19e73af81f628171b01407) Signed-off-by: Esben Haabendal <esben@geanix.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 7308b4fc6f51bdf2b8f3b7899ff3758c5968e418) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
64c9bf6fe2
commit
32dd056113
@@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Overlayfs directories setup
|
||||
Description=Overlayfs directories setup {LOWERDIR}
|
||||
Requires={DATA_MOUNT_UNIT}
|
||||
After={DATA_MOUNT_UNIT}
|
||||
DefaultDependencies=no
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Overlayfs mount unit
|
||||
Description=Overlayfs mount unit {LOWERDIR}
|
||||
Requires={CREATE_DIRS_SERVICE}
|
||||
After={CREATE_DIRS_SERVICE}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user