dracut/modules.d/99squash
Kairui Song a60af53413 squash: unsquash the root image instead of mounting it on shutdown
When building squash image, squash module forgot to install the new
shutdown.sh, and the shutdown hooks are always skipped on ordinary
shutdown if squash module is enabled.

The new shutdown.sh will remount the squash image and then everything
will just work, but currently re-mounting the squash image on shutdown
may have selinux problem and make the system hang, and there is no
easy way to fix it.

So skip fixing the shutdown.sh not being install problem, instead
just drop the new shutdown.sh, and unsquash the image on ordinary
shutdown, which is safer and should always work.

Signed-off-by: Kairui Song <kasong@redhat.com>
2018-11-12 09:04:14 +01:00
..
clear-squash.sh Add support for building a squashed initramfs 2018-09-21 10:32:04 +02:00
init.sh Add support for building a squashed initramfs 2018-09-21 10:32:04 +02:00
module-setup.sh Add support for building a squashed initramfs 2018-09-21 10:32:04 +02:00
setup-squash.sh Add support for building a squashed initramfs 2018-09-21 10:32:04 +02:00
squash-mnt-clear.service 99squash: Don't clean up squahfs on isolate 2018-10-18 11:55:50 +02:00