Displaying 3 results from an estimated 3 matches for "monitorsdb".
Did you mean:
monitordb
2009 Sep 28
1
[PATCH node-image] update rwtab entries for /live, /boot, and /var/lib/random-seed
...--- 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/hwdata/MonitorsDB \
+blacklist="/etc/alsa /etc/pki /usr/share/hwdata/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 --...
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node.
Removed tools, these are now in ovirt-node-recipe which is subpackage of
ovirt-node.
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe.
Removes old sub packages form ovirt-node, stateless, logos, selinux.
Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221
Added License file.