From eeabbc7446c128eeeeaa0abdf37824a8aee404ac Mon Sep 17 00:00:00 2001 From: Jeremie Koenig Date: Sun, 1 Aug 2010 13:13:00 +0200 Subject: Fix and enable parted stores * debian/control: Build-Depend on libparted-dev. * debian/rules: Enable parted stores, in a hackish way for now. * debian/local/partman/commit.d/40hurd_reload-partitions: New file for hurd-udeb, make partman restart the partition translators after the partition table has been changed. * debian/hurd-udeb.install: Install file above. --- debian/local/partman/commit.d/40hurd_reload-partitions | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debian/local/partman/commit.d/40hurd_reload-partitions (limited to 'debian/local/partman/commit.d/40hurd_reload-partitions') diff --git a/debian/local/partman/commit.d/40hurd_reload-partitions b/debian/local/partman/commit.d/40hurd_reload-partitions new file mode 100644 index 00000000..6c105872 --- /dev/null +++ b/debian/local/partman/commit.d/40hurd_reload-partitions @@ -0,0 +1,5 @@ +#!/bin/sh + +for part in /dev/[hs]d?s*; do + settrans -ag $part +done -- cgit v1.2.3