search for: 92d3f21

Displaying 2 results from an estimated 2 matches for "92d3f21".

Did you mean: 923621
2016 May 10
1
[PATCH] builder: run/schedule a SELinux relabel if needed
...er/website/fedora-armv7l.sh +++ b/builder/website/fedora-armv7l.sh @@ -92,4 +92,6 @@ virt-install \ --nographics \ --noreboot +DO_RELABEL=1 + source $(dirname "$0")/compress.sh $output diff --git a/builder/website/fedora-i686.sh b/builder/website/fedora-i686.sh index ccae8ab..92d3f21 100755 --- a/builder/website/fedora-i686.sh +++ b/builder/website/fedora-i686.sh @@ -100,4 +100,6 @@ virt-install \ --nographics \ --noreboot +DO_RELABEL=1 + source $(dirname "$0")/compress.sh $output diff --git a/builder/website/fedora-ppc64.sh b/builder/website/fedora-ppc64...
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
...disk $(pwd)/$output,size=6,format=raw \ - --serial pty \ - --location=$tree \ - --nographics \ - --noreboot - -DO_RELABEL=1 - -source $(dirname "$0")/compress.sh $output diff --git a/builder/website/fedora-i686.sh b/builder/website/fedora-i686.sh deleted file mode 100755 index 92d3f21..0000000 --- a/builder/website/fedora-i686.sh +++ /dev/null @@ -1,105 +0,0 @@ -#!/bin/bash - -# virt-builder -# Copyright (C) 2013-2016 Red Hat Inc. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -#...