mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/systemd fix
This commit is contained in:
parent
aab27fa2e0
commit
170bf5b8bf
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ EOF
|
||||||
help() {
|
help() {
|
||||||
cat <<HELPEOF
|
cat <<HELPEOF
|
||||||
This will install a basic systemd setup in your initramfs, and is meant to
|
This will install a basic systemd setup in your initramfs, and is meant to
|
||||||
replace the 'base', 'usr', 'udev' and 'timestamp' hooks. Other hooks with runtime
|
replace the 'base', 'usr', 'udev' and 'resume' hooks. Other hooks with runtime
|
||||||
components will need to be ported, and will not work as intended. You also may
|
components will need to be ported, and will not work as intended. You also may
|
||||||
wish to still include the 'base' hook (before this hook) to ensure that a
|
wish to still include the 'base' hook (before this hook) to ensure that a
|
||||||
rescue shell exists on your initramfs.
|
rescue shell exists on your initramfs.
|
||||||
|
|
Loading…
Reference in a new issue