Fixes for bios emulation (image names)

This commit is contained in:
Ben Gras 2006-04-12 11:32:49 +00:00
parent e860feaa2c
commit 683efbe4c1
2 changed files with 10 additions and 9 deletions

View file

@ -2,18 +2,19 @@
set -e set -e
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
export SHELL=/bin/sh export SHELL=/bin/sh
cd /usr/src || exit 1 cd /usr/src
make etcfiles make etcfiles
su bin -c 'make world install' || exit 1 su bin -c 'make world install'
cd tools || exit 1 cd tools
rm revision rm revision
rm /boot/image/* rm /boot/image/*
make install || exit 1 make install
cp ../boot/boot /boot/boot || exit 1 cp /boot/image/* /boot/image/image # Make big image accessible by this name
cp ../boot/boot /boot/boot
make clean make clean
make image_small || exit 1 make image_small
#cp image_small /boot || exit 1 cp image_small /boot/image
cd /usr/src || exit 1 cd /usr/src
make clean make clean
# Let man find the manpages # Let man find the manpages
su bin -c 'makewhatis /usr/man' su bin -c 'makewhatis /usr/man'

View file

@ -47,7 +47,7 @@ disable=inet
bios_wini=yes bios_wini=yes
bios_remap_first=1 bios_remap_first=1
ramimagedev=c0d7p0s0 ramimagedev=c0d7p0s0
bootbig(1, Regular MINIX 3) { image=/boot/image/image_big; boot } bootbig(1, Regular MINIX 3) { image=/boot/image/image; boot }
bootsmall(2, Small MINIX 3 (<16MB)) {image=/boot/image/image_small; boot } bootsmall(2, Small MINIX 3 (<16MB)) {image=/boot/image/image_small; boot }
main() { trap 10000 boot ; menu; } main() { trap 10000 boot ; menu; }
save' | $RELEASEDIR/usr/bin/edparams $TMPDISK3 save' | $RELEASEDIR/usr/bin/edparams $TMPDISK3