ここに日記はありません
Tuesday 16 September, 2014 [長年日記] この日を編集
_ [Mac][BSD] MacBookにFreeBSDを (4)
サイトを見てみるとポイントがいくつかあるようだ。 Bootまわりは
# bsdlabel -w /dev/ada0p4
# bsdlabel -B /dev/ada0p4
[2012年11月21日 FreeBSD 9.1をMacBook Airにインストールする方法より引用]
GPTまわりはという記事もあるのでうまくやればFreeBSDのみのシステムも入れられるのかな。デフォルトのインストーラーに頼らずに丁寧に手作業をするのが良さそう。Add a FreeBSD Boot partition to contain the bootcode. '-s' specifies the size of the partition in 512 byte blocks.
# gpart add -t freebsd-boot -s 128 ad4
Add a FreeBSD Swap partition double the size of your physical RAM.
# gpart add -t freebsd-swap -s 8388608 ad4
And then add your standard filesystems, sized for whatever you need. I used 1Gb for /var and / (root), and 20GB for /usr. I used the leftover space for /home.
# gpart add -t freebsd-root -s 2097152 ad4
# gpart add -t freebsd-var -s 2097152 ad4
# gpart add -t freebsd-usr -s 41942040 ad4
# gpart add -t freebsd-home ad4
_ [Twitter] 2014年9月16日のつぶやき
- 私は日経よりCNBCなんで大江アナ結婚のインパクトはない。 posted at 17:54:18
- 地震の瞬間に日経先物を売る人いるんですね。 posted at 12:42:22
- 震度4を超えると目視点検だっけ? posted at 12:39:52
- @sarisally1 なんだ震源はサリーさんでしたか(違 posted at 12:34:19
- 縦揺れなんで自宅の本が落ちていないことを祈る。 posted at 12:32:15
- RT @sokuho_in: ■NHK地震速報(12:28発生):震度5弱=栃木南部、群馬南部、埼玉北部 震度4=茨城北部、茨城南部、栃木北部、群馬北部、埼玉南部、秩父地方、東京23区、東京多摩東部、東京多摩西部、神奈川東部、山梨中・西部、長野中部 www3.nhk.or.jp/sokuho/jishin/ posted at 12:31:47
- ひさびさかな。これくらいの揺れは。相変わらず茨城震源で申し訳ない:-) posted at 12:30:52