Fix /var/log

This commit is contained in:
Ben Gras 2006-04-04 13:50:05 +00:00
parent ea398f994a
commit f219efb41e

View file

@ -582,6 +582,10 @@ mount /dev/$root /mnt >/dev/null || exit
# Running from the installation CD.
cpdir -vx / /mnt | progressbar "$ROOTFILES" || exit
# Fix /var/log
rm /mnt/var/log
ln -s /usr/log /mnt/var/log
if [ -n "$driver" ]
then echo "eth0 $driver 0 { default; };" >/mnt/etc/inet.conf
fi