From f219efb41ecaaea59ac06993781938bff2c0ba2f Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 4 Apr 2006 13:50:05 +0000 Subject: [PATCH] Fix /var/log --- commands/scripts/setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index 3027dd43b..52a062f1d 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -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 -- 2.44.0