search for: state_mount

Displaying 5 results from an estimated 5 matches for "state_mount".

Did you mean: state_count
2009 Sep 01
1
[PATCH node-image] readonly rootfs setup
....ks index 802b6a5..6b9e2ac 100644 --- a/ovirt-node-image.ks +++ b/ovirt-node-image.ks @@ -19,6 +19,7 @@ augtool <<\EOF set /files/etc/sysconfig/readonly-root/TEMPORARY_STATE NOT_OVIRT_FIRSTBOOT set /files/etc/sysconfig/readonly-root/STATE_LABEL CONFIG set /files/etc/sysconfig/readonly-root/STATE_MOUNT /config +set /files/etc/sysconfig/readonly-root/READONLY yes save EOF # use persistent state unless firstboot is forced -- 1.6.2.5
2010 Apr 13
1
[PATCH node] refactor node image recipe
...quot;base automount avahi consolekit cyrus dhcp dnsmasq guest hal ipsec \ @@ -196,3 +199,24 @@ EOF # Need this for F12 findfs calls # Otherwise, findfs returns /dev/sdX instead of /dev/mapper/<wwid> echo "EVALUATE=scan" > /etc/blkid.conf + +touch /.autorelabel + +# prepare for STATE_MOUNT in rc.sysinit +augtool <<\EOF +set /files/etc/sysconfig/readonly-root/TEMPORARY_STATE NOT_OVIRT_FIRSTBOOT +set /files/etc/sysconfig/readonly-root/STATE_LABEL CONFIG +set /files/etc/sysconfig/readonly-root/STATE_MOUNT /config +set /files/etc/sysconfig/readonly-root/READONLY yes +save +EOF +# u...
2014 Mar 18
0
Problem with RW_MOUNT in a diskless system
...OUNT=/var/lib/stateless/writable #RW_MOUNT= # Label on local filesystem which can be used for temporary scratch space RW_LABEL=stateless-rw # Options to use for temporary mount RW_OPTIONS= # Label for partition with persistent data STATE_LABEL=stateless-state # Where to mount to the persistent data STATE_MOUNT=/var/lib/stateless/state # Options to use for peristent mount STATE_OPTIONS= CLIENTSTATE=10.0.0.1:/common/diskless/x86/RHEL5/snapshot Now my solution is making a symbolic link for /etc/mtab to its snapshot in /var/lib/stateless/writable. However, since by default it is mounted on tmpfs instead of...
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.