]> Zhao Yanbai Git Server - minix.git/commitdiff
Let saving random data work again
authorBen Gras <ben@minix3.org>
Fri, 17 Feb 2006 13:11:20 +0000 (13:11 +0000)
committerBen Gras <ben@minix3.org>
Fri, 17 Feb 2006 13:11:20 +0000 (13:11 +0000)
commands/scripts/setup.sh

index a0c4c89d017eaa96e920a043d1f2046599afd07b..cb4b8234136dfc0917d3dff3a34c2691653f4dc1 100755 (executable)
@@ -647,7 +647,7 @@ mount /dev/$usr /mnt/usr || exit 1
 chroot /mnt '/bin/sh /usr/src/commands/scripts/postinstall.sh'
 
 echo "Postinstall script done. Saving random data.."
-dd if=/dev/random of=/mnt/adm/random.dat bs=1024 count=1
+dd if=/dev/random of=/mnt/usr/adm/random.dat bs=1024 count=1
 
 echo "
 Please type 'shutdown' to exit MINIX 3 and enter the boot monitor. At