search for: 3506e9b

Displaying 2 results from an estimated 2 matches for "3506e9b".

Did you mean: 35069
2016 Jun 23
2
[PATCH] p2v: kiwi: make sure launch-virt-p2v is executable
virt-p2v-make-kiwi now forces the launch-virt-p2v mode to 0755 to ensure the executable bit it set for user. --- p2v/virt-p2v-make-kiwi.in | 1 + 1 file changed, 1 insertion(+) diff --git a/p2v/virt-p2v-make-kiwi.in b/p2v/virt-p2v-make-kiwi.in index e493bd4..3506e9b 100644 --- a/p2v/virt-p2v-make-kiwi.in +++ b/p2v/virt-p2v-make-kiwi.in @@ -190,6 +190,7 @@ cp $datadir/issue $output/root/etc/issue mkdir -p $output/root/usr/bin cp $datadir/launch-virt-p2v $output/root/usr/bin +chmod 0755 $output/root/usr/bin/launch-virt-p2v mkdir -p $output/root/$libexecdi...
2016 Jun 23
0
Re: [PATCH] p2v: kiwi: make sure launch-virt-p2v is executable
...gt; virt-p2v-make-kiwi now forces the launch-virt-p2v mode to 0755 to > ensure the executable bit it set for user. > --- > p2v/virt-p2v-make-kiwi.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/p2v/virt-p2v-make-kiwi.in b/p2v/virt-p2v-make-kiwi.in > index e493bd4..3506e9b 100644 > --- a/p2v/virt-p2v-make-kiwi.in > +++ b/p2v/virt-p2v-make-kiwi.in > @@ -190,6 +190,7 @@ cp $datadir/issue $output/root/etc/issue > > mkdir -p $output/root/usr/bin > cp $datadir/launch-virt-p2v $output/root/usr/bin > +chmod 0755 $output/root/usr/bin/launch-virt-p2v...