Re: [CentOS] Kickstart syntax for CentOS upgrade

2008-04-29 Thread Alfred von Campe
On Apr 28, 2008, at 18:37, Tom Lanyon wrote: This worked fine for me on a 4.6 kickstart I did recently. I can't remember whether I tried it on 5.x or not, sorry. bootloader --location=mbr --driveorder=sda part /boot --onpart=sda1 --fstype=ext3 part swap --onpart=sda2 --fstype=swap volgroup vg

Re: [CentOS] Kickstart syntax for CentOS upgrade

2008-04-28 Thread Tom Lanyon
On 29/04/2008, at 6:27 AM, Alfred von Campe wrote: But when I try to install CentOS 5.1 via kickstart, anaconda complains that "You have not defined a root partition (/), which is required for installation of CentOS to continue". Has anyone successfully installed CentOS 5.X via kickstart a

[CentOS] Kickstart syntax for CentOS upgrade

2008-04-28 Thread Alfred von Campe
I'd like to automate the upgrade from CentOS 4.6 to 5.1 as much as possible. Since upgrades per se are not really recommended, I'm planning to do a kickstart installation. However, I want to leave one of the existing partitions (/scratch) untouched during the installation. Here is my cur