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 16:00] hoge@hoge [kernel編集]  | 
                
                    vps:vps4th2nd_02 [2019/06/23 10:41] (current) hoge@hoge [インストール前設定]  | 
            ||
|---|---|---|---|
| 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編集 ===== | ||
| - | VIMAGE が標準で組み込まれたため、不要。 | ||
| - | |||
| - | ===== world構築 ===== | ||
| - | [[http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html|ハンドブック]]に従い、worldとkernelの構築を行う。 | ||
| - | |||
| - | |||
| - | |||
| ===== ntp設定 ===== | ===== ntp設定 ===== | ||
| Line 48: | 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 | ||