Let saving random data work again
This commit is contained in:
parent
151401bcb4
commit
77b0252796
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue