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 20:05] hoge@hoge [world構築] |
vps:vps4th2nd_02 [2019/06/23 10:41] (current) hoge@hoge [インストール前設定] |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| |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> | ||
| - | |||
| - | |||
| - | ===== prisoner ===== | ||
| - | ==== kernel編集 ==== | ||
| - | VIMAGE が標準で組み込まれたため、不要。 | ||
| - | |||
| - | ==== world構築 ==== | ||
| - | [[https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html|23.5. Updating FreeBSD from Source]]に従い、worldとkernelの構築を行う。\\ | ||
| - | ただし、jailer に対して make installworld を行わないこと。 | ||
| - | |||
| - | |||
| - | |||
| ===== ntp設定 ===== | ===== ntp設定 ===== | ||
| Line 51: | 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 | ||