User contributions
From Gentoo Wiki
Jump to:navigation
Jump to:search
- 05:31, 18 April 2014 diff hist 0 Chroot/ja
- 05:31, 18 April 2014 diff hist 0 Translations:Chroot/26/ja
- 05:31, 18 April 2014 diff hist 0 Chroot/ja
- 05:31, 18 April 2014 diff hist 0 Translations:Chroot/26/ja
- 05:26, 18 April 2014 diff hist -6 Chroot/ja
- 05:26, 18 April 2014 diff hist -6 Translations:Chroot/9/ja
- 05:26, 18 April 2014 diff hist -12 Chroot/ja
- 05:26, 18 April 2014 diff hist -12 Translations:Chroot/8/ja
- 05:23, 18 April 2014 diff hist +6 Chroot/ja
- 05:23, 18 April 2014 diff hist +6 Translations:Chroot/2/ja current
- 05:21, 18 April 2014 diff hist +24 Chroot/ja Created page with "== こちらもご覧ください == * [http://www.gentoo.org/proj/en/base/x86/chroot.xml Gentoo x86 Chroot Setup Guide]"
- 05:21, 18 April 2014 diff hist +120 N Translations:Chroot/26/ja Created page with "== こちらもご覧ください == * [http://www.gentoo.org/proj/en/base/x86/chroot.xml Gentoo x86 Chroot Setup Guide]"
- 05:21, 18 April 2014 diff hist +65 Chroot/ja Created page with "異なったディレクトリやパーティションを使う場合は、必要なマウントコマンドをstart()に追加して、異なる名前を使う場合は{{Path..."
- 05:21, 18 April 2014 diff hist +219 N Translations:Chroot/25/ja Created page with "異なったディレクトリやパーティションを使う場合は、必要なマウントコマンドをstart()に追加して、異なる名前を使う場合は{{Path..."
- 05:18, 18 April 2014 diff hist +316 N Translations:Chroot/24/ja Created page with "stop() { ebegin "Unmounting chroot directories" umount -f /mnt/mychroot/dev > /dev/null & umount -f /mnt/mychroot/proc > /dev/null & umount -f /mnt/mychroo..."
- 05:18, 18 April 2014 diff hist +345 N Translations:Chroot/23/ja Created page with "start() { ebegin "Mounting chroot directories" mount -o bind /dev /mnt/mychroot/dev > /dev/null & mount -t proc none /mnt/mychroot/proc > /dev/null & mount..." current
- 05:18, 18 April 2014 diff hist +49 N Translations:Chroot/22/ja Created page with "depend() { need localmount need bootmisc }" current
- 05:18, 18 April 2014 diff hist +48 N Translations:Chroot/21/ja Created page with "{{File|/etc/init.d/mychroot|| #!/sbin/runscript"
- 05:18, 18 April 2014 diff hist +17 Chroot/ja Created page with "== Init script == こういったことを頻繁に行なうなら、次の init script を使うことでchrootの為のマウントを速くできます。"
- 05:18, 18 April 2014 diff hist +157 N Translations:Chroot/20/ja Created page with "== Init script == こういったことを頻繁に行なうなら、次の init script を使うことでchrootの為のマウントを速くできます。"
- 05:14, 18 April 2014 diff hist +215 Chroot/ja Created page with "これでシステムは使用可能になりました。ソフトウェアをインストールしたり、メチャクチャな設定をしたり、実験的なパッケー..."
- 05:14, 18 April 2014 diff hist +557 N Translations:Chroot/19/ja Created page with "これでシステムは使用可能になりました。ソフトウェアをインストールしたり、メチャクチャな設定をしたり、実験的なパッケー..."
- 05:09, 18 April 2014 diff hist +27 N Translations:Chroot/18/ja Created page with "{{RootCmd |emerge --sync }}"
- 05:09, 18 April 2014 diff hist +25 Chroot/ja Created page with "新規インストールの場合は、全てを確実に最新にするためにportageを同期してください。"
- 05:09, 18 April 2014 diff hist +118 N Translations:Chroot/17/ja Created page with "新規インストールの場合は、全てを確実に最新にするためにportageを同期してください。"
- 05:07, 18 April 2014 diff hist +122 N Translations:Chroot/16/ja Created page with "{{RootCmd |chroot /mnt/mychroot /bin/bash |env-update |source /etc/profile |<nowiki>export PS1="(chroot) $PS1"</nowiki> }}"
- 05:07, 18 April 2014 diff hist +24 Chroot/ja Created page with "一度完了すれば新しいchroot環境に入ることができます。"
- 05:07, 18 April 2014 diff hist +75 N Translations:Chroot/15/ja Created page with "一度完了すれば新しいchroot環境に入ることができます。"
- 05:06, 18 April 2014 diff hist +29 Chroot/ja Created page with "{{Cmd |cp /etc/portage/make.conf /mnt/mychroot/etc/portage # 既存のシステムを使う場合、このコマンドは省いてください。 |cp /etc/resolv.conf /mnt/myc..."
- 05:06, 18 April 2014 diff hist +187 N Translations:Chroot/14/ja Created page with "{{Cmd |cp /etc/portage/make.conf /mnt/mychroot/etc/portage # 既存のシステムを使う場合、このコマンドは省いてください。 |cp /etc/resolv.conf /mnt/myc..."
- 05:05, 18 April 2014 diff hist +71 Chroot/ja Created page with "そしていくつかの基本的な設定ファイルもホストからコピーしておく必要がありますが、既存のシステムを使っている場合は{{Path|..."
- 05:05, 18 April 2014 diff hist +225 N Translations:Chroot/13/ja Created page with "そしていくつかの基本的な設定ファイルもホストからコピーしておく必要がありますが、既存のシステムを使っている場合は{{Path|..."
- 05:02, 18 April 2014 diff hist +165 N Translations:Chroot/12/ja Created page with "{{RootCmd |mount -o bind /dev /mnt/mychroot/dev |mount -t proc none /mnt/mychroot/proc |mount -o bind /sys /mnt/mychroot/sys |mount -o bind /tmp /mnt/mychroot/tmp }}"
- 05:02, 18 April 2014 diff hist +38 Chroot/ja Created page with "== 設定 == chrootに入る前にいくつかのディレクトリをマウントしておかなければなりません。"
- 05:02, 18 April 2014 diff hist +124 N Translations:Chroot/11/ja Created page with "== 設定 == chrootに入る前にいくつかのディレクトリをマウントしておかなければなりません。"
- 05:02, 18 April 2014 diff hist 0 Chroot/ja
- 05:02, 18 April 2014 diff hist 0 Translations:Chroot/3/ja
- 05:01, 18 April 2014 diff hist +218 N Translations:Chroot/10/ja Created page with "{{RootCmd |links http://distfiles.gentoo.org/releases/amd64/current-stage3/ |tar xvjpf stage3-*.tar.bz2 -C /mnt/mychroot |links http://distfiles.gentoo.org/snapshots/ |tar xvj..."
- 05:01, 18 April 2014 diff hist +112 Chroot/ja Created page with "== 新規インストールのためのシステムファイルとportageツリーの展開 == 新しいインストールを構築し終っているなら、次のステッ..."
- 05:01, 18 April 2014 diff hist +475 N Translations:Chroot/9/ja Created page with "== 新規インストールのためのシステムファイルとportageツリーの展開 == 新しいインストールを構築し終っているなら、次のステッ..."
- 04:54, 18 April 2014 diff hist +54 Chroot/ja Created page with "もしあなたが居るルートディレクトリのサブディレクトリに既にインストールし終わっているのなら上のステップは必要ありませ..."
- 04:54, 18 April 2014 diff hist +180 N Translations:Chroot/8/ja Created page with "もしあなたが居るルートディレクトリのサブディレクトリに既にインストールし終わっているのなら上のステップは必要ありませ..."
- 04:51, 18 April 2014 diff hist +41 Chroot/ja Created page with "DEVICEをあなたが既にインストールしたパーティションに置き替えてください。"
- 04:51, 18 April 2014 diff hist +105 N Translations:Chroot/7/ja Created page with "DEVICEをあなたが既にインストールしたパーティションに置き替えてください。" current
- 04:50, 18 April 2014 diff hist +52 Chroot/ja Created page with "もしパーティションに既にインストールされたシステムをマウントしたい場合は、こうします:"
- 04:50, 18 April 2014 diff hist +127 N Translations:Chroot/5/ja Created page with "もしパーティションに既にインストールされたシステムをマウントしたい場合は、こうします:"
- 04:48, 18 April 2014 diff hist +62 N Translations:Chroot/6/ja Created page with "{{Cmd |mkdir /mnt/mychroot |mount /dev/DEVICE /mnt/mychroot }}"
- 04:48, 18 April 2014 diff hist -2 Chroot/ja
- 04:48, 18 April 2014 diff hist -2 Translations:Chroot/3/ja
- 04:48, 18 April 2014 diff hist +47 N Translations:Chroot/4/ja Created page with "{{Cmd |mkdir /mnt/mychroot |cd /mnt/mychroot }}"