Make it easier to see what is happening by wrapping the overly long lines in the preinit file for the overlayfs-etc.
Signed-off-by: Claudius Heine <[email protected]> --- meta/files/overlayfs-etc-preinit.sh.in | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/files/overlayfs-etc-preinit.sh.in b/meta/files/overlayfs-etc-preinit.sh.in index 2ebb6c9224..e5f5001a05 100644 --- a/meta/files/overlayfs-etc-preinit.sh.in +++ b/meta/files/overlayfs-etc-preinit.sh.in @@ -16,11 +16,18 @@ mount -t sysfs sysfs /sys [ -z "$CONSOLE" ] && CONSOLE="/dev/console" mkdir -p {OVERLAYFS_ETC_MOUNT_POINT} -if mount -n -t {OVERLAYFS_ETC_FSTYPE} -o {OVERLAYFS_ETC_MOUNT_OPTIONS} {OVERLAYFS_ETC_DEVICE} {OVERLAYFS_ETC_MOUNT_POINT} +if mount -n -t {OVERLAYFS_ETC_FSTYPE} \ + -o {OVERLAYFS_ETC_MOUNT_OPTIONS} \ + {OVERLAYFS_ETC_DEVICE} {OVERLAYFS_ETC_MOUNT_POINT} then mkdir -p {OVERLAYFS_ETC_MOUNT_POINT}/overlay-etc/upper mkdir -p {OVERLAYFS_ETC_MOUNT_POINT}/overlay-etc/work - mount -n -t overlay -o upperdir={OVERLAYFS_ETC_MOUNT_POINT}/overlay-etc/upper,lowerdir=/etc,workdir={OVERLAYFS_ETC_MOUNT_POINT}/overlay-etc/work {OVERLAYFS_ETC_MOUNT_POINT}/overlay-etc/upper /etc || echo "PREINIT: Mounting etc-overlay failed!" + mount -n -t overlay \ + -o upperdir={OVERLAYFS_ETC_MOUNT_POINT}/overlay-etc/upper \ + -o lowerdir=/etc \ + -o workdir={OVERLAYFS_ETC_MOUNT_POINT}/overlay-etc/work \ + {OVERLAYFS_ETC_MOUNT_POINT}/overlay-etc/upper /etc || \ + echo "PREINIT: Mounting etc-overlay failed!" else echo "PREINIT: Mounting </data> failed!" fi -- 2.35.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#163020): https://lists.openembedded.org/g/openembedded-core/message/163020 Mute This Topic: https://lists.openembedded.org/mt/89685527/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
