<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ひろぽっぽれす &#187; FedoraCore</title>
	<atom:link href="http://hiropo.co.uk/archives/category/fedoracore/feed" rel="self" type="application/rss+xml" />
	<link>http://hiropo.co.uk</link>
	<description>Web系エンジニアの適当なブログです。どうでも酔いものばかり作ってます。</description>
	<lastBuildDate>Sun, 25 Jul 2010 17:09:15 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>メールaliases</title>
		<link>http://hiropo.co.uk/archives/159</link>
		<comments>http://hiropo.co.uk/archives/159#comments</comments>
		<pubDate>Sun, 21 Jun 2009 10:11:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[FedoraCore]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[aliases]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">http://hiropo.co.uk/?p=159</guid>
		<description><![CDATA[ひとつのメールアドレスにくるメールをふたつのメールアドレスに転送することでバックアップ的なことをしたいと思う。 どうやらaliasesで簡単にできるようです。 aaa@localhost にくるメールを aaa@localhost と、bbb@etc.com に転送する。 PLAIN TEXT CODE: #vi /etc/aliases aaa: aaa,bbb@etc.com これだけでOKなのです。 aliasesって便利！]]></description>
			<content:encoded><![CDATA[<p>ひとつのメールアドレスにくるメールをふたつのメールアドレスに転送することでバックアップ的なことをしたいと思う。<br />
どうやらaliasesで簡単にできるようです。</p>
<p>aaa@localhost にくるメールを aaa@localhost と、bbb@etc.com に転送する。</p>
<div class="igBar"><span id="lcode-2"><a href="#" onclick="javascript:showCodeTxt('code-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-2">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">#vi /etc/aliases</div>
</li>
<li style="font-weight: bold;color:IG_LINE_COLOUR_2;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">aaa: aaa,bbb@etc.<span style="">com</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>これだけでOKなのです。<br />
aliasesって便利！</p>
]]></content:encoded>
			<wfw:commentRss>http://hiropo.co.uk/archives/159/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>fedora core6 を fedora10 にアップデートするメモ</title>
		<link>http://hiropo.co.uk/archives/149</link>
		<comments>http://hiropo.co.uk/archives/149#comments</comments>
		<pubDate>Wed, 20 May 2009 05:21:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[FedoraCore]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://hiropo.co.uk/?p=149</guid>
		<description><![CDATA[まずは、fedora-release と fedora-release-notes をアップデートする。 PLAIN TEXT CODE: &#91;root@host ~&#93;# rpm -Uvh \ http://download.fedora.redhat.com/pub/fedora/linux/releases/10/Fedora/i386/os/Packages/fedora-release-10-1.noarch.rpm \ http://download.fedora.redhat.com/pub/fedora/linux/releases/10/Fedora/i386/os/Packages/fedora-release-notes-10.0.0-1.noarch.rpm 次に、rpm と yum を先にアップデート PLAIN TEXT CODE: &#91;root@host ~&#93;# yum update rpm\* yum\* 次に、clean と upgrade を行う PLAIN TEXT CODE: &#91;root@host ~&#93;# yum clean all &#91;root@host ~&#93;# yum upgrade パッケージのダウンロード終了後、トランザクションテストスタート PLAIN TEXT CODE: Is this ok &#91;y/N&#93;: y Running Transaction [...]]]></description>
			<content:encoded><![CDATA[<p>まずは、fedora-release と fedora-release-notes をアップデートする。</p>
<div class="igBar"><span id="lcode-7"><a href="#" onclick="javascript:showCodeTxt('code-7'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-7">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#91;</span>root@host ~<span style="color:#006600; font-weight:bold;">&#93;</span># rpm -Uvh \</div>
</li>
<li style="font-weight: bold;color:IG_LINE_COLOUR_2;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">http:<span style="color:#FF9933; font-style:italic;">//download.fedora.redhat.com/pub/fedora/linux/releases/10/Fedora/i386/os/Packages/fedora-release-10-1.noarch.rpm \</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">http:<span style="color:#FF9933; font-style:italic;">//download.fedora.redhat.com/pub/fedora/linux/releases/10/Fedora/i386/os/Packages/fedora-release-notes-10.0.0-1.noarch.rpm </span></div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>次に、rpm と yum を先にアップデート</p>
<div class="igBar"><span id="lcode-8"><a href="#" onclick="javascript:showCodeTxt('code-8'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-8">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#91;</span>root@host ~<span style="color:#006600; font-weight:bold;">&#93;</span># yum update rpm\* yum\* </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>次に、clean と upgrade を行う</p>
<div class="igBar"><span id="lcode-9"><a href="#" onclick="javascript:showCodeTxt('code-9'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-9">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#91;</span>root@host ~<span style="color:#006600; font-weight:bold;">&#93;</span># yum clean all</div>
</li>
<li style="font-weight: bold;color:IG_LINE_COLOUR_2;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#91;</span>root@host ~<span style="color:#006600; font-weight:bold;">&#93;</span># yum upgrade </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>パッケージのダウンロード終了後、トランザクションテストスタート</p>
<div class="igBar"><span id="lcode-10"><a href="#" onclick="javascript:showCodeTxt('code-10'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-10">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Is this ok <span style="color:#006600; font-weight:bold;">&#91;</span>y/N<span style="color:#006600; font-weight:bold;">&#93;</span>: y</div>
</li>
<li style="font-weight: bold;color:IG_LINE_COLOUR_2;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Running Transaction Test </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>特にエラーが出なければ、リブートして完了。<br />
次回起動時に、'fedora 10'の文字が出れば成功（？）かと。</p>
]]></content:encoded>
			<wfw:commentRss>http://hiropo.co.uk/archives/149/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FedoraCore6の起動オプションをいじってみた。</title>
		<link>http://hiropo.co.uk/archives/59</link>
		<comments>http://hiropo.co.uk/archives/59#comments</comments>
		<pubDate>Wed, 10 Dec 2008 17:20:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FedoraCore]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VirtualPC]]></category>

		<guid isPermaLink="false">http://hiropo.co.uk/?p=59</guid>
		<description><![CDATA[以前書いた記事↓ ＃VirtualPC Fedoraの起動　Athlon系は起動オプション clock=pit をつける。 毎回、ブートオプションに "clock=pit" つけるのはめんどいので、 FedoraCore6の grub.conf をいじってみたい。 PLAIN TEXT CODE: &#91;root@Asuka ~&#93;# vi /boot/grub/grub.conf kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=/dev/VolGroup00/LogVol00 clock=pit shutdown -r now で、無事に reboot したお。 これで毎回入れる手間が省ける。]]></description>
			<content:encoded><![CDATA[<p>以前書いた記事↓</p>
<p><a href="http://hiropo.co.uk/archives/49">＃VirtualPC Fedoraの起動　Athlon系は起動オプション clock=pit をつける。</a></p>
<p>毎回、ブートオプションに "clock=pit" つけるのはめんどいので、<br />
FedoraCore6の grub.conf をいじってみたい。</p>
<div class="igBar"><span id="lcode-12"><a href="#" onclick="javascript:showCodeTxt('code-12'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-12">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#91;</span>root@Asuka ~<span style="color:#006600; font-weight:bold;">&#93;</span># vi /boot/grub/grub.<span style="">conf</span></div>
</li>
<li style="font-weight: bold;color:IG_LINE_COLOUR_2;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">kernel /vmlinuz-<span style="color:#800000;color:#800000;">2</span>.<span style="color:#800000;color:#800000;">6</span>.<span style="color:#800000;color:#800000;">18</span>-<span style="color:#800000;color:#800000;">1</span>.<span style="color:#800000;color:#800000;">2798</span>.<span style="">fc6</span> ro root=/dev/VolGroup00/LogVol00 clock=pit </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>shutdown -r now で、無事に reboot したお。</p>
<p>これで毎回入れる手間が省ける。</p>
]]></content:encoded>
			<wfw:commentRss>http://hiropo.co.uk/archives/59/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualPC Fedoraの起動　Athlon系は起動オプション clock=pit をつける。</title>
		<link>http://hiropo.co.uk/archives/49</link>
		<comments>http://hiropo.co.uk/archives/49#comments</comments>
		<pubDate>Wed, 01 Oct 2008 13:56:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FedoraCore]]></category>
		<category><![CDATA[VirtualPC]]></category>
		<category><![CDATA[鯖]]></category>

		<guid isPermaLink="false">http://hiropo.co.uk/archives/49</guid>
		<description><![CDATA[FedoraCore6 がインスコされてるVirtualHDDをVirtualPCで読みだそうとしたところ、起動途中で止まってしまう。 いろいろ調べていくうちに、intel系は特に問題なさそうだが、Athlon系は、Fedoraの起動オプションに、clock=pit をつけてあげないと起動しないらしい。 試しに　clock=pit　を起動オプションにつけてみた。 ・・・動いた。 イラっとするなぁ～、MSちゃん！]]></description>
			<content:encoded><![CDATA[<p>FedoraCore6 がインスコされてるVirtualHDDをVirtualPCで読みだそうとしたところ、起動途中で止まってしまう。<br />
いろいろ調べていくうちに、intel系は特に問題なさそうだが、Athlon系は、Fedoraの起動オプションに、clock=pit をつけてあげないと起動しないらしい。</p>
<p>試しに　clock=pit　を起動オプションにつけてみた。</p>
<p>・・・動いた。</p>
<p>イラっとするなぁ～、MSちゃん！</p>
]]></content:encoded>
			<wfw:commentRss>http://hiropo.co.uk/archives/49/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProFTPで.htaccess等のドットファイルが見えない場合</title>
		<link>http://hiropo.co.uk/archives/40</link>
		<comments>http://hiropo.co.uk/archives/40#comments</comments>
		<pubDate>Wed, 23 Jul 2008 05:41:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FedoraCore]]></category>
		<category><![CDATA[proftpd]]></category>

		<guid isPermaLink="false">http://hiropo.co.uk/archives/40</guid>
		<description><![CDATA[PLAIN TEXT CODE: #vi&#160; /etc/proftpd.conf &#160; #追記↓ ListOptions&#160; "-a"]]></description>
			<content:encoded><![CDATA[<div class="igBar"><span id="lcode-14"><a href="#" onclick="javascript:showCodeTxt('code-14'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-14">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">#vi&nbsp; /etc/proftpd.<span style="">conf</span></div>
</li>
<li style="font-weight: bold;color:IG_LINE_COLOUR_2;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">#追記↓</div>
</li>
<li style="font-weight: bold;color:IG_LINE_COLOUR_2;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ListOptions&nbsp; <span style="color:#CC0000;">"-a"</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://hiropo.co.uk/archives/40/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SecureShell2関数を使う。 &#8211; SSH2インストール</title>
		<link>http://hiropo.co.uk/archives/33</link>
		<comments>http://hiropo.co.uk/archives/33#comments</comments>
		<pubDate>Wed, 30 Apr 2008 03:48:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FedoraCore]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://hiropo.co.uk/archives/33</guid>
		<description><![CDATA[SSH2インストール 参考URL http://www.php.net/manual/ja/book.ssh2.php ・OpenSSLインストール PLAIN TEXT CODE: # yum install openssl-devel ・libssh2をダウンロードしてインストール http://sourceforge.net/projects/libssh2/ PLAIN TEXT CODE: # ./configure &#38;&#38; make all install ・ssh2モジュールのインストール PLAIN TEXT CODE: # pecl download ssh2-beta # phpize &#38;&#38; ./configure –with-ssh2 ※phpizeがない場合、 PLAIN TEXT CODE: # yum install php-dev でインストールする。 config.h に 「#define LIBSSH2_APINO 200412301450」 を追記する。 PLAIN TEXT CODE: # vi [...]]]></description>
			<content:encoded><![CDATA[<p>SSH2インストール</p>
<p>参考URL</p>
<p>http://www.php.net/manual/ja/book.ssh2.php</p>
<p>・OpenSSLインストール</p>
<div class="igBar"><span id="lcode-21"><a href="#" onclick="javascript:showCodeTxt('code-21'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-21">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># yum install openssl-devel </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>・libssh2をダウンロードしてインストール</p>
<p>http://sourceforge.net/projects/libssh2/</p>
<div class="igBar"><span id="lcode-22"><a href="#" onclick="javascript:showCodeTxt('code-22'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-22">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># ./configure &amp;&amp; make all install </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>・ssh2モジュールのインストール</p>
<div class="igBar"><span id="lcode-23"><a href="#" onclick="javascript:showCodeTxt('code-23'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-23">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># pecl download ssh2-beta</div>
</li>
<li style="font-weight: bold;color:IG_LINE_COLOUR_2;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># phpize &amp;&amp; ./configure –with-ssh2 </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>※phpizeがない場合、</p>
<div class="igBar"><span id="lcode-24"><a href="#" onclick="javascript:showCodeTxt('code-24'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-24">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># yum install php-dev </div>
</li>
</ol>
</div>
</div>
</div>
<p>
でインストールする。</p>
<p>config.h に<br />
「#define LIBSSH2_APINO 200412301450」<br />
を追記する。</p>
<div class="igBar"><span id="lcode-25"><a href="#" onclick="javascript:showCodeTxt('code-25'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-25">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># vi config.<span style="">h</span></div>
</li>
<li style="font-weight: bold;color:IG_LINE_COLOUR_2;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># make </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>php.ini ファイルの extension_dir で指定された場所に ssh2.so をコピー。<br />
php.iniにextention=ssh2.soを追記</p>
<p>php.ini の設定を再読込させるため、Web サーバを再起動します。</p>
<div class="igBar"><span id="lcode-26"><a href="#" onclick="javascript:showCodeTxt('code-26'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-26">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># /etc/rc.<span style="">d</span>/init.<span style="">d</span>/httpd restart </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>phpinfo()にてssh2のブロックが確認できれば成功です。</p>
]]></content:encoded>
			<wfw:commentRss>http://hiropo.co.uk/archives/33/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rootパスワード忘れた場合 &#8211; FedoraCore6</title>
		<link>http://hiropo.co.uk/archives/32</link>
		<comments>http://hiropo.co.uk/archives/32#comments</comments>
		<pubDate>Wed, 30 Apr 2008 01:56:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FedoraCore]]></category>

		<guid isPermaLink="false">http://hiropo.co.uk/archives/32</guid>
		<description><![CDATA[GRUBの起動画面で「e」を押す kernel, initrd の2つのコマンドをメモする 「Esc」を押してメニューに戻る 「c」を押す 先ほどメモした2つのコマンドを実行する（kernelコマンドは 「-s」オプションを付ける） bootコマンドを入力 # 実例 PLAIN TEXT CODE: grub&#62; kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=「ラベル」/ -s grub&#62; initrd /initrd-2.6.18-1.2798.fc6.img grub&#62; boot # パスワード設定 PLAIN TEXT CODE: root# passwd root]]></description>
			<content:encoded><![CDATA[<ol>
<li>GRUBの起動画面で「e」を押す</li>
<li>kernel, initrd の2つのコマンドをメモする</li>
<li>「Esc」を押してメニューに戻る</li>
<li>「c」を押す</li>
<li>先ほどメモした2つのコマンドを実行する（kernelコマンドは 「-s」オプションを付ける）</li>
<li>bootコマンドを入力</li>
</ol>
<p># 実例</p>
<div class="igBar"><span id="lcode-29"><a href="#" onclick="javascript:showCodeTxt('code-29'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-29">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">grub&gt; kernel /vmlinuz-<span style="color:#800000;color:#800000;">2</span>.<span style="color:#800000;color:#800000;">6</span>.<span style="color:#800000;color:#800000;">18</span>-<span style="color:#800000;color:#800000;">1</span>.<span style="color:#800000;color:#800000;">2798</span>.<span style="">fc6</span> ro root=「ラベル」/ -s</div>
</li>
<li style="font-weight: bold;color:IG_LINE_COLOUR_2;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">grub&gt; initrd /initrd-<span style="color:#800000;color:#800000;">2</span>.<span style="color:#800000;color:#800000;">6</span>.<span style="color:#800000;color:#800000;">18</span>-<span style="color:#800000;color:#800000;">1</span>.<span style="color:#800000;color:#800000;">2798</span>.<span style="">fc6</span>.<span style="">img</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">grub&gt; boot </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p># パスワード設定</p>
<div class="igBar"><span id="lcode-30"><a href="#" onclick="javascript:showCodeTxt('code-30'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-30">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">root# passwd root </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://hiropo.co.uk/archives/32/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
