summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravatar <avatar@FreeBSD.org>2005-03-23 02:51:19 +0000
committeravatar <avatar@FreeBSD.org>2005-03-23 02:51:19 +0000
commitac3022cbb0f096a105574fb92fde0b0706763ce0 (patch)
tree64696ea925979edb935ec0509ebda35e822efc37
parent26774156e715664e073c718c5a85ccdff1137db4 (diff)
downloadFreeBSD-src-ac3022cbb0f096a105574fb92fde0b0706763ce0.zip
FreeBSD-src-ac3022cbb0f096a105574fb92fde0b0706763ce0.tar.gz
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)
-rw-r--r--release/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index 3a01832..9f35d3d 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
OpenPOWER on IntegriCloud