Displaying 20 results from an estimated 25 matches for "nobase".
Did you mean:
iobase
2007 Oct 23
2
packages in "base" that are not in "nobase"
Is there a way to list the packages that are in a "base"
install, but that are not in a "nobase" (core) install?
I did a nobase install, then ran "yum groupinstall Base",
but this just lists everything in base, including the core
packages.
Mainly, I'm just looking to audit the packages, and add only
necessary ones back to a nobase install.
So far, I've come up wit...
"core" installs of 5.2 missing crucial packages like yum, selinux-policy-targeted, vim-minimal, etc.
2008 Oct 28
2
"core" installs of 5.2 missing crucial packages like yum, selinux-policy-targeted, vim-minimal, etc.
I had a 5.0 kickstart server which did "core" installs of
CentOS (i.e.: "%packages --nobase").
I recently setup a 5.2 kickstart server. Using the same
kickstart configs, I notice a few packages are always
missing, notably: yum (!!), selinux-policy-targeted (even
though I have "selinux --enforcing" in the kickstart, it
always ends up with that package missing and selinu...
2011 Jan 18
2
i386 packages on fresh x86_64 system
Even a minimal install with nobase installs about 40-50 i386 packages on a
64bit-System. I know this has come up before and thought it might be an
FAQ, but I can't find it on the wiki.
Some questions are answered here:
http://www.goitworld.com/rhelcentos-x86_64-and-i386-packages-mess/
but I have these remaining:
- can I tell...
2007 Oct 15
2
mdadm exim mysql
I installed a CentOS-5 core OS (using --nobase in my kickstart).
For some reason, it included mysql-5.0.22.
When I do "yum remove mysql", it says it will also remove
exim and mdadm for dependencies.
I don't care that exim will be removed, but I need mdadm as
I'm doing software RAID.
But why are these even related? When I...
2008 Apr 28
4
sendmail and cups gets installed although not chosen in kickstart file
I setup a kickstart file that contains only @core and several packages
explicitely listed. postfix is listed, sendmail is not. And there's no
package where I would think it needs cups. Nevertheless, after the install
I now have postfix *and* sendmail on the machine and sendmail even being
enabled. And cups is installed.
How can I find out what forced them (and probably many other unwanted
2007 Oct 24
1
networking problems with kernel 2.6.18-8.1.15.el5xen
Today I installed a core CentOS-5 (--nobase). After that, I
"yum update", rebooted, then "yum install xen kernel-xen".
When I boot into the xen kernel, I can't get networking on
eth0. It can ping itself, but not anything else. There are
no routes listed, when I try to add a default gateway, it
just says there'...
2006 Sep 05
3
centos minimal install???
I was doing an Internet facing server reload for a client today and he
mentioned that there is a minimal install selection somewhere and that I
should take a disk 1 of centos 4.4 and it would be under custom
Is this the case?
How?
I couldn't find it, nor could he after the fact.
If it exists, where is it, or how do I get to it for future reference
please?
I usually use a centos server cd
2016 Aug 25
1
dracut-initqueue timeout with virt-install... but it works (kinda?)
...eyboard us
network --onboot yes --device eth0 --bootproto dhcp --noipv6
rootpw testing123
firewall --service=ssh
authconfig --enableshadow --passalgo=sha512
selinux --disable
timezone --utc America/New_York
bootloader --location=mbr
zerombr
clearpart --all --initlabel
autopart
reboot
%packages --nobase
@core
%end
?
Matthew Crocker
President - Crocker Communications, Inc.
Managing Partner - Crocker Telecommunications, LLC
E: matthew at corp.crocker.com
E: matthew at crocker.com
2009 Oct 13
5
timekeeping on VMware guests
...nterupt requests
# 32bit: --append="rhgb quiet divider=10 clocksource=acpi_pm"
# 64bit: --append="rhgb quiet notsc divider=10"
bootloader --location=mbr
--md5pass=$1$mXSD1l6mO$BBCk1gYArAATS7dlCQGthN. --append="rhgb quiet
divider=10 clocksource=acpi_pm"
%packages --nobase
# Other packages not listed here
# ntp was installed
ntp
### Add step-tickers ###
cat > /etc/ntp/step-tickers <<\EOF2
0.centos.pool.ntp.org
1.centos.pool.ntp.org
EOF2
### End of step-ticker file ###
--------------------
# Applied patch mentioned on CentOS page
# http://wiki.centos.org/Ti...
2006 Sep 28
4
Trimming the fat out of a Centos 4.4 Installation
Hi, just to avoid re-inventing the wheel, is there any document that
can help me reduce even further a "minimum" installation of Centos 4.4
(BTW can you say 600mb is minimum)?
I am in the process of creating a small Centos-4.4-based Asterisk box
and I need to boot it from a CF card. Deleting useless packages will
help me do what i want.
Example: even a minimum install of Centos 4.4 (or
2006 Sep 28
4
Trimming the fat out of a Centos 4.4 Installation
Hi, just to avoid re-inventing the wheel, is there any document that
can help me reduce even further a "minimum" installation of Centos 4.4
(BTW can you say 600mb is minimum)?
I am in the process of creating a small Centos-4.4-based Asterisk box
and I need to boot it from a CF card. Deleting useless packages will
help me do what i want.
Example: even a minimum install of Centos 4.4 (or
2009 Jun 03
1
[PATCH server] ovirt server installer autobuild integration
...-name=ovirt-org --baseurl=http://ovirt.org/repos/ovirt/10/x86_64
+repo --name=f10-updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=x86_64
+repo --name=ovirt-local --baseurl=file:///var/lib/builder/ovirt/package-root/rpm
+
+%packages --excludedocs --nobase
+%include /usr/share/appliance-os/includes/base-pkgs.ks
+openssh-server
+ovirt-server
+ovirt-server-installer
+ovirt-node-image-pxe
--
1.6.0.6
2008 Jul 04
1
Anaconda ignores "cmdline" directive
...--drives=xvda
part /boot --fstype ext3 --size=100 --ondisk=xvda
part pv.2 --size=0 --grow --ondisk=xvda
volgroup xxx --pesize=32768 pv.2
logvol / --fstype ext3 --name=root --vgname=xxx --size=1024 --grow
logvol swap --fstype swap --name=swap --vgname=xxx --size=256 --grow
--maxsize=512
%packages --nobase
wget
%post
set -x
echo hello world
Can anyone point what are we missing?
Googl'ing around just keeps coming up with pages saying that this
should work (e.g. "Running anaconda in real text-mode" and "Logging
%pre and %post" in http://wiki.centos.org/TipsAndTricks/KickStart)...
2012 Dec 07
2
Questions on making a kickstart cfg
So I took the anaconda cfg, commented out the partition/disk pieces and
ran it off my repo server and it almost worked.
Little things like not including things I had done on network setup. No
first boot.... :)
So now I am reading up on building a kickstart cfg
http://wiki.centos.org/TipsAndTricks/KickStart
http://www.centos.org/docs/5/html/5.2/Installation_Guide/s1-kickstart2-howuse.html
2013 May 10
4
remotely mounting client disks in p2v server
Just spent a little time poking around w/ p2v and am attaching the
following pseudo-code for consideration. Note the patches aren't commit
ready yet, just looking for thoughts
- The first is a fix to get client image building process working on F17.
It seems the version of ksflatten there didn't expand the nested %includes
which was causing errors (also --interpreter image-minimizer
2011 Aug 09
5
setting up bare minimal CentOS VM
Hi all,
I need to setup a real bare minimum CentOS Virtual Machine, but with
normal internet / network access. i.e. I need SSH, Mutt, Links, lynx,
ping, tracert, dig, iptables, etc.
Does anyone know where (if?) I can get a list of applications which
gets installed with CentOS 6 if every option is deselected in the
installer so that I can see what I can remove which isn't really
necessary
2011 Jul 19
3
Suggestions to improve this minimal kickstart config for CentOS 6?
...otproto=dhcp --device=eth0 --onboot=on
services --enabled=network
rootpw admin123
clearpart --all --initlabel
part / --asprimary --fstype="ext3" --grow --maxsize=1000 --size=1
# Repositories
url --url="http://mirrors.kernel.org/centos/6.0/os/x86_64/"
%packages --excludedocs --nobase --instLangs=en
@Core
%post
rpm -e $(rpm -qa |grep -i firmware)
yum -y remove audit authconfig checkpolicy libsemanage libselinux-utils
policycoreutils selinux-policy selinux-policy-targeted
rm -rf /etc/selinux/targeted
rpm -e --nodeps redhat-logos
%end
2010 Dec 28
1
Kickstart Network Configuration Issues
...-inode=4096 --fstype="swap" --size=2048 --ondisk=sda
part / --bytes-per-inode=4096 --fstype="ext3" --grow --size=1 --ondisk=sda
part /backup --bytes-per-inode=4096 --fstype="ext3" --grow --size=1 --ondisk=sdb
network --bootproto=dhcp --device=eth0
%packages --nobase
@core
system-config-network-tui
%post
echo "nameserver 4.2.2.1" > /etc/resolv.conf
echo "nameserver 8.8.8.8" >> /etc/resolv.conf
# write netconfig script
cat << EOF > /bin/netconfig
#!/bin/bash
# check if user is root
if [[ \$EUID -ne 0 ]...
2009 Jan 20
3
Using centos and kickstart to build a minimum installation
Using centos 5.2,
I want to use a kickstart file to select packages in order to have an
unattended install onto a bare-metal server.
Is there any way of finding out which packages I need to compile, build
and run asterisk ?
I generally want to build all modules in asterisk and the wct4xxp zaptel module
I want to be able to not select any groups in the kickstart file, but
only select
2009 Feb 04
6
Mixed dom0/domU usage?
Hi,
I'm wondering about the impact of using both dom0 and domU's on a server at
the same time. I'm worried about the performance impact of running a Mysql
server in a domU and now I'm thinking about moving the Mysql part of a LAMP
setup into dom0 and running a few Apache guests as domUs. Since the Apaches
will serve mostly from an NFS share they won't have much impact on