Guest User

Untitled

a guest
Jul 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. installInteractive=no
  2. installMode=fresh
  3. installType=FreeBSD
  4. packageType=tar
  5. hostname=veewee
  6. installMedium=dvd
  7. netSaveDev=AUTO-DHCP
  8.  
  9. # Timezone
  10. timeZone=America/New_York
  11. enableNTP=yes
  12.  
  13. # Keyboard Layout Options
  14. localizeKeyModel=pc104
  15. localizeKeyLayout=us U.S.
  16.  
  17. # Disk Setup for ada0
  18. disk0=ada0
  19. partition=ALL
  20. bootManager=none
  21. partscheme=MBR
  22. commitDiskPart
  23.  
  24. # Setup the disk label
  25. # All sizes are expressed in MB
  26. disk0-part=UFS+S 1024 /
  27. disk0-part=SWAP 1534 none
  28. disk0-part=UFS+S 2048 /var
  29. disk0-part=UFS+S 5629 /usr
  30. commitDiskLabel
  31.  
  32. # List our components to install
  33. installComponents=ports
  34.  
  35. # Set the root pass
  36. rootPass=root
  37.  
  38. userName=test
  39. userComment=test
  40. userPass=test
  41. userShell=/bin/csh
  42. userHome=/home/test
  43. userGroups=wheel,operator
  44. commitUser
  45.  
  46.  
  47. runCommand=echo \"sshd_enable=YES\" >> /etc/rc.conf
Add Comment
Please, Sign In to add comment