This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 
                    vps:vps4th2nd_02 [2019/06/16 15:48] hoge@hoge [unbound.conf 設定]  | 
                
                    vps:vps4th2nd_02 [2019/06/23 10:41] (current) hoge@hoge [インストール前設定]  | 
            ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== jailer設定 ====== | ====== jailer設定 ====== | ||
| - | ===== FreeBSD 11.0-RELEASE amd64 導入 ===== | + | ===== FreeBSD 12.0-RELEASE amd64 導入 ===== | 
| FreeBSD-12.0-RELEASE amd64 を[[https://help.sakura.ad.jp/hc/ja/articles/206207881-%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%A0OS%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%82%AC%E3%82%A4%E3%83%89-FreeBSD-11-FreeBSD-12|カスタムOSインストールガイド - FreeBSD 11 / FreeBSD 12]]に従い、導入を行う。 | FreeBSD-12.0-RELEASE amd64 を[[https://help.sakura.ad.jp/hc/ja/articles/206207881-%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%A0OS%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%82%AC%E3%82%A4%E3%83%89-FreeBSD-11-FreeBSD-12|カスタムOSインストールガイド - FreeBSD 11 / FreeBSD 12]]に従い、導入を行う。 | ||
| Line 9: | Line 9: | ||
| |Keymap Selection||||Continue with default keymap| | |Keymap Selection||||Continue with default keymap| | ||
| |Set Hostname||||ホスト名| | |Set Hostname||||ホスト名| | ||
| - | |Distribution Select||||[ ]base-dbg\\ [ ]kernel-dbg\\ [ ]lib32-dbg\\ [*]lib32\\ [ ]ports\\ [*]src\\ [ ]tests| | + | |Distribution Select||||[ ]base-dbg\\ [ ]kernel-dbg\\ [ ]lib32-dbg\\ [*]lib32\\ [ ]ports\\ [ ]src\\ [ ]tests| | 
| |Mirror Selection||||近場を指定。| | |Mirror Selection||||近場を指定。| | ||
| |Partitioning||||Auto (UFS)| | |Partitioning||||Auto (UFS)| | ||
| |Partition||||Entire Disk| | |Partition||||Entire Disk| | ||
| - | |Partition Scheme||||BSD| | + | |Partition Scheme||||GPT| | 
| |Partition Editor||||提示された内容で Finish -> Commit| | |Partition Editor||||提示された内容で Finish -> Commit| | ||
| Line 34: | Line 34: | ||
| # freebsd-update install | # freebsd-update install | ||
| </code> | </code> | ||
| - | |||
| - | ===== kernel編集 ===== | ||
| - | kernelを編集し、VIMAGE対応とする。\\ | ||
| - | /usr/src/sys/amd64/conf/GENERICをVPSとしてコピーして編集する。 | ||
| - | <code> | ||
| - | #ident  GENERIC | ||
| - | ident VPS | ||
| - | |||
| - | options  VIMAGE | ||
| - | |||
| - | #device  fdc | ||
| - | </code> | ||
| - | * fdc\\ 目についたので無効化 | ||
| - | |||
| - | ===== world構築 ===== | ||
| - | [[http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html|ハンドブック]]に従い、worldとkernelの構築を行う。 | ||
| - | |||
| - | |||
| - | |||
| ===== ntp設定 ===== | ===== ntp設定 ===== | ||
| Line 58: | Line 39: | ||
| ntpd_enable="YES" | ntpd_enable="YES" | ||
| </code> | </code> | ||
| - | * [[http://support.sakura.ad.jp/manual/vps/ossetup.html|さくらのVPS > OSセットアップ情報]]を参考に/etc/ntp.confを編集する。<code> | + | * [[http://support.sakura.ad.jp/manual/vps/ossetup.html|さくらのVPS > OSセットアップ情報]]を参考に/etc/ntp.confを編集する。((用意されたカスタムOSの場合設定済み))<code> | 
| restrict default limited kod nomodify notrap nopeer noquery | restrict default limited kod nomodify notrap nopeer noquery | ||
| server ntp1.sakura.ad.jp | server ntp1.sakura.ad.jp | ||