Guest User

Untitled

a guest
Jun 20th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. #!/bin/sh
  2. root="$1"
  3. # Setting up the sound card {
  4. kldload snd_driver
  5. cat /dev/sndstat >> /boot/loader.conf
  6. Xorg -configure && cp /root/xorg.conf.new /etc/X11/xorg.conf
  7. # }
  8. # Pivot {
  9. sh merge.sh --exclude $root/usr/home/beastie/.cache/system_wide_exclude --edit $root/usr/home/beastie/.cache/system_wide_edit $root ./
  10. # }
  11. # Using localization {
  12. # Localization settings are based on three main terms: LanguageCode_CountryCode.Encoding.
  13. # /etc/login.conf \
  14. # language_name|Account Type Description: \
  15. # :charset=MIME_charset: \
  16. # :lang=locale_name: \
  17. # :tc=default:
  18. cap_mkdb /etc/login.conf # create capability database.
  19. # }
  20. # Make changes {
  21. vipw # \
  22. # > user:password:1001:1001:<language>:0:0:<user_name>:/home/user:/[usr/local]/bin/<shell>
  23. # }
Add Comment
Please, Sign In to add comment