Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
linux:gentoo [2007/12/16 23:44] 127.0.0.1 external edit |
linux:gentoo [2013/09/19 16:40] (current) |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| Chrooting consists to " | Chrooting consists to " | ||
| - | If your system is on hda6 with a reiserfs file system : | + | If your system is on hda5 with a reiserfs file system, do once: |
| <code bash> | <code bash> | ||
| mount -t reiserfs /dev/hda5 /mnt/gentoo | mount -t reiserfs /dev/hda5 /mnt/gentoo | ||
| + | cp -L / | ||
| mount -t proc none / | mount -t proc none / | ||
| mount -o bind /dev / | mount -o bind /dev / | ||
| + | </ | ||
| + | And for every shell you want to open: | ||
| + | <code bash> | ||
| chroot /mnt/gentoo | chroot /mnt/gentoo | ||
| env-update | env-update | ||
