From: Stefan Weil Date: Sat, 28 Dec 2013 07:31:11 +0000 (+0100) Subject: pc-bios: Remove execute flag from BIOS files X-Git-Tag: v2.0.0-rc0~140^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3babcc8704f593473ccd0f66d6e39c949c672477;p=thirdparty%2Fqemu.git pc-bios: Remove execute flag from BIOS files BIOS files are not directly executable, so they don't need this flag. All other BIOS files don't use the execute flag. Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- diff --git a/pc-bios/kvmvapic.bin b/pc-bios/kvmvapic.bin old mode 100755 new mode 100644 diff --git a/pc-bios/multiboot.bin b/pc-bios/multiboot.bin old mode 100755 new mode 100644 diff --git a/pc-bios/sgabios.bin b/pc-bios/sgabios.bin old mode 100755 new mode 100644