From 4f6ca66d0d12fb39c47b72aeb0196209bfd7cd2b Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sat, 2 May 2026 19:41:50 +0800 Subject: 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 --- etc/mkinitcpio.conf | 4 ++-- 1 file 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. -- cgit v1.3