Fabian Deutsch has uploaded a new change for review. Change subject: recipe: Create RHN cache dir ......................................................................
recipe: Create RHN cache dir Change-Id: I9f72769036c8a973847e3558ed71d86b87b4aebf Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1181937 Signed-off-by: Fabian Deutsch <[email protected]> --- M recipe/common-post.ks 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/11/37111/1 diff --git a/recipe/common-post.ks b/recipe/common-post.ks index 1943aae..908555d 100644 --- a/recipe/common-post.ks +++ b/recipe/common-post.ks @@ -79,6 +79,7 @@ mkdir -p /liveos mkdir -p /root/.uml mkdir -p /var/cache/multipathd +mkdir -p /var/cache/rhn touch /var/lib/random-seed echo "/dev/HostVG/Config /config ext4 defaults,noauto,noatime 0 0" >> /etc/fstab -- To view, visit http://gerrit.ovirt.org/37111 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9f72769036c8a973847e3558ed71d86b87b4aebf Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
