Re: Katastrophic Koala upgrade - system completely borked...
Simplified but correct. Go for it.
Simplified but correct. Go for it.
sudo dpkg --configure -a
sudo aptitude update
sudo dpkg --configure -a
sudo aptitude dist-uprgade
dpkg --configure -a > config.out 2>&1
dpkg --configure -a | tee config.out 2>&1
mount -o bind /dev /portable/dev mount -o bind /proc /portable/proc mount -o bind /tmp /portable/tmp mount -o bind /sys /portable/sys mount -o bind /dev/pts /portable/dev/pts
Comment