search for: temporary_st

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

Did you mean: temporarylist
2009 Sep 01
1
[PATCH node-image] readonly rootfs setup
...ty/sshd/etc/localtime +files /var/lib/dbus +files /var/lib/libvirt +empty /mnt +EOF diff --git a/ovirt-node-image.ks b/ovirt-node-image.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
2014 Mar 18
0
Problem with RW_MOUNT in a diskless system
...e in the OS, please find below my /etc/sysconfig/readonly-root: ==================== # Set to 'yes' to mount the system filesystems read-only. READONLY=yes # Set to 'yes' to mount various temporary state as either tmpfs # or on the block device labelled RW_LABEL. Implied by READONLY TEMPORARY_STATE=yes # Place to put a tmpfs for temporary scratch writable space RW_MOUNT=/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 d...
2010 Apr 13
1
[PATCH node] refactor node image recipe
...,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 +# use persistent state unless firstboot is forced +# XXX auges shellvars lens does not accep...
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.