diff --git a/build_all_shredos.sh b/build_all_shredos.sh index 607e24ae5a..27f26d6970 100755 --- a/build_all_shredos.sh +++ b/build_all_shredos.sh @@ -42,7 +42,8 @@ X32_CONFIGS=( # Packages always needing rebuild between runs, even for the same architecture. # This only applies when QUICK_BUILD is enabled, otherwise rebuilds everything. ALWAYS_REBUILD_PKGS=( - "grub2" + "nwipe" # For specific version/banner patching + "grub2" # For specific bootloader generation ) ################################################################################