Install setup in /bin
This commit is contained in:
parent
7fc4f837bb
commit
05915b5c5f
2 changed files with 5 additions and 5 deletions
|
@ -38,7 +38,7 @@ usr: \
|
|||
/usr/bin/makewhatis \
|
||||
/usr/bin/mkdep \
|
||||
/usr/bin/mkdist \
|
||||
/usr/bin/setup \
|
||||
/bin/setup \
|
||||
/usr/bin/binsizes \
|
||||
/usr/bin/rotate \
|
||||
/usr/bin/floppysetup \
|
||||
|
@ -133,7 +133,7 @@ clean:
|
|||
/usr/bin/rotate: rotate.sh
|
||||
install -m 755 -c -o bin $? $@
|
||||
|
||||
/usr/bin/setup: setup.sh
|
||||
/bin/setup: setup.sh
|
||||
install -m 755 -c -o bin $? $@
|
||||
|
||||
/usr/bin/binsizes: binsizes.sh
|
||||
|
|
|
@ -637,6 +637,9 @@ then if mount /dev/$home /home 2>/dev/null
|
|||
fi
|
||||
fi
|
||||
|
||||
echo "Saving random data.."
|
||||
dd if=/dev/random of=/mnt/usr/adm/random.dat bs=1024 count=1
|
||||
|
||||
# Now chroot-mount the new system and run the postinstall script
|
||||
umount /dev/$usr || exit 1
|
||||
if umount ${cddrive}p2
|
||||
|
@ -650,9 +653,6 @@ then
|
|||
else echo "Skipping post-install."
|
||||
fi
|
||||
|
||||
echo "Saving random data.."
|
||||
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
|
||||
the boot monitor prompt, type 'boot $bios', where X is the bios drive
|
||||
|
|
Loading…
Reference in a new issue