]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix /var/log
authorBen Gras <ben@minix3.org>
Tue, 4 Apr 2006 13:50:05 +0000 (13:50 +0000)
committerBen Gras <ben@minix3.org>
Tue, 4 Apr 2006 13:50:05 +0000 (13:50 +0000)
commands/scripts/setup.sh

index 3027dd43b3e85fe743f156d413e556e30e016cb7..52a062f1d8dd7452ab8b18d0374b851d41db973d 100755 (executable)
@@ -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