diff --git a/etc/archboot/aarch64-latest.conf b/etc/archboot/aarch64-latest.conf index ebeeea914..cabfc1cf8 100644 --- a/etc/archboot/aarch64-latest.conf +++ b/etc/archboot/aarch64-latest.conf @@ -11,7 +11,7 @@ FILES=() # # 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_net_common archboot_kexec archboot_licenses) +archboot_net_common archboot_remote archboot_kexec archboot_licenses) # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression diff --git a/etc/archboot/aarch64-local.conf b/etc/archboot/aarch64-local.conf index f198255b1..f3bea3e71 100644 --- a/etc/archboot/aarch64-local.conf +++ b/etc/archboot/aarch64-local.conf @@ -11,7 +11,7 @@ FILES=() # # 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_kexec archboot_licenses archboot_cache) +archboot_installer_common archboot_net_common archboot_remote archboot_kexec archboot_licenses archboot_cache) # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression diff --git a/etc/archboot/x86_64-latest.conf b/etc/archboot/x86_64-latest.conf index 90ca3fa14..56776a056 100644 --- a/etc/archboot/x86_64-latest.conf +++ b/etc/archboot/x86_64-latest.conf @@ -11,7 +11,7 @@ FILES=() # # 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_net_common archboot_kexec archboot_licenses) +archboot_installer_common archboot_net_common archboot_remote archboot_kexec archboot_licenses) # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression diff --git a/etc/archboot/x86_64-local.conf b/etc/archboot/x86_64-local.conf index f198255b1..58268f8df 100644 --- a/etc/archboot/x86_64-local.conf +++ b/etc/archboot/x86_64-local.conf @@ -11,7 +11,7 @@ FILES=() # # 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_kexec archboot_licenses archboot_cache) +archboot_installer_common archboot_net_common archboot_remote archboot_kexec archboot_licenses archboot_cache) # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression