Re: [CentOS] Kickstart and CentOS 6 episode 2...

2011-08-01 Thread John Doe
My problem was 'cmdline' (worked fine with CentOS 5 though)... I switched to 'text' and it works now (with the DVD isos). JD ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Kickstart and CentOS 6 episode 2...

2011-07-29 Thread John Doe
Hey, I solved my "The installation source given by device ['sdb2'] could not be found". Apparently ignoredisk is so strong it not only ignores the disks to be partitioned but also the disks holding the installation source... Now I ran into:   In interactive step cleardiskssel, can't continue I

Re: [CentOS] Kickstart and CentOS 6...

2011-07-28 Thread John Doe
From: John Doe > I am trying to upgrade my kickstart usb key to 6.0 and I ran into a few > issues. > I boot with: >   append initrd=initrd.img ks=hd:sdb2:/ks.cfg repo=hd:sdb2:/centos > and in the ks.cfg I have: >   harddrive --partition=sdb2 --dir=/centos > and on sdb2 I have: >   sdb2:/centos/C

[CentOS] Kickstart and CentOS 6...

2011-07-27 Thread John Doe
Hey, I am trying to upgrade my kickstart usb key to 6.0 and I ran into a few issues. I boot with:   append initrd=initrd.img ks=hd:sdb2:/ks.cfg repo=hd:sdb2:/centos and in the ks.cfg I have:   harddrive --partition=sdb2 --dir=/centos and on sdb2 I have:   sdb2:/centos/CentOS-6.0-x86_64-bin-DVD