User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
gentoo:replace [2026/04/16 09:13] – created willygentoo: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]   rm -rf mnt/$i [chroot]   rm -rf mnt/$i
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]   cp -a /$i mnt/ [chroot]   cp -a /$i mnt/