summaryrefslogtreecommitdiff
path: root/upgrade-gentoo
blob: af56971ea4eb558d5934ba6fb1f37c0baea4b3a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/zsh

cd /usr
rsync -avv portage/ portage_/
umount portage
rm portage.squashfs
mv portage_ portage
perl-cleaner --reallyall
python-updater
emaint --check all
emaint --fix all
emerge --sync
emerge -avuDN --with-bdeps y --keep-going world
echo "-------------------------"
read p\?"press enter to continue... "
etc-update
emerge -av --depclean
revdep-rebuild
eclean -d distfiles
localepurge
mksquashfs portage portage.squashfs -comp xz
rm -rf /usr/portage
mkdir /usr/portage
mount portage