Displaying 10 results from an estimated 10 matches for "assumeyes".
Did you mean:
assumes
2014 Mar 10
2
opus-tool installation guide
...: ?http://architects.dzone.com/articles/centos-minimal-installation
4) [optional] modify the ifcfg-etho file:
vi /etc/sysconfig/network-scripts/ifcfg-eth0
change: ONBOOT=no
to: ??ONBOOT=yes
5) manually start the network:
/etc/init.d/network restart
6) get this virtual-machine current:
??yum ?--assumeyes ?update ; ???## have patience while this runs
??yum ?--assumeyes ?install yum-utils;
??yum ?clean all ;
7) install the components:
??yum ?--assumeyes ?install gcc ??;
??yum ?--assumeyes ?install gcc-c++ ??;
??yum ?--assumeyes ?install libgcc ??;
??yum ?--assumeyes ?install libtool ;
??yum ?--assu...
2018 Nov 06
1
Re: [PATCH 2/3] v2v: linux: install packages
...nes) to make it more clear it is not a "classic install".
> +and do_install g { i_package_format = package_format } packages =
> + assert (List.length packages > 0);
> + match package_format with
> + | "rpm" ->
> + let cmd = [ "yum"; "--assumeyes"; "install" ] @ packages in
> + let cmd = Array.of_list cmd in
> + ignore (g#command cmd)
Note that i_package_format and i_package_management are different
things. The code above breaks when the system is RPM-based, but does
not use yum, so e.g. Fedora (supported), and...
2015 Sep 07
2
How to setup own i686 buildenv for CentOS7
Hi, Nux!
Can you re-paste this cfg? The url is outdated.
- robin
On Tue, Dec 30, 2014 at 2:30 AM, Nux! <nux at li.nux.ro> wrote:
> Hi,
>
> Here's how my epel-7-i386.cfg mock file looks like:
> http://fpaste.org/164110/19877702/raw/
>
> Do note the 32bit packages are unofficial and unsupported. RedHat does not
> support 32bit in EL7.
>
> HTH
> Lucian
>
2018 Nov 06
2
Re: [PATCH 2/3] v2v: linux: install packages
...() =
...
in
if packages <> [] then (
do_install ();
...
Of course you could also inline do_install.
Rich.
> + assert (List.length packages > 0);
> + match package_format with
> + | "rpm" ->
> + let cmd = [ "yum"; "--assumeyes"; "install" ] @ packages in
> + let cmd = Array.of_list cmd in
> + ignore (g#command cmd)
> +
> + | format ->
> + error (f_"don’t know how to install packages using %s: packages: %s")
> + format (String.concat " " packages)
>...
2018 Nov 06
7
[PATCH 0/3] Install QEMU-GA from oVirt guest tools ISO on Linux
This installs packages with QEMU Guest Agent when converting Linux machine. The
packages should be available on guest tools ISO. The patches work "as-is" but
probably deserve some more attention:
- it is "abusing" Winows_virtio code but renaming/refactoring everything to
remove "windows" from the name and use "guest tools" seems like a lot of
unnecesary
2018 Nov 06
0
[PATCH 2/3] v2v: linux: install packages
...pect packages;
+ (* Reload Augeas in case anything changed. *)
+ augeas_reload g
+ )
+
+and do_install g { i_package_format = package_format } packages =
+ assert (List.length packages > 0);
+ match package_format with
+ | "rpm" ->
+ let cmd = [ "yum"; "--assumeyes"; "install" ] @ packages in
+ let cmd = Array.of_list cmd in
+ ignore (g#command cmd)
+
+ | format ->
+ error (f_"don’t know how to install packages using %s: packages: %s")
+ format (String.concat " " packages)
+
let rec remove g inspect packag...
2015 Sep 07
0
How to setup own i686 buildenv for CentOS7
...ckager'] = 'username at example.org'
config_opts['macros']['%debug_package'] = '%{nil}'
config_opts['yum.conf'] = """
[main]
cachedir=/var/cache/yum
debuglevel=1
reposdir=/dev/null
logfile=/var/log/yum.log
retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
syslog_ident=mock
syslog_device=
# repos
[base]
name=BaseOS
baseurl=http://buildlogs.centos.org/centos/7/os/i386/
failovermethod=priority
gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-CentOS-7
gpgcheck=1
[updates]
name=updates
baseurl=http://buildlogs.centos.org/centos/7/updates/i386/
failovermethod=...
2018 Nov 07
0
Re: [PATCH 2/3] v2v: linux: install packages
...install.
I used the same style as remove(). I will inline the code as I prefer
that.
Tomas
>
> Rich.
>
> > + assert (List.length packages > 0);
> > + match package_format with
> > + | "rpm" ->
> > + let cmd = [ "yum"; "--assumeyes"; "install" ] @ packages in
> > + let cmd = Array.of_list cmd in
> > + ignore (g#command cmd)
> > +
> > + | format ->
> > + error (f_"don’t know how to install packages using %s: packages: %s")
> > + format (String.conca...
2015 Feb 18
1
debuginfo versioning tools?
...;groupinstall buildsys-build'
config_opts['dist'] = 'el6' # only useful for --resultdir variable subst
config_opts['yum.conf'] = """
[main]
cachedir=/var/cache/yum
debuglevel=1
reposdir=/dev/null
logfile=/var/log/yum.log
retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
syslog_ident=mock
syslog_device=
# repos
[base]
name=BaseOS
enabled=1
mirrorlist=http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os
failovermethod=priority
exclude=http*
[updates]
name=updates
enabled=1
mirrorlist=http://mirrorlist.centos.org/?release=6&arch=x86_64&repo...
2011 Mar 18
7
Add repo for xfig package
Hi All
We want to install packages like xfig and transfig on centos 5.5. We found rpms available but them but it seems there are lot of dependencies for these packages. So we would like to setup yum repo for this. Can anyone suggest trusted baseurl for yum repo?
Regards
Hersh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: