From 0cdbdea6e4d2232d745cfc74c001f257f1d28b7e Mon Sep 17 00:00:00 2001 From: Tai-hwa Liang Date: Wed, 23 Mar 2005 02:51:19 +0000 Subject: [PATCH] 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) --- release/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/release/Makefile b/release/Makefile index 3a01832f5e69..9f35d3d5fbe8 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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