Code: Select all
mkdir /hd
mount /dev/sda1 /hdCode: Select all
mkdir /usb
mount /dev/sdb1 /usbthen install/upgrade all packages using the --root option
Code: Select all
spkg --root /hd /usb/salix/*/*.t[xg]zCode: Select all
chroot /hd
lilo -vCode: Select all
slapt-get --upgradeStill might be easier to just go with a new installation.

