From 3bbae44f6442e43b1dc2d3754ee80ed03f844a52 Mon Sep 17 00:00:00 2001 From: Joerg Schirottke Date: Fri, 15 Feb 2013 12:10:44 +0100 Subject: add gparted mkdosfs hotfix hook --- config/chroot_local-hooks/gparted | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 config/chroot_local-hooks/gparted 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 -- cgit v1.0