Displaying 20 results from an estimated 20000 matches similar to: "has anyone a working example for a ks.cfg with two disks?"
2019 Jan 08
0
has anyone a working example for a ks.cfg with two disks?
Hallo,
this version is working here now.
Ralf
bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda
# Partition clearing information
clearpart --all --initlabel --drives=sda,sdb
# Disk partitioning information
part / --fstype="ext4" --ondisk=sda --grow --size=1
part swap --fstype="swap" --ondisk=sda --size=8192
part /mnt/platte02
2019 Jan 08
0
has anyone a working example for a ks.cfg with two disks?
Zitat von Jack Bailey <jack at internetguy.net>:
> Here's one of my kickstarts:
>
> zerombr
> clearpart --all --initlabel --drives=$1,$2
Hallo,
thanks but dowsn t work here.
The installer doesn t accept $1
Ralf
2015 Apr 27
0
Can we get a copy of ks.cfg for varous images into /root/ks.cfg?
I think that should be:
%post --nochroot
--
Sent from the Delta quadrant using Borg technology!
Nux!
www.nux.ro
----- Original Message -----
> From: "Nico Kadel-Garcia" <nkadel at gmail.com>
> To: "Discussion about the virtualization on CentOS" <centos-virt at centos.org>
> Sent: Saturday, 25 April, 2015 15:38:49
> Subject: [CentOS-virt] Can we get a
2008 Apr 11
1
kickstart ks.cfg file on USB devices
Is there an easy way to specify the proper device location for
the kickstart configuration file if it is on a USB flash or USB
floppy drive? Depending on the hard disk configuration they
might by /dev/sda, /dev/sdb, etc.
On SuSE'autoyast instalattions, the system searches all available
devices for an ``info'' configuration file. Does CentOS 5.x do
something similar to find a
2015 Apr 25
3
Can we get a copy of ks.cfg for varous images into /root/ks.cfg?
I've recently been dealing with various CentOS images on AWS, and am
being forcibly reminded that the "/root/anaconda-ks.cfg" has only a
passing resemblance to whatever the kickstart configuration file
actually contained. But getting a copy of the actual "ks.cfg" is
invaluable for updating and testing variations of the kickstart setup,
especially when manipulating disk
2006 Mar 02
0
Discrepancies in Anaconda-ks.cfg after kickstart
I am asking this here, that although a kickstart question, may have
something to do with the Centos install?
I took my Anaconda-ks.cfg from my system, turned it into a ks.cfg and
did the install. Everything SEEMS ok, but why?
First the partitioning information:
ks.cfg supplied:
clearpart --all --drives=hda
part /boot --fstype ext3 --size=100 --ondisk=hda
part / --fstype ext3 --start=14
2008 Jul 05
1
Wanted: minimal install ks.cfg
Greetings, all.
I'm in need of a minimal ks.cfg file for the smallest possible install
with yum. I've got the scripting for yum to install the apps I need, I
just want to insure all the cruft is not on the system as well. Using
the s-c-ks app, the smallest I have gotten is 600MB. This is for a
server appliance vm that I need to deploy quickly and dynamically.
Thanks
Dnaiel
2019 Jan 29
0
centos dfcp send hostname to microsoft dhcp/dns
On 2019-01-29, Ralf Prengel <ralf.prengel at rprengel.de> wrote:
> Hallo,
> thanks but this doesn t work here allthough most tips and hints are using this parameter.
> Any idea how to debug ?
>
> Thanks
> Ralf
>
> Von meinem iPad gesendet
Please don't top-post.
Try running 'dhclient -H <hostname> <interface>' from the commanad line.
Make sure
2015 Jun 05
2
anaconda-ks.cfg fatal
Good afternoon Support Team,
I have discovered a disturbing error inside?anaconda-ks.cfg under the /root directory. Examination found the config file devoid of the string "buns". It's distressing, because I don't understand how my Anaconda can get anything done if it doesn't happen to have any buns.
Please advise I need to know how to continue. Please feel free to contact me
2015 Feb 18
0
Skip creating anaconda-ks.cfg in EL7?
Hello,
In EL6 I could well remove /root/anaconda-ks.cfg in %post, but not any more it seems and I like my installs clean.
Anyone has any idea how to skip creating this file or deleting during install? I don't want to resort to running scripts upon first boot.
Lucian
--
Sent from the Delta quadrant using Borg technology!
Nux!
www.nux.ro
2015 Jun 05
0
anaconda-ks.cfg fatal
Anthony Ray wrote:
> Good afternoon Support Team,
> I have discovered a disturbing error inside?anaconda-ks.cfg under the
> /root directory. Examination found the config file devoid of the string
> "buns". It's distressing, because I don't understand how my Anaconda can
> get anything done if it doesn't happen to have any buns.
> Please advise I need to know
2016 Feb 18
0
centos7 :: ks.cfg :: customisation of sshd
On Wed, Feb 17, 2016 at 2:48 PM, Adrian Sevcenco <Adrian.Sevcenco at cern.ch>
wrote:
> Hi! I want to change the sshd port at install for centos7 but i am not sure
> if i am on the good track (and it is time expensive to make many
> try-outs)..
> So, i would be grateful if someone with experience can spot if i have
> problems
> with my planning.. (the actual purpose is that
2019 Jan 30
0
centos dfcp send hostname to microsoft dhcp/dns
On 2019-01-30, Ralf Prengel <ralf.prengel at rprengel.de> wrote:
>
> Zitat von Liam O'Toole <liam.p.otoole at gmail.com>:
>
>> On 2019-01-29, Ralf Prengel <ralf.prengel at rprengel.de> wrote:
>>> Hallo,
>>> thanks but this doesn t work here allthough most tips and hints are
>>> using this parameter.
>>> Any idea how to
2019 Jul 02
3
How to restore the old network interface name?
Hallo,
I need the device eth0 for one tool using centos 7.6.
Using this tutorial
https://www.certdepot.net/rhel7-restore-old-network-interface-name/
doesn t work.
Thanks for a hint.
Ralf
2019 Jan 29
3
centos dfcp send hostname to microsoft dhcp/dns
Hallo,
thanks but this doesn t work here allthough most tips and hints are using this parameter.
Any idea how to debug ?
Thanks
Ralf
Von meinem iPad gesendet
> Am 29.01.2019 um 18:08 schrieb Liam O'Toole <liam.p.otoole at gmail.com>:
>
>> On 2019-01-29, Ralf Prengel <ralf.prengel at rprengel.de> wrote:
>> Hallo,
>>
>> I try to configure my
2016 Feb 17
3
centos7 :: ks.cfg :: customisation of sshd
Hi! I want to change the sshd port at install for centos7 but i am not sure
if i am on the good track (and it is time expensive to make many try-outs)..
So, i would be grateful if someone with experience can spot if i have problems
with my planning.. (the actual purpose is that after installation i have access
for my ansible provisioning)
first make sure ssh is started
services
2019 Jan 14
0
@reboot only some lines of a script are working (yum install not)
Hallo.
solved.
proxy in yum.conf is working when starting yum in an crontab-environment.
Ralf
Zitat von Ralf Prengel <ralf.prengel at rprengel.de>:
> Zitat von Mogens Kjaer <mk at lemo.dk>:
>
>> On 1/10/19 11:32 AM, Ralf Prengel wrote:
>>> yum install doesn't work running the script via cron allthough yum
>>> remove works.
>>
>> Is the
2019 May 28
1
Question about ntp
On Tue, May 28, 2019 at 11:44:35AM +1000, Jobst Schmalenbach wrote:
> On Mon, May 27, 2019 at 06:32:19AM +0200, Ralf Prengel (ralf.prengel at rprengel.de) wrote:
> >
> > Hallo,
> >
> > what is the standard way to sync time under Centos 7.
> > ntp or chrony.
>
> YMMV.
>
> I have used NTP for many, many years so I am familiar with it and also have ALL
2020 Aug 25
3
DVR recorder how to resucue files
Hallo,
we've a DVD recorder from everfoces and problems to open files using
the interface.
I made a backup using dd without any problems but how can I mount this image.
Normal loop options don't work.
Thanks for hints.
Ralf
2020 Aug 11
1
Install OpenVAS on CentOS Linux release 8.2.2004 (Core)
On Tue, Aug 11, 2020 at 9:24 PM Ralf Prengel <ralf.prengel at rprengel.de>
wrote:
> Hallo,
> not direkt a solution but I m using a kali rolling release installation on
> hard disk.
> Works fine here.
>
> Ralf
>
>
Hi,
I am facing the below mentioned issue.
#wget -q -O - http://www.atomicorp.com/installers/atomic |sh
[root at openvas8 ~]# yum -y install openvas
Last