Bug 20919

Summary: bug in INSTALL.TXT
Product: Documentation Reporter: amagai <amagai>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description amagai 2000-08-29 06:30:01 UTC
	/usr/src/release/texts/(alpha|i386)/INSTALL.TXT
	Chapter "1.1     Installing from a network CDROM"
	It says,
        first:    mount CDROM to /cdrom
		  and add ftp:*:99:99::0:0:FTP:/cdrom:/sbin/nologin
        then 	  specify URL ftp://<machine with CDROM drive> in
		  ftp sites menu.

	But, install program add "Release Name" (ex. 4.1-RELEASE) to
	the end of the URL, so installer cannot find "Release Name"
	directory, and install procedure is failed.

Fix: 

fix doc
	or before FTP install, change Release Name to "."
	  (Main Manu -> Options -> Release Name)
	or create symbolic link "Release Name" -> . at the CDROM root.

Thank you.
How-To-Repeat: 
	following INSTALL.TXT
Comment 1 jkh freebsd_committer freebsd_triage 2000-09-22 17:53:08 UTC
State Changed
From-To: open->closed

This should work now as part of the changes billf made to the 
ftp search code.