Displaying 2 results from an estimated 2 matches for "0dd0332".
Did you mean:
0.0332
2009 Sep 28
1
[PATCH node-image] update rwtab entries for /live, /boot, and /var/lib/random-seed
...and /boot
- unblacklists /boot so the directory is there on boot
- touches random-seed to fix a reboot error
---
common-blacklist.ks | 2 +-
common-post.ks | 5 +++++
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/common-blacklist.ks b/common-blacklist.ks
index 6a03f1f..0dd0332 100644
--- a/common-blacklist.ks
+++ b/common-blacklist.ks
@@ -89,7 +89,7 @@ find /usr/share/zoneinfo -regextype egrep -type f \
! -regex ".*/UTC|.*/GMT" -exec $RM {} \;
echo "Removing blacklisted files and directories"
-blacklist="/boot /etc/alsa /etc/pki /usr/share/...
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