Here's the patch that automatically detects if grep supports the Perl
regex.
0008-automatic-detect-if-grep-support-perl-regex.patch
Description: Binary data
--
regards Thomas
On Fri, 2017-09-22 at 12:56 +0200, Thomas Lange wrote:
> Here's the patch that automatically detects if grep supports the Perl
> regex.
[...]
> + set +e
You don't need to turn off errexit if you test the result of a command.
> + if grep -q --perl-regexp . /dev/null >/dev/null 2>&1; then
>
I believe that the package name is not "mispell-sq" but "myspell-sq".
signature.asc
Description: OpenPGP digital signature
Hi all,
The image created by debootstrap does not work in the qemu
I use the following script to generate one image:
IMG=qemu-stretch.img
DIR=mount-point.dir
#qemu-img create -f qcow2 $IMG 5G
qemu-img create $IMG 5G
sudo mkfs.ext
On Fri, 2017-09-22 at 19:07 +, 慕 冬亮 wrote:
> Hi all,
>
> The image created by debootstrap does not work in the qemu
[...]
debootstrap doesn't create images, your script does - so that's where
the bug is.
Rather than trying to fix your script, why not try vmdebootstrap which
is designed for e
5 matches
Mail list logo