diff --git a/etc/archboot/aarch64-latest.conf b/etc/archboot/aarch64-latest.conf index cabfc1cf8..0fd68aa25 100644 --- a/etc/archboot/aarch64-latest.conf +++ b/etc/archboot/aarch64-latest.conf @@ -29,3 +29,4 @@ COMPRESSION="zstd" COMPRESSION_OPTIONS=(-19) MODULES_DECOMPRESS="no" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/aarch64-local.conf b/etc/archboot/aarch64-local.conf index f198255b1..fc170452c 100644 --- a/etc/archboot/aarch64-local.conf +++ b/etc/archboot/aarch64-local.conf @@ -28,3 +28,4 @@ COMPRESSION="zstd" # Additional options for the compressor COMPRESSION_OPTIONS=(-19) MODULES_DECOMPRESS="no" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/aarch64-update_installer.conf b/etc/archboot/aarch64-update_installer.conf index 184156efb..cd8337955 100644 --- a/etc/archboot/aarch64-update_installer.conf +++ b/etc/archboot/aarch64-update_installer.conf @@ -38,3 +38,4 @@ COMPRESSION="zstd" #COMPRESSION_OPTIONS=() MODULES_DECOMPRESS="no" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/aarch64.conf b/etc/archboot/aarch64.conf index beaeeb472..87b4f268f 100644 --- a/etc/archboot/aarch64.conf +++ b/etc/archboot/aarch64.conf @@ -35,3 +35,4 @@ COMPRESSION="zstd" # Additional options for the compressor COMPRESSION_OPTIONS=(-19) MODULES_DECOMPRESS="no" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/defaults b/etc/archboot/defaults index 44340c88e..d2281d492 100644 --- a/etc/archboot/defaults +++ b/etc/archboot/defaults @@ -66,3 +66,4 @@ _GPG="--detach-sign --no-armor --batch --passphrase-file /etc/archboot/gpg.passp # use this public gpg key to verify _GPG_KEY="/usr/share/archboot/gpg/tpowa.gpg" _GPG_KEY_ID="5B7E3FB71B7F10329A1C03AB771DF6627EDF681F" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/presets/aarch64 b/etc/archboot/presets/aarch64 index dee303983..dbd899d4b 100644 --- a/etc/archboot/presets/aarch64 +++ b/etc/archboot/presets/aarch64 @@ -7,3 +7,4 @@ MKINITCPIO_CONFIG="/etc/archboot/aarch64.conf" # kernel version, defaulted to build for runtime kernel ALL_kver="/boot/Image" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/presets/aarch64-latest b/etc/archboot/presets/aarch64-latest index d6eac0fe9..8010a8b30 100644 --- a/etc/archboot/presets/aarch64-latest +++ b/etc/archboot/presets/aarch64-latest @@ -7,3 +7,4 @@ MKINITCPIO_CONFIG="/etc/archboot/aarch64-latest.conf" # kernel version, defaulted to build for runtime kernel ALL_kver="/boot/Image" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/presets/aarch64-local b/etc/archboot/presets/aarch64-local index e07a64af6..dc451498c 100644 --- a/etc/archboot/presets/aarch64-local +++ b/etc/archboot/presets/aarch64-local @@ -7,3 +7,4 @@ MKINITCPIO_CONFIG="/etc/archboot/aarch64-local.conf" # kernel version, defaulted to build for runtime kernel ALL_kver="/boot/Image" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/presets/riscv64 b/etc/archboot/presets/riscv64 index 3a9963ed9..00dcc11a0 100644 --- a/etc/archboot/presets/riscv64 +++ b/etc/archboot/presets/riscv64 @@ -7,3 +7,4 @@ MKINITCPIO_CONFIG="/etc/archboot/riscv64.conf" # kernel version, defaulted to build for runtime kernel ALL_kver="/boot/vmlinuz-linux" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/presets/riscv64-latest b/etc/archboot/presets/riscv64-latest index 4cf33c728..ec037b4fb 100644 --- a/etc/archboot/presets/riscv64-latest +++ b/etc/archboot/presets/riscv64-latest @@ -7,3 +7,4 @@ MKINITCPIO_CONFIG="/etc/archboot/riscv64-latest.conf" # kernel version, defaulted to build for runtime kernel ALL_kver="/boot/vmlinuz-linux" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/presets/riscv64-local b/etc/archboot/presets/riscv64-local index 76d8b0399..a5d3c17c2 100644 --- a/etc/archboot/presets/riscv64-local +++ b/etc/archboot/presets/riscv64-local @@ -7,3 +7,4 @@ MKINITCPIO_CONFIG="/etc/archboot/riscv64-local.conf" # kernel version, defaulted to build for runtime kernel ALL_kver="/boot/vmlinuz-linux" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/presets/x86_64 b/etc/archboot/presets/x86_64 index fc4925b90..671f9628b 100644 --- a/etc/archboot/presets/x86_64 +++ b/etc/archboot/presets/x86_64 @@ -6,3 +6,4 @@ MKINITCPIO_CONFIG="/etc/archboot/x86_64.conf" # kernel version, defaulted to build for runtime kernel ALL_kver="/boot/vmlinuz-linux" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/presets/x86_64-latest b/etc/archboot/presets/x86_64-latest index 7e249abb6..2343dc97a 100644 --- a/etc/archboot/presets/x86_64-latest +++ b/etc/archboot/presets/x86_64-latest @@ -6,3 +6,4 @@ MKINITCPIO_CONFIG="/etc/archboot/x86_64-latest.conf" # kernel version, defaulted to build for runtime kernel ALL_kver="/boot/vmlinuz-linux" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/presets/x86_64-local b/etc/archboot/presets/x86_64-local index 4b9510f20..a97d0c39c 100644 --- a/etc/archboot/presets/x86_64-local +++ b/etc/archboot/presets/x86_64-local @@ -6,3 +6,4 @@ MKINITCPIO_CONFIG="/etc/archboot/x86_64-local.conf" # kernel version, defaulted to build for runtime kernel ALL_kver="/boot/vmlinuz-linux" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/riscv64-latest.conf b/etc/archboot/riscv64-latest.conf index cabfc1cf8..0fd68aa25 100644 --- a/etc/archboot/riscv64-latest.conf +++ b/etc/archboot/riscv64-latest.conf @@ -29,3 +29,4 @@ COMPRESSION="zstd" COMPRESSION_OPTIONS=(-19) MODULES_DECOMPRESS="no" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/riscv64-local.conf b/etc/archboot/riscv64-local.conf index f198255b1..fc170452c 100644 --- a/etc/archboot/riscv64-local.conf +++ b/etc/archboot/riscv64-local.conf @@ -28,3 +28,4 @@ COMPRESSION="zstd" # Additional options for the compressor COMPRESSION_OPTIONS=(-19) MODULES_DECOMPRESS="no" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/riscv64-update_installer.conf b/etc/archboot/riscv64-update_installer.conf index 5988eea67..5de3cbfe1 100644 --- a/etc/archboot/riscv64-update_installer.conf +++ b/etc/archboot/riscv64-update_installer.conf @@ -38,3 +38,4 @@ COMPRESSION="zstd" #COMPRESSION_OPTIONS=() MODULES_DECOMPRESS="no" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/riscv64.conf b/etc/archboot/riscv64.conf index 55f0c0c0e..5c5fd0fdb 100644 --- a/etc/archboot/riscv64.conf +++ b/etc/archboot/riscv64.conf @@ -35,3 +35,4 @@ COMPRESSION="zstd" # Additional options for the compressor COMPRESSION_OPTIONS=(-19) MODULES_DECOMPRESS="no" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/x86_64-latest.conf b/etc/archboot/x86_64-latest.conf index 56776a056..e6f5c19f7 100644 --- a/etc/archboot/x86_64-latest.conf +++ b/etc/archboot/x86_64-latest.conf @@ -28,3 +28,4 @@ COMPRESSION="zstd" # Additional options for the compressor COMPRESSION_OPTIONS=(-19) MODULES_DECOMPRESS="no" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/x86_64-local.conf b/etc/archboot/x86_64-local.conf index f198255b1..fc170452c 100644 --- a/etc/archboot/x86_64-local.conf +++ b/etc/archboot/x86_64-local.conf @@ -28,3 +28,4 @@ COMPRESSION="zstd" # Additional options for the compressor COMPRESSION_OPTIONS=(-19) MODULES_DECOMPRESS="no" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/x86_64-update_installer.conf b/etc/archboot/x86_64-update_installer.conf index 99d7de86d..9544bf9ba 100644 --- a/etc/archboot/x86_64-update_installer.conf +++ b/etc/archboot/x86_64-update_installer.conf @@ -38,3 +38,4 @@ COMPRESSION="zstd" # Additional options for the compressor #COMPRESSION_OPTIONS=() MODULES_DECOMPRESS="no" +# vim: set ft=sh ts=4 sw=4 et: diff --git a/etc/archboot/x86_64.conf b/etc/archboot/x86_64.conf index a4400293a..8e952f5a2 100644 --- a/etc/archboot/x86_64.conf +++ b/etc/archboot/x86_64.conf @@ -37,3 +37,4 @@ COMPRESSION="zstd" # Additional options for the compressor COMPRESSION_OPTIONS=(-19) MODULES_DECOMPRESS="no" +# vim: set ft=sh ts=4 sw=4 et: