<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>http://www.voip-info.jp/index.php?action=history&amp;feed=atom&amp;title=AstLinux_CF-i586</id>
	<title>AstLinux CF-i586 - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="http://www.voip-info.jp/index.php?action=history&amp;feed=atom&amp;title=AstLinux_CF-i586"/>
	<link rel="alternate" type="text/html" href="http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;action=history"/>
	<updated>2026-05-01T05:41:17Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=10176&amp;oldid=prev</id>
		<title>Takahashi: 「AstLinux CF-i586」を保護しました ([編集=管理者のみ許可] (無期限) [移動=管理者のみ許可] (無期限))</title>
		<link rel="alternate" type="text/html" href="http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=10176&amp;oldid=prev"/>
		<updated>2017-11-18T08:48:43Z</updated>

		<summary type="html">&lt;p&gt;「&lt;a href=&quot;/index.php/AstLinux_CF-i586&quot; title=&quot;AstLinux CF-i586&quot;&gt;AstLinux CF-i586&lt;/a&gt;」を保護しました ([編集=管理者のみ許可] (無期限) [移動=管理者のみ許可] (無期限))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;AstLinux日本語版イメージ公開中&amp;lt;br&amp;gt;&lt;br /&gt;
[[Microclient JR]]を次世代(!?)のAsteriskスタンダード・アプライアンスにする目論見からAstLinuxのi586版、CFイメージを公開します。&amp;lt;br&amp;gt;&lt;br /&gt;
*日本語化済みで、ひかり電話RT-200NEパッチ適用済みです。&lt;br /&gt;
*[[Asterisk サンプル設定ファイル]]の1.4系が入っています。1.2向けに若干の調整を行ってあります。&lt;br /&gt;
*Webインタフェースも日本語化されています。&lt;br /&gt;
*タイムゾーン設定がデフォルトでJSTです。&lt;br /&gt;
==ダウンロード==&lt;br /&gt;
以下からダウンロードできます(2007/08/09注記:/etc/asteriskへのシンボリックリンク修正版)。&lt;br /&gt;
*gzip版&lt;br /&gt;
ftp://ftp.voip-info.jp/astlinux/i586/cf-image/astlinux-070808ja-256.img.gz&amp;lt;br&amp;gt;&lt;br /&gt;
*zip版&lt;br /&gt;
ftp://ftp.voip-info.jp/astlinux/i586/cf-image/astlinux-070808ja-256.zip&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==インストール==&lt;br /&gt;
guzip等で.imgファイルを解凍します。Windowsの場合にはZIPフォルダから中身を展開しておいてください。解凍したならばCFカードにイメージを書き込みます。この際、256MB以上のCFを用意してください。本体サイズが256MBのパーティションになります。Linuxマシンでなら以下のようにddで簡単に書き込めます。&lt;br /&gt;
 dd if=astlinux-070629ja.img of=/dev/sdc bs=1k&lt;br /&gt;
(バージョン番号は適切に読み替えてください)&amp;lt;br&amp;gt;&lt;br /&gt;
Windowsマシンで書き込みたい場合には、シリコンリナックス(株)さんの、[http://www.si-linux.co.jp/wiki/silinux/index.php?DDforWindows DDforWindowsが]使えます。ファイル選択時には『全てのファイル』にして.imgファイルを指定してください。書き込み先のサイズより小さい、という警告は無視してかまいません。&lt;br /&gt;
&lt;br /&gt;
ブートローダ込みなので、デバイスはディスクそのものです。書き込み先に指定するのはパーティションではありません。上の例ではCFライタに挿したCFが/dev/sdcの場合です。&lt;br /&gt;
==ブート==&lt;br /&gt;
ブートのgrubメニューは以下のようになっています。不必要なところはコメントアウトしてください。&lt;br /&gt;
 default saved&lt;br /&gt;
 timeout 3&lt;br /&gt;
 &lt;br /&gt;
 title AstLinux (Boot from IDE CF, USB KeyDisk)&lt;br /&gt;
       root (hd0,0)&lt;br /&gt;
       kernel /boot/bzImage root=/dev/hda1 astlinux=i586 astkd=/dev/sda1 ide=no&lt;br /&gt;
 &lt;br /&gt;
 title AstLinux (Boot from USB, IDE CF/HD KeyDisk)&lt;br /&gt;
       root (hd0,0)&lt;br /&gt;
       kernel /boot/bzImage root=/dev/sda1 astlinux=i586 astkd=/dev/hda1 ide=no&lt;br /&gt;
 &lt;br /&gt;
 title AstLinux (Boot from USB, Use third partition for KeyDisk)&lt;br /&gt;
        root (hd0,0)&lt;br /&gt;
        kernel /boot/bzImage root=/dev/sda1 astlinux=i586 astkd=/dev/sda3 ide=n&lt;br /&gt;
 &lt;br /&gt;
 title AstLinux (Boot from IDE CF, IDE CF/HD KeyDisk - secondary master)&lt;br /&gt;
       root (hd0,0)&lt;br /&gt;
       kernel /boot/bzImage root=/dev/hda1 astlinux=i586 astkd=/dev/hdc1 ide=no&lt;br /&gt;
 &lt;br /&gt;
 title AstLinux (Boot from IDE CF, Use third partition for KeyDisk)&lt;br /&gt;
        root (hd0,0)&lt;br /&gt;
        kernel /boot/bzImage root=/dev/hda1 astlinux=i586 astkd=/dev/hda3 ide=n&lt;br /&gt;
 &lt;br /&gt;
 title AstLinux (Boot from Pri-Slv.IDE CF, Use third partition for KeyDisk)&lt;br /&gt;
        root (hd0,0)&lt;br /&gt;
        kernel /boot/bzImage root=/dev/hdb1 astlinux=i586 astkd=/dev/hdb3 ide=no&lt;br /&gt;
[[Microclient JR]]を使用する場合には、CFスロットがプライマリ・スレーブなのでメニューの一番下を使って起動してください。CFブートでUSBキーディスクを使う場合には他の例にならって変更を行ってください。&amp;lt;br&amp;gt;&lt;br /&gt;
なおMicroclient JRにコンソールをつけないで起動する場合には、予め他のマシンでCFをマウントしboot/grub/grub.confを編集しておきましょう。&lt;br /&gt;
==空き部分の活用==&lt;br /&gt;
TFTPサーバーなどの目的で使う場合、初期状態では容量不足ぎみとなります。&amp;lt;BR&amp;gt;&lt;br /&gt;
CFで使われていない空きパーティションを利用することが可能です。&amp;lt;BR&amp;gt;&lt;br /&gt;
詳細は、[[Astlinux_空き容量有効活用]] を参照ください。&lt;br /&gt;
&lt;br /&gt;
==NTPサーバー機能設定==&lt;br /&gt;
AstLinuxはNTPサーバーの機能を持っています。&amp;lt;BR&amp;gt;&lt;br /&gt;
===設定変更===&lt;br /&gt;
NTPサーバーの設定はrc.confの中に記述されています。&amp;lt;BR&amp;gt;&lt;br /&gt;
/etc/ntp.confを直接変更しても、再起動の時に中身が消えてしまいます。&lt;br /&gt;
 vi /stat/rc.conf　　　←標準でインストールした場合&lt;br /&gt;
 vi /mnt/kd/rc.conf　　←/mnt/kd/以下にファイルを置いた場合&lt;br /&gt;
&lt;br /&gt;
下記のように設定を変更します。(us.pool.ntp.orgを無効化)&lt;br /&gt;
 ##Master NTP server. This is the NTP server that AstLinux will sync against&lt;br /&gt;
 ##upon bootup. It is also the server that the running ntpd process will use&lt;br /&gt;
 ##to maintain that time sync.&lt;br /&gt;
 NTPSERV=&amp;quot;us.pool.ntp.org&amp;quot;　　　　　←外国サーバーなのでコメント行にします。&lt;br /&gt;
 #NTPSERV=&amp;quot;europe.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;north-america.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;south-america.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;asia.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;oceania.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;africa.pool.ntp.org&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ##If you would like to specify several servers to be used at the same time,&lt;br /&gt;
 ##you can specify them in NTPSERVS seperated by spaces.&lt;br /&gt;
 #NTPSERVS=&amp;quot;ntp1.cs.wisc.edu us.pool.ntp.org&amp;quot;&lt;br /&gt;
&lt;br /&gt;
NTPサーバーのIPアドレスを追加します。&amp;lt;BR&amp;gt;&lt;br /&gt;
[http://jjy.nict.go.jp/ntp/ NICT]が提供しているNTPサーバーのIPを入力します。&amp;lt;BR&amp;gt;&lt;br /&gt;
設定を変更したら、Astlinuxを再起動します。&lt;br /&gt;
 ##Master NTP server. This is the NTP server that AstLinux will sync against&lt;br /&gt;
 ##upon bootup. It is also the server that the running ntpd process will use&lt;br /&gt;
 ##to maintain that time sync.&lt;br /&gt;
 #NTPSERV=&amp;quot;us.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;europe.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;north-america.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;south-america.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;asia.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;oceania.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;africa.pool.ntp.org&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ##If you would like to specify several servers to be used at the same time,&lt;br /&gt;
 ##you can specify them in NTPSERVS seperated by spaces.&lt;br /&gt;
 #NTPSERVS=&amp;quot;ntp1.cs.wisc.edu us.pool.ntp.org&amp;quot;&lt;br /&gt;
 NTPSERVS=&amp;quot;133.243.238.243 133.243.238.244&amp;quot;  ←ここの行を追加&lt;br /&gt;
&lt;br /&gt;
===動作確認===&lt;br /&gt;
再起動後、さきほど変更したrc.confの中身が&amp;lt;BR&amp;gt;&lt;br /&gt;
/etc/ntp.confに反映されている事を確認します。&amp;lt;BR&amp;gt;&lt;br /&gt;
 pbx ~ # cat /etc/ntpd.conf&lt;br /&gt;
 listen on 0.0.0.0&lt;br /&gt;
 server 133.243.238.243&lt;br /&gt;
 server 133.243.238.244&lt;br /&gt;
&lt;br /&gt;
ntpdが動いていたら、動作確認のためにntpdを一旦止めてしまいます。&lt;br /&gt;
 pbx ~ # ps ax |grep ntp&lt;br /&gt;
 1135 ?        S      0:00 /usr/sbin/mDNSProxyResponderPosix 192.168.0.6 pbx AstLinux PBX _ntp._udp 123&lt;br /&gt;
 1167 ?        S      0:00 ntpd&lt;br /&gt;
 1168 ?        S      0:00 ntpd&lt;br /&gt;
 1170 pts/0    S+     0:00 grep ntp&lt;br /&gt;
 &lt;br /&gt;
 pbx ~ # kill 1167&lt;br /&gt;
&lt;br /&gt;
ntpdをデバッグモードで動かしてみて、時刻の同期が取れていることを確認します。&lt;br /&gt;
 pbx ~ #  ntpd -d&lt;br /&gt;
 listening on 0.0.0.0&lt;br /&gt;
 ntp engine ready&lt;br /&gt;
 reply from 133.243.238.244: offset 15.018296 delay 1.014712, next query 5s&lt;br /&gt;
 reply from 133.243.238.243: offset 15.009712 delay 1.038980, next query 8s&lt;br /&gt;
 reply from 133.243.238.244: offset 15.018296 delay 1.014712, next query 5s&lt;br /&gt;
 reply from 133.243.238.243: offset 15.009712 delay 1.038980, next query 8s&lt;br /&gt;
 reply from 133.243.238.244: offset 15.018296 delay 1.014712, next query 5s&lt;br /&gt;
 reply from 133.243.238.243: offset 15.008712 delay 1.038980, next query 8s&lt;br /&gt;
 (略)&lt;br /&gt;
 &lt;br /&gt;
 peer 133.243.238.244 now valid&lt;br /&gt;
 peer 133.243.238.244 now valid&lt;br /&gt;
 (略)&lt;br /&gt;
 &lt;br /&gt;
 adjusting local clock by 14.498614s　←この行が出たらOK&lt;br /&gt;
&lt;br /&gt;
ちなみにntpdを止め忘れていると、エラーになります。&lt;br /&gt;
 pbx ~ #  ntpd -d&lt;br /&gt;
 listening on 0.0.0.0&lt;br /&gt;
 fatal: bind: Address already in use&lt;br /&gt;
 dispatch_imsg in main: pipe closed&lt;br /&gt;
 Terminating&lt;br /&gt;
 pbx ~ # ps ax&lt;br /&gt;
&lt;br /&gt;
===注意点===&lt;br /&gt;
時間のずれが大きすぎると、ntpdは時計の修正を諦めてしまうので&amp;lt;BR&amp;gt;&lt;br /&gt;
BIOSの画面で時計を合わせておく必要があります。&amp;lt;BR&amp;gt;&lt;br /&gt;
なお、NTPサーバーとして動くようになるまで1時間近くかかる場合があります。&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Cisco IP電話機を使う==&lt;br /&gt;
AstLinuxにはあらかじめchan_sccpが入っているので、&amp;lt;BR&amp;gt;&lt;br /&gt;
[[Sccp|SCCP]]ドライバを用意する必要がありません。&amp;lt;BR&amp;gt;&lt;br /&gt;
 pbx ~ # mount -o rw,remount /&lt;br /&gt;
 pbx ~ # vi /stat/etc/asterisk/sccp.conf&lt;br /&gt;
という具合に/stat/etc/asterisk/以下にsccp.confを新規作成します。&amp;lt;BR&amp;gt;&lt;br /&gt;
sccp.confを作成したら、Astlinuxまるごと再起動するか、&amp;lt;BR&amp;gt;&lt;br /&gt;
下記の手順でファイルを読みこむようにします。&amp;lt;BR&amp;gt;&lt;br /&gt;
 pbx # cp /stat/etc/asterisk/sccp.conf /etc/asterisk/sccp.conf &lt;br /&gt;
 pbx # asterisk -vvvvvvvvvvvvvvvvvvvvr&lt;br /&gt;
 pbx*CLI&amp;gt; unload chan_sccp.so&lt;br /&gt;
 pbx*CLI&amp;gt; load chan_sccp.so&lt;br /&gt;
[[Cisco/SEP.cnf.xml|SEP&amp;lt;MACアドレス&amp;gt;.cnf.xml]]の編集も忘れないようにしましょう。&amp;lt;BR&amp;gt;&lt;br /&gt;
設定が正しければ、Cisco電話機が動くようになります。&lt;br /&gt;
==Nortel IP電話機を使う==&lt;br /&gt;
[[Nortel i2002]]を参照ください&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Takahashi</name></author>
	</entry>
	<entry>
		<id>http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=10065&amp;oldid=prev</id>
		<title>Takahashi: 「AstLinux CF-i586」を保護しました ([編集=管理者のみ許可] (無期限) [移動=管理者のみ許可] (無期限))</title>
		<link rel="alternate" type="text/html" href="http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=10065&amp;oldid=prev"/>
		<updated>2017-11-18T08:44:27Z</updated>

		<summary type="html">&lt;p&gt;「&lt;a href=&quot;/index.php/AstLinux_CF-i586&quot; title=&quot;AstLinux CF-i586&quot;&gt;AstLinux CF-i586&lt;/a&gt;」を保護しました ([編集=管理者のみ許可] (無期限) [移動=管理者のみ許可] (無期限))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;AstLinux日本語版イメージ公開中&amp;lt;br&amp;gt;&lt;br /&gt;
[[Microclient JR]]を次世代(!?)のAsteriskスタンダード・アプライアンスにする目論見からAstLinuxのi586版、CFイメージを公開します。&amp;lt;br&amp;gt;&lt;br /&gt;
*日本語化済みで、ひかり電話RT-200NEパッチ適用済みです。&lt;br /&gt;
*[[Asterisk サンプル設定ファイル]]の1.4系が入っています。1.2向けに若干の調整を行ってあります。&lt;br /&gt;
*Webインタフェースも日本語化されています。&lt;br /&gt;
*タイムゾーン設定がデフォルトでJSTです。&lt;br /&gt;
==ダウンロード==&lt;br /&gt;
以下からダウンロードできます(2007/08/09注記:/etc/asteriskへのシンボリックリンク修正版)。&lt;br /&gt;
*gzip版&lt;br /&gt;
ftp://ftp.voip-info.jp/astlinux/i586/cf-image/astlinux-070808ja-256.img.gz&amp;lt;br&amp;gt;&lt;br /&gt;
*zip版&lt;br /&gt;
ftp://ftp.voip-info.jp/astlinux/i586/cf-image/astlinux-070808ja-256.zip&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==インストール==&lt;br /&gt;
guzip等で.imgファイルを解凍します。Windowsの場合にはZIPフォルダから中身を展開しておいてください。解凍したならばCFカードにイメージを書き込みます。この際、256MB以上のCFを用意してください。本体サイズが256MBのパーティションになります。Linuxマシンでなら以下のようにddで簡単に書き込めます。&lt;br /&gt;
 dd if=astlinux-070629ja.img of=/dev/sdc bs=1k&lt;br /&gt;
(バージョン番号は適切に読み替えてください)&amp;lt;br&amp;gt;&lt;br /&gt;
Windowsマシンで書き込みたい場合には、シリコンリナックス(株)さんの、[http://www.si-linux.co.jp/wiki/silinux/index.php?DDforWindows DDforWindowsが]使えます。ファイル選択時には『全てのファイル』にして.imgファイルを指定してください。書き込み先のサイズより小さい、という警告は無視してかまいません。&lt;br /&gt;
&lt;br /&gt;
ブートローダ込みなので、デバイスはディスクそのものです。書き込み先に指定するのはパーティションではありません。上の例ではCFライタに挿したCFが/dev/sdcの場合です。&lt;br /&gt;
==ブート==&lt;br /&gt;
ブートのgrubメニューは以下のようになっています。不必要なところはコメントアウトしてください。&lt;br /&gt;
 default saved&lt;br /&gt;
 timeout 3&lt;br /&gt;
 &lt;br /&gt;
 title AstLinux (Boot from IDE CF, USB KeyDisk)&lt;br /&gt;
       root (hd0,0)&lt;br /&gt;
       kernel /boot/bzImage root=/dev/hda1 astlinux=i586 astkd=/dev/sda1 ide=no&lt;br /&gt;
 &lt;br /&gt;
 title AstLinux (Boot from USB, IDE CF/HD KeyDisk)&lt;br /&gt;
       root (hd0,0)&lt;br /&gt;
       kernel /boot/bzImage root=/dev/sda1 astlinux=i586 astkd=/dev/hda1 ide=no&lt;br /&gt;
 &lt;br /&gt;
 title AstLinux (Boot from USB, Use third partition for KeyDisk)&lt;br /&gt;
        root (hd0,0)&lt;br /&gt;
        kernel /boot/bzImage root=/dev/sda1 astlinux=i586 astkd=/dev/sda3 ide=n&lt;br /&gt;
 &lt;br /&gt;
 title AstLinux (Boot from IDE CF, IDE CF/HD KeyDisk - secondary master)&lt;br /&gt;
       root (hd0,0)&lt;br /&gt;
       kernel /boot/bzImage root=/dev/hda1 astlinux=i586 astkd=/dev/hdc1 ide=no&lt;br /&gt;
 &lt;br /&gt;
 title AstLinux (Boot from IDE CF, Use third partition for KeyDisk)&lt;br /&gt;
        root (hd0,0)&lt;br /&gt;
        kernel /boot/bzImage root=/dev/hda1 astlinux=i586 astkd=/dev/hda3 ide=n&lt;br /&gt;
 &lt;br /&gt;
 title AstLinux (Boot from Pri-Slv.IDE CF, Use third partition for KeyDisk)&lt;br /&gt;
        root (hd0,0)&lt;br /&gt;
        kernel /boot/bzImage root=/dev/hdb1 astlinux=i586 astkd=/dev/hdb3 ide=no&lt;br /&gt;
[[Microclient JR]]を使用する場合には、CFスロットがプライマリ・スレーブなのでメニューの一番下を使って起動してください。CFブートでUSBキーディスクを使う場合には他の例にならって変更を行ってください。&amp;lt;br&amp;gt;&lt;br /&gt;
なおMicroclient JRにコンソールをつけないで起動する場合には、予め他のマシンでCFをマウントしboot/grub/grub.confを編集しておきましょう。&lt;br /&gt;
==空き部分の活用==&lt;br /&gt;
TFTPサーバーなどの目的で使う場合、初期状態では容量不足ぎみとなります。&amp;lt;BR&amp;gt;&lt;br /&gt;
CFで使われていない空きパーティションを利用することが可能です。&amp;lt;BR&amp;gt;&lt;br /&gt;
詳細は、[[Astlinux_空き容量有効活用]] を参照ください。&lt;br /&gt;
&lt;br /&gt;
==NTPサーバー機能設定==&lt;br /&gt;
AstLinuxはNTPサーバーの機能を持っています。&amp;lt;BR&amp;gt;&lt;br /&gt;
===設定変更===&lt;br /&gt;
NTPサーバーの設定はrc.confの中に記述されています。&amp;lt;BR&amp;gt;&lt;br /&gt;
/etc/ntp.confを直接変更しても、再起動の時に中身が消えてしまいます。&lt;br /&gt;
 vi /stat/rc.conf　　　←標準でインストールした場合&lt;br /&gt;
 vi /mnt/kd/rc.conf　　←/mnt/kd/以下にファイルを置いた場合&lt;br /&gt;
&lt;br /&gt;
下記のように設定を変更します。(us.pool.ntp.orgを無効化)&lt;br /&gt;
 ##Master NTP server. This is the NTP server that AstLinux will sync against&lt;br /&gt;
 ##upon bootup. It is also the server that the running ntpd process will use&lt;br /&gt;
 ##to maintain that time sync.&lt;br /&gt;
 NTPSERV=&amp;quot;us.pool.ntp.org&amp;quot;　　　　　←外国サーバーなのでコメント行にします。&lt;br /&gt;
 #NTPSERV=&amp;quot;europe.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;north-america.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;south-america.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;asia.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;oceania.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;africa.pool.ntp.org&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ##If you would like to specify several servers to be used at the same time,&lt;br /&gt;
 ##you can specify them in NTPSERVS seperated by spaces.&lt;br /&gt;
 #NTPSERVS=&amp;quot;ntp1.cs.wisc.edu us.pool.ntp.org&amp;quot;&lt;br /&gt;
&lt;br /&gt;
NTPサーバーのIPアドレスを追加します。&amp;lt;BR&amp;gt;&lt;br /&gt;
[http://jjy.nict.go.jp/ntp/ NICT]が提供しているNTPサーバーのIPを入力します。&amp;lt;BR&amp;gt;&lt;br /&gt;
設定を変更したら、Astlinuxを再起動します。&lt;br /&gt;
 ##Master NTP server. This is the NTP server that AstLinux will sync against&lt;br /&gt;
 ##upon bootup. It is also the server that the running ntpd process will use&lt;br /&gt;
 ##to maintain that time sync.&lt;br /&gt;
 #NTPSERV=&amp;quot;us.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;europe.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;north-america.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;south-america.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;asia.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;oceania.pool.ntp.org&amp;quot;&lt;br /&gt;
 #NTPSERV=&amp;quot;africa.pool.ntp.org&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ##If you would like to specify several servers to be used at the same time,&lt;br /&gt;
 ##you can specify them in NTPSERVS seperated by spaces.&lt;br /&gt;
 #NTPSERVS=&amp;quot;ntp1.cs.wisc.edu us.pool.ntp.org&amp;quot;&lt;br /&gt;
 NTPSERVS=&amp;quot;133.243.238.243 133.243.238.244&amp;quot;  ←ここの行を追加&lt;br /&gt;
&lt;br /&gt;
===動作確認===&lt;br /&gt;
再起動後、さきほど変更したrc.confの中身が&amp;lt;BR&amp;gt;&lt;br /&gt;
/etc/ntp.confに反映されている事を確認します。&amp;lt;BR&amp;gt;&lt;br /&gt;
 pbx ~ # cat /etc/ntpd.conf&lt;br /&gt;
 listen on 0.0.0.0&lt;br /&gt;
 server 133.243.238.243&lt;br /&gt;
 server 133.243.238.244&lt;br /&gt;
&lt;br /&gt;
ntpdが動いていたら、動作確認のためにntpdを一旦止めてしまいます。&lt;br /&gt;
 pbx ~ # ps ax |grep ntp&lt;br /&gt;
 1135 ?        S      0:00 /usr/sbin/mDNSProxyResponderPosix 192.168.0.6 pbx AstLinux PBX _ntp._udp 123&lt;br /&gt;
 1167 ?        S      0:00 ntpd&lt;br /&gt;
 1168 ?        S      0:00 ntpd&lt;br /&gt;
 1170 pts/0    S+     0:00 grep ntp&lt;br /&gt;
 &lt;br /&gt;
 pbx ~ # kill 1167&lt;br /&gt;
&lt;br /&gt;
ntpdをデバッグモードで動かしてみて、時刻の同期が取れていることを確認します。&lt;br /&gt;
 pbx ~ #  ntpd -d&lt;br /&gt;
 listening on 0.0.0.0&lt;br /&gt;
 ntp engine ready&lt;br /&gt;
 reply from 133.243.238.244: offset 15.018296 delay 1.014712, next query 5s&lt;br /&gt;
 reply from 133.243.238.243: offset 15.009712 delay 1.038980, next query 8s&lt;br /&gt;
 reply from 133.243.238.244: offset 15.018296 delay 1.014712, next query 5s&lt;br /&gt;
 reply from 133.243.238.243: offset 15.009712 delay 1.038980, next query 8s&lt;br /&gt;
 reply from 133.243.238.244: offset 15.018296 delay 1.014712, next query 5s&lt;br /&gt;
 reply from 133.243.238.243: offset 15.008712 delay 1.038980, next query 8s&lt;br /&gt;
 (略)&lt;br /&gt;
 &lt;br /&gt;
 peer 133.243.238.244 now valid&lt;br /&gt;
 peer 133.243.238.244 now valid&lt;br /&gt;
 (略)&lt;br /&gt;
 &lt;br /&gt;
 adjusting local clock by 14.498614s　←この行が出たらOK&lt;br /&gt;
&lt;br /&gt;
ちなみにntpdを止め忘れていると、エラーになります。&lt;br /&gt;
 pbx ~ #  ntpd -d&lt;br /&gt;
 listening on 0.0.0.0&lt;br /&gt;
 fatal: bind: Address already in use&lt;br /&gt;
 dispatch_imsg in main: pipe closed&lt;br /&gt;
 Terminating&lt;br /&gt;
 pbx ~ # ps ax&lt;br /&gt;
&lt;br /&gt;
===注意点===&lt;br /&gt;
時間のずれが大きすぎると、ntpdは時計の修正を諦めてしまうので&amp;lt;BR&amp;gt;&lt;br /&gt;
BIOSの画面で時計を合わせておく必要があります。&amp;lt;BR&amp;gt;&lt;br /&gt;
なお、NTPサーバーとして動くようになるまで1時間近くかかる場合があります。&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Cisco IP電話機を使う==&lt;br /&gt;
AstLinuxにはあらかじめchan_sccpが入っているので、&amp;lt;BR&amp;gt;&lt;br /&gt;
[[Sccp|SCCP]]ドライバを用意する必要がありません。&amp;lt;BR&amp;gt;&lt;br /&gt;
 pbx ~ # mount -o rw,remount /&lt;br /&gt;
 pbx ~ # vi /stat/etc/asterisk/sccp.conf&lt;br /&gt;
という具合に/stat/etc/asterisk/以下にsccp.confを新規作成します。&amp;lt;BR&amp;gt;&lt;br /&gt;
sccp.confを作成したら、Astlinuxまるごと再起動するか、&amp;lt;BR&amp;gt;&lt;br /&gt;
下記の手順でファイルを読みこむようにします。&amp;lt;BR&amp;gt;&lt;br /&gt;
 pbx # cp /stat/etc/asterisk/sccp.conf /etc/asterisk/sccp.conf &lt;br /&gt;
 pbx # asterisk -vvvvvvvvvvvvvvvvvvvvr&lt;br /&gt;
 pbx*CLI&amp;gt; unload chan_sccp.so&lt;br /&gt;
 pbx*CLI&amp;gt; load chan_sccp.so&lt;br /&gt;
[[Cisco/SEP.cnf.xml|SEP&amp;lt;MACアドレス&amp;gt;.cnf.xml]]の編集も忘れないようにしましょう。&amp;lt;BR&amp;gt;&lt;br /&gt;
設定が正しければ、Cisco電話機が動くようになります。&lt;br /&gt;
==Nortel IP電話機を使う==&lt;br /&gt;
[[Nortel i2002]]を参照ください&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Takahashi</name></author>
	</entry>
	<entry>
		<id>http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=4104&amp;oldid=prev</id>
		<title>Vm-user: &quot;AstLinux CF-i586&quot; を保護しました。: SPAMが繰り返される為 [edit=autoconfirmed:move=autoconfirmed]</title>
		<link rel="alternate" type="text/html" href="http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=4104&amp;oldid=prev"/>
		<updated>2009-03-04T19:04:42Z</updated>

		<summary type="html">&lt;p&gt;&amp;quot;&lt;a href=&quot;/index.php/AstLinux_CF-i586&quot; title=&quot;AstLinux CF-i586&quot;&gt;AstLinux CF-i586&lt;/a&gt;&amp;quot; を保護しました。: SPAMが繰り返される為 [edit=autoconfirmed:move=autoconfirmed]&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2009年3月5日 (木) 04:04時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Vm-user</name></author>
	</entry>
	<entry>
		<id>http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=4103&amp;oldid=prev</id>
		<title>Vm-user: 78.28.5.128 (会話) による編集を Vm-user による版へと差し戻しました。</title>
		<link rel="alternate" type="text/html" href="http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=4103&amp;oldid=prev"/>
		<updated>2009-03-04T19:04:17Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php/%E7%89%B9%E5%88%A5:%E6%8A%95%E7%A8%BF%E8%A8%98%E9%8C%B2/78.28.5.128&quot; title=&quot;特別:投稿記録/78.28.5.128&quot;&gt;78.28.5.128&lt;/a&gt; (&lt;a href=&quot;/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85%E3%83%BB%E3%83%88%E3%83%BC%E3%82%AF:78.28.5.128&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;利用者・トーク:78.28.5.128 (存在しないページ)&quot;&gt;会話&lt;/a&gt;) による編集を &lt;a href=&quot;/index.php/%E5%88%A9%E7%94%A8%E8%80%85:Vm-user&quot; title=&quot;利用者:Vm-user&quot;&gt;Vm-user&lt;/a&gt; による版へと差し戻しました。&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2009年3月5日 (木) 04:04時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l5&quot;&gt;5行目:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;5行目:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*Webインタフェースも日本語化されています。&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*Webインタフェースも日本語化されています。&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*タイムゾーン設定がデフォルトでJSTです。&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*タイムゾーン設定がデフォルトでJSTです。&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;KkKIu7 http&lt;/del&gt;://&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;tramadolofi&lt;/del&gt;.&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;forum24&lt;/del&gt;.&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;se&lt;/del&gt;/ &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;tramadol cheap ,&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;==ダウンロード==&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;以下からダウンロードできます(2007/08/09注記:/etc/asteriskへのシンボリックリンク修正版)。&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;*gzip版&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ftp://ftp.voip-info.jp/astlinux/i586/cf-image/astlinux-070808ja-256.img.gz&amp;lt;br&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;*zip版&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ftp&lt;/ins&gt;://&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ftp&lt;/ins&gt;.&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;voip-info&lt;/ins&gt;.&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;jp&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;astlinux/i586/cf-image/astlinux-070808ja-256.zip&amp;lt;br&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==インストール==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==インストール==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Vm-user</name></author>
	</entry>
	<entry>
		<id>http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=4102&amp;oldid=prev</id>
		<title>78.28.5.128: /* ダウンロード */</title>
		<link rel="alternate" type="text/html" href="http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=4102&amp;oldid=prev"/>
		<updated>2009-03-04T18:47:20Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;ダウンロード&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2009年3月5日 (木) 03:47時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l5&quot;&gt;5行目:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;5行目:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*Webインタフェースも日本語化されています。&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*Webインタフェースも日本語化されています。&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*タイムゾーン設定がデフォルトでJSTです。&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*タイムゾーン設定がデフォルトでJSTです。&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;==ダウンロード==&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;KkKIu7 http&lt;/ins&gt;://&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;tramadolofi&lt;/ins&gt;.&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;forum24&lt;/ins&gt;.&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;se&lt;/ins&gt;/ &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;tramadol cheap ,&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;以下からダウンロードできます(2007/08/09注記:/etc/asteriskへのシンボリックリンク修正版)。&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;*gzip版&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ftp://ftp.voip-info.jp/astlinux/i586/cf-image/astlinux-070808ja-256.img.gz&amp;lt;br&amp;gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;*zip版&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ftp&lt;/del&gt;://&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ftp&lt;/del&gt;.&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;voip-info&lt;/del&gt;.&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;jp&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;astlinux/i586/cf-image/astlinux-070808ja-256.zip&amp;lt;br&amp;gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==インストール==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==インストール==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>78.28.5.128</name></author>
	</entry>
	<entry>
		<id>http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=3992&amp;oldid=prev</id>
		<title>Vm-user: 219.37.184.64 (会話) による編集を MR G による版へと差し戻しました。</title>
		<link rel="alternate" type="text/html" href="http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=3992&amp;oldid=prev"/>
		<updated>2009-02-19T09:18:00Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php/%E7%89%B9%E5%88%A5:%E6%8A%95%E7%A8%BF%E8%A8%98%E9%8C%B2/219.37.184.64&quot; title=&quot;特別:投稿記録/219.37.184.64&quot;&gt;219.37.184.64&lt;/a&gt; (&lt;a href=&quot;/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85%E3%83%BB%E3%83%88%E3%83%BC%E3%82%AF:219.37.184.64&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;利用者・トーク:219.37.184.64 (存在しないページ)&quot;&gt;会話&lt;/a&gt;) による編集を &lt;a href=&quot;/index.php/%E5%88%A9%E7%94%A8%E8%80%85:MR_G&quot; class=&quot;mw-redirect&quot; title=&quot;利用者:MR G&quot;&gt;MR G&lt;/a&gt; による版へと差し戻しました。&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2009年2月19日 (木) 18:18時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l5&quot;&gt;5行目:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;5行目:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*Webインタフェースも日本語化されています。&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*Webインタフェースも日本語化されています。&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*タイムゾーン設定がデフォルトでJSTです。&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*タイムゾーン設定がデフォルトでJSTです。&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Ep0jtg  &amp;lt;a href&lt;/del&gt;=&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&quot;http:&lt;/del&gt;//&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;qdhxzuzilxux.com&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&quot;&amp;gt;qdhxzuzilxux&amp;lt;&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;a&amp;gt;, [url=http&lt;/del&gt;://&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;rrqpgskecmth&lt;/del&gt;.&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;com&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;]rrqpgskecmth[&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;url], [link=http&lt;/del&gt;://&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ycdppvlzsdhe&lt;/del&gt;.&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;com&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;]ycdppvlzsdhe[&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;link], http:&lt;/del&gt;//&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;zhtqisesadtk&lt;/del&gt;.&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;com/&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;=&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;=ダウンロード==&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;以下からダウンロードできます(2007&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;08&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;09注記:&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;etc&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;asteriskへのシンボリックリンク修正版)。&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;*gzip版&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ftp&lt;/ins&gt;://&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ftp.voip-info&lt;/ins&gt;.&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;jp/astlinux&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;i586&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;cf-image/astlinux-070808ja-256.img.gz&amp;lt;br&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;*zip版&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ftp&lt;/ins&gt;://&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ftp&lt;/ins&gt;.&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;voip-info.jp&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;astlinux&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;i586&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;cf-image&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;astlinux-070808ja-256&lt;/ins&gt;.&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;zip&amp;lt;br&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==インストール==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==インストール==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Vm-user</name></author>
	</entry>
	<entry>
		<id>http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=3991&amp;oldid=prev</id>
		<title>219.37.184.64: /* ダウンロード */</title>
		<link rel="alternate" type="text/html" href="http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=3991&amp;oldid=prev"/>
		<updated>2009-02-19T08:46:50Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;ダウンロード&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2009年2月19日 (木) 17:46時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l5&quot;&gt;5行目:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;5行目:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*Webインタフェースも日本語化されています。&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*Webインタフェースも日本語化されています。&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*タイムゾーン設定がデフォルトでJSTです。&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*タイムゾーン設定がデフォルトでJSTです。&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;=&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;=ダウンロード==&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Ep0jtg  &amp;lt;a href&lt;/ins&gt;=&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&quot;http:&lt;/ins&gt;//&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;qdhxzuzilxux.com&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&quot;&amp;gt;qdhxzuzilxux&amp;lt;&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;a&amp;gt;, [url=http&lt;/ins&gt;://&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;rrqpgskecmth&lt;/ins&gt;.&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;com&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;]rrqpgskecmth[&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;url], [link=http&lt;/ins&gt;://&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ycdppvlzsdhe&lt;/ins&gt;.&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;com&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;]ycdppvlzsdhe[&lt;/ins&gt;/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;link], http:&lt;/ins&gt;//&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;zhtqisesadtk&lt;/ins&gt;.&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;com/&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;以下からダウンロードできます(2007&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;08&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;09注記:&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;etc&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;asteriskへのシンボリックリンク修正版)。&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;*gzip版&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ftp&lt;/del&gt;://&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ftp.voip-info&lt;/del&gt;.&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;jp&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;astlinux&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;i586/cf-image/astlinux-070808ja-256.img.gz&amp;lt;br&amp;gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;*zip版&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ftp&lt;/del&gt;://&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;ftp&lt;/del&gt;.&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;voip-info.jp&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;astlinux&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;i586&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;cf-image&lt;/del&gt;/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;astlinux-070808ja-256&lt;/del&gt;.&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;zip&amp;lt;br&amp;gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==インストール==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==インストール==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>219.37.184.64</name></author>
	</entry>
	<entry>
		<id>http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=2130&amp;oldid=prev</id>
		<title>MR G: 全体的な体裁を整える</title>
		<link rel="alternate" type="text/html" href="http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=2130&amp;oldid=prev"/>
		<updated>2008-05-24T07:34:09Z</updated>

		<summary type="html">&lt;p&gt;全体的な体裁を整える&lt;/p&gt;
&lt;a href=&quot;http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;amp;diff=2130&amp;amp;oldid=2129&quot;&gt;差分を表示&lt;/a&gt;</summary>
		<author><name>MR G</name></author>
	</entry>
	<entry>
		<id>http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=2129&amp;oldid=prev</id>
		<title>MR G: Astlinux_空き容量有効活用　のページを新規作成</title>
		<link rel="alternate" type="text/html" href="http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=2129&amp;oldid=prev"/>
		<updated>2008-05-24T07:31:19Z</updated>

		<summary type="html">&lt;p&gt;Astlinux_空き容量有効活用　のページを新規作成&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2008年5月24日 (土) 16:31時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l49&quot;&gt;49行目:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;49行目:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Microclient JR]]を使用する場合には、CFスロットがプライマリ・スレーブなのでメニューの一番下を使って起動してください。CFブートでUSBキーディスクを使う場合には他の例にならって変更を行ってください。&amp;lt;br&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Microclient JR]]を使用する場合には、CFスロットがプライマリ・スレーブなのでメニューの一番下を使って起動してください。CFブートでUSBキーディスクを使う場合には他の例にならって変更を行ってください。&amp;lt;br&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;なおMicroclient JRにコンソールをつけないで起動する場合には、予め他のマシンでCFをマウントしboot/grub/grub.confを編集しておきましょう。&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;なおMicroclient JRにコンソールをつけないで起動する場合には、予め他のマシンでCFをマウントしboot/grub/grub.confを編集しておきましょう。&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;==空き部分の活用==&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;TFTPサーバーなどの目的で使う場合、初期状態では容量不足ぎみとなります。&amp;lt;BR&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;CFで使われていない空きパーティションを利用することが可能です。&amp;lt;BR&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;詳細は、[[Astlinux_空き容量有効活用]] を参照ください。&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;英語版astlinuxが使用する(CFカードの)ディスクスペースは64MB。&amp;lt;BR&amp;gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;AstLinux日本語版イメージは270MB弱。1GBのコンパクトフラッシュを使った場合、残った700MB以上の空きスペースは無駄になってしまうので、別パーティションを作ります。&amp;lt;BR&amp;gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;今回使ったのはメルコ128MBコンパクトフラッシュ [http://buffalo.jp/products/catalog/item/r/rcf-x/ RCF-X128MY] です。(OSは英語版astlinux)&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==FDISK==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==FDISK==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;fdisk /dev/hda と入力&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;fdisk /dev/hda と入力&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>MR G</name></author>
	</entry>
	<entry>
		<id>http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=2127&amp;oldid=prev</id>
		<title>MR G: 1ページの量が巨大になるため、取り消し→別ページにて新規作成</title>
		<link rel="alternate" type="text/html" href="http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;diff=2127&amp;oldid=prev"/>
		<updated>2008-05-24T07:23:17Z</updated>

		<summary type="html">&lt;p&gt;1ページの量が巨大になるため、取り消し→別ページにて新規作成&lt;/p&gt;
&lt;a href=&quot;http://www.voip-info.jp/index.php?title=AstLinux_CF-i586&amp;amp;diff=2127&amp;amp;oldid=2126&quot;&gt;差分を表示&lt;/a&gt;</summary>
		<author><name>MR G</name></author>
	</entry>
</feed>