summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2013-02-15 12:10:44 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2013-02-18 09:49:49 +0100
commit3bbae44f6442e43b1dc2d3754ee80ed03f844a52 (patch)
tree9bdc9638725c5c5916397c7f6c997defeaa11c35 /config
parente2384d012a5757801399c29ad67bee6480f39574 (diff)
downloadkanotix-3bbae44f6442e43b1dc2d3754ee80ed03f844a52.zip
kanotix-3bbae44f6442e43b1dc2d3754ee80ed03f844a52.tar.gz
add gparted mkdosfs hotfix hook
Diffstat (limited to 'config')
-rwxr-xr-xconfig/chroot_local-hooks/gparted3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/gparted b/config/chroot_local-hooks/gparted
new file mode 100755
index 0000000..c73d73c
--- /dev/null
+++ b/config/chroot_local-hooks/gparted
@@ -0,0 +1,3 @@
+#!/bin/sh
+# gparted hotfix for fat filesystems on raid devices
+sed -ri 's|(mkdosfs )-F(..) -v|\1-vIF\2 |g' /usr/sbin/gpartedbin