diff options
Diffstat (limited to 'systemd/mkinitcpio-generate-shutdown-ramfs.service')
-rw-r--r-- | systemd/mkinitcpio-generate-shutdown-ramfs.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/mkinitcpio-generate-shutdown-ramfs.service b/systemd/mkinitcpio-generate-shutdown-ramfs.service index 36c2508..d5876df 100644 --- a/systemd/mkinitcpio-generate-shutdown-ramfs.service +++ b/systemd/mkinitcpio-generate-shutdown-ramfs.service @@ -9,7 +9,7 @@ Type=oneshot # /tmp could be umounted at this point # use /run as temporary directory Environment=TMPDIR=/run -ExecStart=/usr/bin/mkinitcpio -A sd-shutdown -c /dev/null -d /run/initramfs +ExecStart=/usr/bin/mkinitcpio -A sd-shutdown -k none -c /dev/null -d /run/initramfs [Install] WantedBy=shutdown.target |