From a84dc79ee547f53c7c87132ba3f93d71376a79b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Fri, 6 Jan 2023 10:04:12 +0100 Subject: [PATCH] Remove win32 loader in installer image too --- simple-cdd/disc-end-hook | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/simple-cdd/disc-end-hook b/simple-cdd/disc-end-hook index 0b03a65..b42299e 100755 --- a/simple-cdd/disc-end-hook +++ b/simple-cdd/disc-end-hook @@ -34,9 +34,9 @@ fi if [ -d boot/grub/theme ] && [ -s boot/grub/theme ]; then fix_branding boot/grub/theme/* fi -if [ -e autorun.inf ]; then - fix_branding autorun.inf -fi + +# Remove Debian's windows loader +rm -f autorun.inf win32-loader.ini setup.exe # Replace Debian specific documentation rm -rf css