search for: videoaliases

Displaying 3 results from an estimated 3 matches for "videoaliases".

2009 Sep 28
1
[PATCH node-image] update rwtab entries for /live, /boot, and /var/lib/random-seed
...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 --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 @@ E...
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.