Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| gentoo:replace [2026/04/16 09:13] – created willy | gentoo:replace [2026/04/17 15:55] (current) – willy | ||
|---|---|---|---|
| Line 55: | Line 55: | ||
| Remove the old linux: | Remove the old linux: | ||
| <code bash> | <code bash> | ||
| - | [chroot ]for i in bin etc home lib lib64 media opt root sbin usr srv var | + | [chroot] for i in bin etc home lib lib64 media opt root sbin usr srv var |
| [chroot] do | [chroot] do | ||
| [chroot] | [chroot] | ||
| Line 67: | Line 67: | ||
| Time to copy the Gentoo chroot in place of the original Linux that we deleted: | Time to copy the Gentoo chroot in place of the original Linux that we deleted: | ||
| <code bash> | <code bash> | ||
| - | [chroot ]for i in bin etc home lib lib64 media opt root sbin usr var | + | [chroot] for i in bin etc home lib lib64 media opt root sbin usr var |
| [chroot] do | [chroot] do | ||
| [chroot] | [chroot] | ||