From 9c5185a7972ae8f8552702f31ba440d8d2e5522b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 30 Jul 2025 14:13:10 +0200 Subject: [PATCH] ovl/orm,ors,oru --- sh/fs/overlay.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sh/fs/overlay.sh b/sh/fs/overlay.sh index 7c328ff..77139a9 100644 --- a/sh/fs/overlay.sh +++ b/sh/fs/overlay.sh @@ -49,8 +49,8 @@ rwx_overlay_mirror_unmount() { "overlay/mount/deb" } -#= orm #| mount +#= orm rwx_overlay_root_mount() { local root="${1}" if [ -z "${root}" ]; then @@ -89,11 +89,11 @@ rwx_overlay_root_mount() { ) } -#= ors #| mkdir #| cp #| mksquashfs #| chown +#= ors rwx_overlay_root_squash() { local directory="${1}" local file @@ -113,12 +113,12 @@ rwx_overlay_root_squash() { fi } -#= oru #| umount #| rmdir #| rm #| umount #| rmdir +#= oru rwx_overlay_root_unmount() { ( if ! cd "overlay"; then