Displaying 2 results from an estimated 2 matches for "fcff200".
2009 Sep 28
1
[PATCH node-image] update rwtab entries for /live, /boot, and /var/lib/random-seed
...ata/MonitorsDB \
/usr/share/hwdata/oui.txt /usr/share/hwdata/videoaliases \
/usr/share/firstboot /usr/share/lua /usr/share/kde4 /usr/share/pixmaps \
/usr/share/hwdata/videodrivers /usr/share/icons /usr/share/fedora-release \
diff --git a/common-post.ks b/common-post.ks
index 44a0270..fcff200 100644
--- a/common-post.ks
+++ b/common-post.ks
@@ -148,6 +148,9 @@ EOF
rm -f /etc/cron.daily/logrotate
# comment out /etc/* entries in rwtab to prevent overlapping mounts
+touch /var/lib/random-seed
+mkdir /live
+mkdir /boot
sed -i '/^files \/etc*/ s/^/#/' /etc/rwtab
cat > /etc/r...
2009 Sep 26
10
Adding handling for Multipath storage devices
The following patches introduce support for multipath and cciss devices to the ovirt-node and node-image. Comments are appreciated.
These patches assume that the 3 patches (2 node, 1 node-image) from Joey are all incorporated.
Mike