*** empty log message ***

This commit is contained in:
Ben Gras 2006-03-16 13:38:47 +00:00
parent 35778a97ca
commit af189061a8

View file

@ -641,11 +641,11 @@ echo "Install is done. Running postinstall script.."
# Now chroot-mount the new system and run the postinstall script
umount /dev/$usr || exit 1
umount /dev/${cddrive}p2
umount ${cddrive}p2
mount /dev/$root /mnt || exit 1
mount /dev/$usr /mnt/usr || exit 1
chroot /mnt '/bin/sh /usr/src/commands/scripts/postinstall.sh'
mount -r /dev/${cddrive}p2 /usr
mount -r ${cddrive}p2 /usr
echo "Postinstall script done. Saving random data.."
dd if=/dev/random of=/mnt/usr/adm/random.dat bs=1024 count=1