]> git.ipfire.org Git - thirdparty/dracut.git/commit
dracut.sh: do not invoke fsfreeze on EFI System Partition 350/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 11 Jan 2018 04:53:27 +0000 (13:53 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 11 Jan 2018 04:55:14 +0000 (13:55 +0900)
commit7bc681fd8846bf16abc55c15b4de8917eb0f7100
tree9c1db71bbdf52657f7fa3bbe9934b433c2a67d15
parent5a8efed021af6a3a06b484f9ad363935c1a875e3
dracut.sh: do not invoke fsfreeze on EFI System Partition

When the system boots with EFI, then initrd image is stored
on EFI System Partition. Thus dracut always warn about the
failure to invoke fsfreeze on the partition.
This prevents to run fsfreeze on ESP and suppress the warning.
dracut.sh