The live CD itself no longer has /stand since a long time ago; however,

there are still a couple of places under src/release such like fixit.profile
assumed that system binary can be retrivied from /stand(ex: boot with the
live CD and run "disklabel -e" in the fixit CD shell).

Since /stand is still functional in fixit floppy, and there are more than
one places in src/release needs to be updated(document for example) if we
want to make use of something like /mnt2/rescue/vi.  This commit try to
deal with aforementioned inconsistency with minimal effort by simply
create a symbolic link to /rescue.

Reviewed by:	jhb, sam (mentor)
This commit is contained in:
Tai-hwa Liang 2005-03-23 02:51:19 +00:00
parent 1bcfab7f56
commit 0cdbdea6e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143999

View File

@ -901,6 +901,7 @@ cdrom.1:
done
@rm -f ${CD_LIVEFS}/.profile
@cp ${.CURDIR}/fixit.profile ${CD_LIVEFS}/.profile
@ln -sf /rescue ${CD_LIVEFS}/stand
.if ${TARGET} != "pc98"
@echo "Setting up CDROM boot area"
@rm -f ${CD_LIVEFS}/boot/loader.conf