]> git.ipfire.org Git - thirdparty/dracut.git/commit
squash: fix and simplify required_in_root
authorKairui Song <kasong@redhat.com>
Mon, 11 Mar 2019 11:46:19 +0000 (19:46 +0800)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 19 Jul 2019 13:38:54 +0000 (15:38 +0200)
commitf6bbd024d924a7865f95bf24a1c786af1746ad34
tree1eb7e3aa12d5431624475c166a9b26ad98888a0c
parentab703f44b41223e7d592f44fa1fe4f59ea3eb30f
squash: fix and simplify required_in_root

If required target is a symbol link, create the link then following the
link. If it's a directory, create new directory, else just move it.

Signed-off-by: Kairui Song <kasong@redhat.com>
dracut.sh