Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- install
- url --url http://192.168.56.101/cent5
- lang en_US.UTF-8
- iscsi --ipaddr=192.168.56.101 --target iqn.2012-02.cent-test-server:rdisk1 --port=3260
- iscsiname iqn.2012-02.cent-test-server:rdisk1
- keyboard us
- network --bootproto=dhcp --device=eth0
- rootpw --iscrypted $1$zuVmukOP$qIuIzZxU01gEW1Xrjc4j4.
- firewall --enabled --port=22:tcp --port=22:tcp
- authconfig --enableshadow --enablemd5
- selinux --disabled
- text
- timezone Asia/Kolkata
- bootloader --location=mbr --driveorder=sda
- # The following is the partition information you requested
- # Note that any partitions you deleted are not expressed
- # here so unless you clear all partitions first, this is
- # not guaranteed to work
- #clearpart --all
- part /boot --fstype ext3 --size=50
- part / --fstype ext3 --size=0 --grow
- #part swap --size=384 --grow --maxsize=768
- %packages
- @base
- @core
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement