Fw: sw raid and premade partitions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Oops, I didn't add the e-smith mirror.cfg kickstart file to my last post as
intended.

----- Original Message -----
From: "Paul Miller" <pmiller@xxxxxxxxxxxxx>

Sent: Tuesday, June 19, 2001 2:41 PM
Subject: Re: sw raid and premade partitions


> > Has anyone ever been successful in putting together a ks.cfg file to
> > install RH on a predefined partition scheme? with RAID?

>>if anybody has any ideas on things to try, it would be greatly
> > appreciated.


here is the complete e-smith 4.1.2 mirror.cfg (kickstart) file used to
install software RAID.

---
#------------------------------------------------------------
# kickstart file for e-smith (tm) server and gateway
# copyright (c) 1999, 2000 e-smith, inc.
#------------------------------------------------------------

# language
lang en_US

# install method
cdrom

# keyboard
keyboard us

# networking
network --bootproto static --ip 192.168.1.1 --netmask
255.255.255.0 --gateway 192.168.1.2 --nameserver 127.0.0.1

# partitioning parameters
zerombr yes
clearpart --all
part raid.00 --size 10
part raid.01 --size 10
part raid.10 --size 1 --grow
part raid.11 --size 1 --grow
part raid.20 --size 256
part raid.21 --size 256
raid /boot raid.00 raid.01 --level 1 --device md0
raid /     raid.10 raid.11 --level 1 --device md1
raid swap  raid.20 raid.21 --level 1 --device md2

# install
install

# mouse
mouse none

# time zone
timezone --utc US/Eastern

# root password
rootpw default
auth --useshadow --enablemd5

# boot loader
lilo --location mbr --linear

%packages
@ Base

%post

# set up initial configuration
/sbin/e-smith/signal-event post-install

# add comment to /etc/motd
echo "Welcome to the e-smith server and gateway." > /etc/motd

---

Hope this helps,
Paul





[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux