You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/2_ac_install_merge/sys-kernel/dracut/50plymouth/plymouth-pretrigger.sh

11 lines
178 B

# Calculate format=patch
<reg>\n(\s+)(plymouthd)(\s*--attach-to-session)(\s*--pid-file\s*\S+)</reg>
<text>
\1if getargbool 0 quiet
\1then
\1\1\2\4\3
\1else
\1\1\2\4
\1fi
</text>