|
@ -294,9 +294,8 @@ echo 'nameserver 1.1.1.1' > /gentoo/etc/resolv.conf |
|
|
echo 'C.UTF8 UTF-8' > /gentoo/etc/locale.gen |
|
|
echo 'C.UTF8 UTF-8' > /gentoo/etc/locale.gen |
|
|
|
|
|
|
|
|
# Optional: Back up the system |
|
|
# Optional: Back up the system |
|
|
env -i chroot /gentoo tar --sort=name -cf /gentoo.tar / |
|
|
tar --sort=name -cf /gentoo.tar -C /gentoo . |
|
|
env -i chroot /gentoo bzip2 -9v /gentoo.tar |
|
|
bzip2 -9v /gentoo.tar |
|
|
mv /gentoo/gentoo.tar.bz2 / |
|
|
|
|
|
|
|
|
|
|
|
# Copy ::gentoo repo and distfiles |
|
|
# Copy ::gentoo repo and distfiles |
|
|
rsync -aP /var/db/repos/ /gentoo/var/db/repos |
|
|
rsync -aP /var/db/repos/ /gentoo/var/db/repos |
|
|