search for: someopt

Displaying 8 results from an estimated 8 matches for "someopt".

Did you mean: someop
2014 Aug 11
5
issue when building/making package from git
I am trying to build/install libguestfs from git. My box is Archlinux, GCC 4.9.1 and all dev tools installed. If I manually $ gitclone gitUrl $ cd libguestfs $ ./autogen.sh $ ./configure --someOptions the build goes until the end and leaves me with binaries. ------------------------------ --- Now I want to install it properly on my machine. Arch use a makepkg [1] command to build and install packages not in the official repos. When running $ makepkg I have this structure which sounds corr...
2006 Aug 06
4
DRY Scaffolds
...m'', such as a blog, photo, etc. Using login_engine and user_engine, I list all blogs belonging to a user by saying: @user=session[:user] @blogs=@user.blogs.find(:all) but then let''s say I want to create an option where I want to slice it differently: @user=session[:user] if @someOption ==1 @blogs=@user.blogs.find(:all) else @blogs=@user.blogs.find(:all, :conditions=>["time=?",@timeOfDay]) end Having done that, now I''d like to use it in all 8 scaffolds. Right now I''m copying and pasting to each scaffold. Lame. My question is: How do I overl...
2015 Jun 30
0
Re: [PATCH v4] RFC: New tool: virt-dib
...to fine-tune > +the root filesystem creation. Note that this is not possible > +to override the filesystem type. > + > +You should use I<--mkfs-options> at most once. To pass multiple > +options, separate them with space, eg: > + > + virt-dib ... --mkfs-options '-O someopt -I foo' Not sure I want to know what horrors allow this to work ... And quoting -- is it safe? What if I want to put a space into a mkfs parameter? > +=item B<--qemu-img-options> option[,option,...] > + > +Pass I<--qemu-img-options> option(s) to the L<qemu-img(1)>...
2015 Jul 01
1
Re: [PATCH v4] RFC: New tool: virt-dib
...ilesystem creation. Note that this is not possible > > +to override the filesystem type. > > + > > +You should use I<--mkfs-options> at most once. To pass multiple > > +options, separate them with space, eg: > > + > > + virt-dib ... --mkfs-options '-O someopt -I foo' > > Not sure I want to know what horrors allow this to work ... This was added upstream as https://review.openstack.org/#/c/165149/ Also I'm not taking the disk-image-create option --max-online-resize, which so far I haven't seen used at all, so in the remote case people...
2005 Oct 22
2
openssh PKCS#11 support
Hello All, As I promised, I've completed and initial patch for openssh PKCS#11 support. The same framework is used also by openvpn. I want to help everyone who assisted during development. This patch is based on the X.509 patch from http://roumenpetrov.info/openssh/ written by Rumen Petrov, supporting PKCS#11 without X.509 looks like a bad idea. *So the first question is: What is the
2015 Jun 16
2
[PATCH v4] RFC: New tool: virt-dib
...ons to L<mkfs(1)>, to be able to fine-tune +the root filesystem creation. Note that this is not possible +to override the filesystem type. + +You should use I<--mkfs-options> at most once. To pass multiple +options, separate them with space, eg: + + virt-dib ... --mkfs-options '-O someopt -I foo' + +=item B<--network> + +=item B<--no-network> + +Enable or disable network access from the guest during the +installation. + +Enabled is the default. Use I<--no-network> to disable access. + +The network only allows outgoing connections and has other minor +limitatio...
2015 May 29
0
[PATCH v3] RFC: New virt-dib tool
...ons to L<mkfs(1)>, to be able to fine-tune +the root filesystem creation. Note that this is not possible +to override the filesystem type. + +You should use I<--mkfs-options> at most once. To pass multiple +options, separate them with space, eg: + + virt-dib ... --mkfs-options '-O someopt -I foo' + +=item B<-n> + +Skip the inclusion of the C<base> element. + +=item B<--name> NAME + +Set the name of the output image file. The default is C<image>. + +According to the chosen name, there will be the following in the +current directory: + +=over 4 + +=item F&...
2015 Jul 03
1
[PATCH v5] New tool: virt-dib
...ons to L<mkfs(1)>, to be able to fine-tune +the root filesystem creation. Note that this is not possible +to override the filesystem type. + +You should use I<--mkfs-options> at most once. To pass multiple +options, separate them with space, eg: + + virt-dib ... --mkfs-options '-O someopt -I foo' + +=item B<--network> + +=item B<--no-network> + +Enable or disable network access from the guest during the +installation. + +Enabled is the default. Use I<--no-network> to disable access. + +The network only allows outgoing connections and has other minor +limitatio...