Advertisement
devinteske

bsdinstall installerconfig + target loader.conf changes

Sep 10th, 2015
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.49 KB | None | 0 0
  1. ############################################################ IDENT(1)
  2. #
  3. # $Title: /etc/installerconfig for bsdinstall(8) on FreeBSD release media. $
  4. #
  5. ############################################################ PRE-INSTALL
  6.  
  7. #PARTITIONS=da0
  8. # *OR*
  9. #ZFSBOOT_DISKS=da0
  10.  
  11. #DISTRIBUTIONS="kernel.txz base.txz"
  12.  
  13. ############################################################ POST-INSTALL
  14. #!/bin/sh
  15. echo 'init_path="/sbin/launchd"' >> /boot/loader.conf
  16. echo 'mach_load="YES"' >> /boot/loader.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement