Advertisement
aruncn1

Untitled

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