diff options
author | Joerg Schirottke <master@kanotix.com> | 2013-02-15 12:10:44 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-18 09:49:49 +0100 |
commit | 3bbae44f6442e43b1dc2d3754ee80ed03f844a52 (patch) | |
tree | 9bdc9638725c5c5916397c7f6c997defeaa11c35 /config | |
parent | e2384d012a5757801399c29ad67bee6480f39574 (diff) | |
download | kanotix-3bbae44f6442e43b1dc2d3754ee80ed03f844a52.zip kanotix-3bbae44f6442e43b1dc2d3754ee80ed03f844a52.tar.gz |
add gparted mkdosfs hotfix hook
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/gparted | 3 |
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 |