┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/lib/dracut/modules.d/90overlayfs
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: mount-overlayfs.sh
#!/usr/bin/sh command -v getarg > /dev/null || . /lib/dracut-lib.sh getargbool 0 rd.live.overlay.overlayfs && overlayfs="yes" getargbool 0 rd.live.overlay.readonly && readonly_overlay="--readonly" || readonly_overlay="" ROOTFLAGS="$(getarg rootflags)" if [ -n "$overlayfs" ]; then if [ -n "$readonly_overlay" ] && [ -h /run/overlayfs-r ]; then ovlfs=lowerdir=/run/overlayfs-r:/run/rootfsbase else ovlfs=lowerdir=/run/rootfsbase fi if ! strstr "$(cat /proc/mounts)" LiveOS_rootfs; then mount -t overlay LiveOS_rootfs -o "$ROOTFLAGS,$ovlfs",upperdir=/run/overlayfs,workdir=/run/ovlwork "$NEWROOT" fi fi
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 module-setup.sh
SH
438 B
2025-05-01 10:52
EDIT
📄 mount-overlayfs.sh
SH
650 B
2025-05-01 10:52
EDIT
📄 prepare-overlayfs.sh
SH
666 B
2025-05-01 10:52
EDIT