FYI, minor change in anaconda behaviour between 6.2 and 6.3

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



If you use a kickstart file to build unattended servers (eg virt-install)
then new disks or virtual volumes will cause problems unless you have
"zerombr true" in the kickstart file
eg
  zerombr yes
  clearpart --all --initlabel
  part /boot --fstype=ext4 --asprimary --size=100
  part swap --asprimary --size=512
  part / --fstype=ext4 --asprimary --grow --size=1

(CentOS 6.2 didn't need zerombr).

Also FWIW, lines such as
  repo --name="CentOS"  --baseurl=http://repo/CentOS/DVD/CentOS-6
  repo --name="Updates" --baseurl=http://repo/CentOS/updates/centos6/x86_64

now work.  In CentOS6.2 this would fail with dependency problems.
Whether that's just 'cos the updates repo doesn't have conflicting
packages so far and it'll break in the future, but it's working today :-)

-- 

rgds
Stephen
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux