From 42a700b30a9f12d1274696c58b9e8351355750a5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 18 Aug 2010 01:14:37 +0200 Subject: [PATCH] release: add some safe options to syslinux Signed-off-by: Stephan Raue --- config/release/create_installstick.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/release/create_installstick.bat b/config/release/create_installstick.bat index 875f1d51d0..6a02e5ec82 100644 --- a/config/release/create_installstick.bat +++ b/config/release/create_installstick.bat @@ -17,7 +17,7 @@ ECHO eg. d: ECHO. SET /P DRIVE= -- format %DRIVE% /V:INSTALL /Q /FS:FAT32 -3rdparty\syslinux\win32\syslinux.exe %DRIVE% +3rdparty\syslinux\win32\syslinux.exe -f -m -a %DRIVE% copy target\* %DRIVE% copy sample.conf\syslinux_installer.cfg %DRIVE%\syslinux.cfg SET DRIVE= \ No newline at end of file