search for: guestroot

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

2016 May 10
1
[PATCH] builder: run/schedule a SELinux relabel if needed
...name "$0")/compress.sh $output diff --git a/builder/website/rhel-aarch64.sh b/builder/website/rhel-aarch64.sh index a8d1019..467d43b 100755 --- a/builder/website/rhel-aarch64.sh +++ b/builder/website/rhel-aarch64.sh @@ -159,4 +159,6 @@ cp $vars $output-nvram guestfish --rw -a $output -m $guestroot \ upload $yum /etc/yum.repos.d/download.devel.redhat.com.repo +DO_RELABEL=1 + source $(dirname "$0")/compress.sh $output diff --git a/builder/website/rhel-ppc64.sh b/builder/website/rhel-ppc64.sh index 48d6280..32148ae 100755 --- a/builder/website/rhel-ppc64.sh +++ b/builder/website...
2009 May 01
4
How do I resize a Physical Partition in a Dom U that''s "on" a Logical Volume in the Dom 0?
Hey all, I''m trying to figure out how to re-size physical partitions in the Dom U. I''ve read up what I can find on line and finally decided to have Logical Volumes in the Dom 0 and pass them as physical volumes for use in the Dom U. Here''s an example of what I''m doing. To start in the Dom 0 I created the LV''s with lvcreate -n guest_boot -L 100M
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
...Boston, MA 02110-1301 USA. - -unset CDPATH -export LANG=C -set -e -set -x - -# Hack for RWMJ -unset http_proxy - -if [ $# -ne 1 ]; then - echo "$0 VERSION" - exit 1 -fi - -version=$1 -output=rhel-$version-aarch64 -tmpname=tmp-$(tr -cd 'a-f0-9' < /dev/urandom | head -c 8) -guestroot=/dev/sda4 - -case $version in - 7.*) - major=7 - topurl=http://download.eng.bos.redhat.com/released/RHEL-7/$version/ - tree=$topurl/Server/aarch64/os - baseurl=$tree - srpms=$topurl/Server/source/tree - optional=$topurl/Server-optional/x86_64/os -...