]> git.ipfire.org Git - thirdparty/dracut.git/commit
refactor(squash): don't record mount points in text file
authorKairui Song <kasong@redhat.com>
Mon, 15 Feb 2021 15:05:08 +0000 (23:05 +0800)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Tue, 9 Mar 2021 13:40:35 +0000 (13:40 +0000)
commitbdd194bb8c0427921b87b4dce16c05e18e0c2fb0
tree2b08e9b055349d31ee838549bf3b166963014c21
parent5a18b24a8b9c20c98f711963ce5407ceb2f3d57b
refactor(squash): don't record mount points in text file

The squasn mount points are recorded in text file so later clean up
script can umount them, this is not needed, the mount points are fixed
so just detect the umount by hardcoded pattern.
modules.d/99squash/clear-squash.sh
modules.d/99squash/init-squash.sh