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