inst_simple ./fstab /etc/fstab
if type -P rpm &> /dev/null; then
rpm -ql systemd | xargs -r "$DRACUT_INSTALL" ${initdir:+-D "$initdir"} -o -a -l
+ elif type -P dpkg &> /dev/null; then
+ dpkg -L systemd | xargs -r "$DRACUT_INSTALL" ${initdir:+-D "$initdir"} -o -a -l
elif type -P pacman &> /dev/null; then
pacman -Q -l systemd | while read -r _ a; do printf -- "%s\0" "$a"; done | xargs -0 -r "$DRACUT_INSTALL" ${initdir:+-D "$initdir"} -o -a -l
rm "$initdir"/usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service