Hello list!!

 I would like to create VMs using cobbler/ks that do not use LVM partitions.

This is the kickstart I am attempting to use,
--------------
install
- ## use mirror to install
url --url http://mirror.trouble-free.net/centos/5.6/os/x86_64/
 - ## partitioning experiment
clearpart --all
lang en_US.UTF-8
network --device eth0 --bootproto dhcp  --hostname snjhnew
rootpw --iscrypted $default_password_crypted
firewall --enabled --port=22:tcp,80:tcp
authconfig --enableshadow --enablemd5
selinux --disabled
timezone America/New_York
bootloader --location=mbr --driveorder=xvda --append="console=xvc0"
part /boot --fstype ext3 --ondisk=sda --size 300
part / --fstype ext3 --ondisk=sda --size 25000
part swap --size 2048 --ondisk=sda
part /var --fstype ext3 --ondisk=sda --size 2000
part /tmp --fstype ext3 --ondisk=sda --size 2000
part /scratch --fstype ext3 --ondisk=sda --size 1 --grow

%post

%packages
@base
@core
@editors
@legacy-network-server
@mail-server
@network-server
@server-cfg
@text-internet
@web-server
keyutils

and this is the result it prodces:

root@new-host-8 ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                      3.8G 1004M  2.6G  28% /
/dev/xvda1             99M   14M   81M  15% /boot
tmpfs                 256M     0  256M   0% /dev/shm

Can I ask how I might be able to achieve the desired result of not
using LVM partitions?

Thanks
tim

-- 
GPG me!!

gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to