From 6f2e957e232a44142988740483162c944dfca823 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sat, 2 May 2026 21:57: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(-) (limited to 'etc') diff --git a/etc/mkinitcpio.conf b/etc/mkinitcpio.conf index 86f13bb0..a4be7822 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