From 41b8ad5702fab50cea9c2c50860b4bec74202e4f Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 18 Mar 2022 17:29:50 +0100 Subject: [PATCH] add aarch64 local preset and conf --- etc/archboot/aarch64-local.conf | 31 ++++++++++++++++++++++++++++++ etc/archboot/presets/aarch64-local | 9 +++++++++ 2 files changed, 40 insertions(+) create mode 100644 etc/archboot/aarch64-local.conf create mode 100644 etc/archboot/presets/aarch64-local diff --git a/etc/archboot/aarch64-local.conf b/etc/archboot/aarch64-local.conf new file mode 100644 index 000000000..9f4789bea --- /dev/null +++ b/etc/archboot/aarch64-local.conf @@ -0,0 +1,31 @@ +# vim:set ft=sh: +# Created by Tobias Powalowski + +# For more information on how using mkinitcpio please refer to the main config file +# or check the wiki. +MODULES=() +BINARIES=() +FILES=() + +# SETUP +# +# Please change the hooks only if you know what you are doing. +HOOKS=(udev keyboard archboot_base_common archboot_base_latest \ +archboot_installer_common archboot_installer_latest archboot_kexec \ +archboot_licenses archboot_installer_local) + +# COMPRESSION +# Use this to compress the initramfs image. By default, gzip compression +# is used. Use 'cat' to create an uncompressed image. +COMPRESSION="zstd" +#COMPRESSION="gzip" +#COMPRESSION="bzip2" +#COMPRESSION="lzma" +#COMPRESSION="xz" +#COMPRESSION="lzop" +#COMPRESSION="lz4" + +# COMPRESSION_OPTIONS +# Additional options for the compressor +COMPRESSION_OPTIONS=(-19) +MODULES_DECOMPRESS="no" diff --git a/etc/archboot/presets/aarch64-local b/etc/archboot/presets/aarch64-local new file mode 100644 index 000000000..e07a64af6 --- /dev/null +++ b/etc/archboot/presets/aarch64-local @@ -0,0 +1,9 @@ +# vim:set ft=sh: +# Created by Tobias Powalowski + +# mkinitcpio config file, defaulted to stock config file +MKINITCPIO_CONFIG="/etc/archboot/aarch64-local.conf" + +# kernel version, defaulted to build for runtime kernel +ALL_kver="/boot/Image" +