search for: mydistro

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

2015 Sep 01
0
[PATCH 3/3] builder, dib, get-kernel: document new -q/--quiet options
...,option,...] Pass I<--qemu-img-options> option(s) to the L<qemu-img(1)> command diff --git a/get-kernel/virt-get-kernel.pod b/get-kernel/virt-get-kernel.pod index be0e8bb..a75f05e 100644 --- a/get-kernel/virt-get-kernel.pod +++ b/get-kernel/virt-get-kernel.pod @@ -99,6 +99,12 @@ C<mydistro-vmlinuz-3.19.0-20-generic> when the prefix is C<mydistro>. See also I<--unversioned-names>. +=item B<-q> + +=item B<--quiet> + +Don't print ordinary progress messages. + =item B<--unversioned-names> This option affects the destination file name of extra...
2001 Aug 05
1
half-life cd doesnt recognize
When I run half-life under Codeweavers Wine, it says it cannot validate the cd. I tried cracking it under windows 4 times with different cracks, and they work under windows, but in wine it says my executable has been edited. When I had just plain wine that came iwth mydistro (suse 7.2), it worked fine. I have no idea what to do and what is causing this. Thanks! Matt
2015 Jun 12
1
[PATCH 3/3] get-kernel: add --prefix
...lt;--prefix> prefix + +This option specifies a prefix for the extracted files. + +If a prefix is specified, then there will be a dash (C<->) after the +prefix and before the rest of the file name; for example, a kernel +in the guest like C<vmlinuz-3.19.0-20-generic> is saved as +C<mydistro-vmlinuz-3.19.0-20-generic> when the prefix is C<mydistro>. + +See also I<--unversioned-names>. + =item B<--unversioned-names> This option affects the destination file name of extracted files. @@ -97,6 +108,8 @@ for example, kernel and ramdisk in the guest like C<vmlinuz...
2015 Sep 01
3
[PATCH 1/3] mllib: make few command line options stuff private
Make print_version_and_exit, long_options, display_short_options, and display_long_options private, as set_standard_options now takes care of handling the job for the common command line options. --- mllib/common_utils.mli | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mllib/common_utils.mli b/mllib/common_utils.mli index 79032bc..24f8f83 100644 --- a/mllib/common_utils.mli +++
2015 Jun 11
2
[PATCH] (Almost) new tool: virt-get-kernel
Extract the guest kernel/ramdisk extraction from virt-builder into a separate utility, so it can be used and improved without cluttering virt-builder. Currently it does what virt-builder --get-kernel did, adding also the options for remote disks and libvirt access, much like other libguestfs tools. virt-builder --get-kernel now just spawns virt-get-kernel. --- .gitignore |