diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2026-05-02 19:41:50 +0800 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2026-05-02 19:41:50 +0800 |
| commit | 4f6ca66d0d12fb39c47b72aeb0196209bfd7cd2b (patch) | |
| tree | 4199999572fae94824fcbe1b5721198deefb5e02 /etc | |
| parent | fc339fec7a5671bf3b6da0ff01e3b86e5f050bc3 (diff) | |
pacdiff
It uses `# vim:set ft=sh:` instead of `# vim:set ft=sh` as modeline, by
reading `:h modeline` it seems the former version is more compatible
with vi. The commit see:
https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/commit/a0435c1d880c45595471e369556acb0a6a698427
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/mkinitcpio.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mkinitcpio.conf b/etc/mkinitcpio.conf index 1dd9ace0..c9de0990 100644 --- a/etc/mkinitcpio.conf +++ b/etc/mkinitcpio.conf @@ -1,4 +1,4 @@ -# vim:set ft=sh +# vim:set ft=sh: # MODULES # The following modules are loaded before any boot hooks are # run. Advanced users may wish to specify all system modules @@ -48,7 +48,7 @@ FILES=() # HOOKS=(base udev microcode modconf block lvm2 filesystems fsck) # ## This will create a systemd based initramfs which loads an encrypted root filesystem. -# HOOKS=(base systemd autodetect microcode modconf kms keyboard sd-vconsole sd-encrypt block filesystems fsck) +# HOOKS=(base systemd autodetect microcode modconf kms keyboard sd-vconsole block sd-encrypt filesystems fsck) # ## NOTE: If you have /usr on a separate partition, you MUST include the # usr and fsck hooks. |
