D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
dracut
/
modules.d
/
45systemd-import
/
Filename :
dracut-remount-sysroot.service
back
Copy
[Unit] Description=Workaround for https://github.com/systemd/systemd/issues/41352 After=imports.target sysroot.mount ConditionPathExists=/etc/initrd-release ConditionKernelCommandLine=rd.systemd.pull ConditionKernelCommandLine=root [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/bin/mount -o remount,suid,dev /sysroot [Install] WantedBy=initrd.target