|
From: <ar...@sy...> - 2008-02-23 18:13:42
|
Author: arighi Date: 2008-02-23 12:13:32 -0600 (Sat, 23 Feb 2008) New Revision: 4394 Modified: trunk/etc/getimage.exclude Log: - fix: automaticaly exclude blkid.tab from images This allows to image clients with different block device types respect to the golden client (i.e. non-software raid to software raid, non-lvm to lvm and vice versa). Patch proposed by: Tory M Blue <tm...@gm...> Modified: trunk/etc/getimage.exclude =================================================================== --- trunk/etc/getimage.exclude 2008-02-23 17:52:17 UTC (rev 4393) +++ trunk/etc/getimage.exclude 2008-02-23 18:13:32 UTC (rev 4394) @@ -25,3 +25,9 @@ # udev network persistent naming rules (Debian). /etc/udev/rules.d/z25_persistent-net.rules /etc/udev/rules.d/z45_persistent-net-generator.rules + +# remove blkid mappings: this allows to use images cloned from golden clients +# with raid, lvm, etc. block devices and image other clients that use different +# block device types (non-raid, non-lvm, etc.) or vice versa. +/etc/blkid/blkid.tab +/etc/blkid.tab |