Subdomain Posts
None | 2 days ago
None | 3 days ago
None | 3 days ago
None | 3 days ago
None | 3 days ago
None | 3 days ago
None | 3 days ago
None | 3 days ago
None | 4 days ago
None | 4 days ago
Recent Posts
None | 10 sec ago
None | 12 sec ago
Python | 20 sec ago
JavaScript | 26 sec ago
None | 39 sec ago
C | 43 sec ago
C | 51 sec ago
C | 57 sec ago
None | 1 min ago
PHP | 1 min ago
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Anonymous on the 9th of Feb 2010 04:10:44 PM Download | Raw | Embed | Report
  1. echo Loading Device Hints
  2. set hint.fdc.0.at="isa"
  3. set hint.fdc.0.port="0x3F0"
  4. set hint.fdc.0.irq="6"
  5. set hint.fdc.0.drq="2"
  6. set hint.fd.0.at="fdc0"
  7. set hint.fd.0.drive="0"
  8. set hint.fd.1.at="fdc0"
  9. set hint.fd.1.drive="1"
  10. set hint.ata.0.at="isa"
  11. set hint.ata.0.port="0x1F0"
  12. set hint.ata.0.irq="14"
  13. set hint.ata.1.at="isa"
  14. set hint.ata.1.port="0x170"
  15. set hint.ata.1.irq="15"
  16. set hint.atkbdc.0.at="isa"
  17. set hint.atkbdc.0.port="0x060"
  18. set hint.atkbd.0.at="atkbdc"
  19. set hint.atkbd.0.irq="1"
  20. set hint.atkbd.0.flags="0x1"
  21. set hint.psm.0.at="atkbdc"
  22. set hint.psm.0.irq="12"
  23. set hint.vga.0.at="isa"
  24. set hint.sc.0.at="isa"
  25. set hint.sc.0.flags="0x100"
  26. set hint.vt.0.at="isa"
  27. set hint.vt.0.disabled="1"
  28. set hint.apm.0.disabled="1"
  29. set hint.apm.0.flags="0x20"
  30. set hint.sio.0.at="isa"
  31. set hint.sio.0.port="0x3F8"
  32. set hint.sio.0.flags="0x10"
  33. set hint.sio.0.irq="4"
  34. set hint.sio.1.at="isa"
  35. set hint.sio.1.port="0x2F8"
  36. set hint.sio.1.irq="3"
  37. set hint.ppc.0.at="isa"
  38. set hint.ppc.0.irq="7"
  39. echo Loading Kernel...
  40. load /boot/kernel/kernel
  41. set choice=manual
  42. echo
  43. echo You have 30 seconds to select one of the following:
  44. echo
  45. echo manual - Manual Install
  46. include /boot/loader.menu
  47. echo
  48. read -t 30 -p "Type in your selection EXACTLY: " choice
  49. echo
  50. load -t mfs_root /boot/mfsroot-$choice
  51. echo booting...
  52. echo \007\007
  53. echo initializing root fs
  54. set vfs.root.mountfrom="ufs:/dev/md0c"
  55. boot
  56.  
  57.  
  58. ===
  59.  
  60. cat install-x9xx.cfg
  61. # MINTEL_MENU_ITEM:x9xx - PE 1900/1950/2900/2950 (Perc RAID) [AUTO]
  62. # This is the installation configuration file for our rackmounted FreeBSD
  63. # cluster machines
  64.  
  65. # Turn on extra debugging.
  66. debug=yes
  67.  
  68. tryDHCP=YES
  69. netDev=bce0
  70. hostname=installed
  71. ################################
  72. # Which installation device to use
  73. nfs=172.30.9.1:/data/tftproot/freebsd/7.1/amd64/install
  74. mediaSetNFS
  75. ################################
  76.  
  77. ################################
  78. # Select which distributions we want.
  79. distSetMinimum
  80. ################################
  81.  
  82. ################################
  83. # Now set the parameters for the partition editor on sd0.
  84. disk=mfid0
  85. partition=all
  86. bootManager=standard
  87. diskPartitionEditor
  88. ################################
  89.  
  90. ################################
  91. # All sizes are expressed in 512 byte blocks!
  92. #
  93. # A 96MB root partition, followed by a 0.5G swap partition, followed by
  94. # a 1G /var, and a /usr using all the remaining space on the disk
  95. #
  96. mfid0s1-1=ufs 1024000 /
  97. mfid0s1-2=swap 16384000 none
  98. mfid0s1-3=ufs 2048000 /tmp 1
  99. mfid0s1-4=ufs 20480000 /usr 1
  100. mfid0s1-5=ufs 30720000 /var 1
  101. mfid0s1-6=ufs 0 /data 1
  102. # Let's do it!
  103. diskLabelEditor
  104.  
  105. installCommit
  106. shutdown
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: