Bug 100538

Summary: [PATCH] en_US: Correct handbook/install (update the boot disk information)
Product: Documentation Reporter: chinsan <chinsan.tw>
Component: Books & ArticlesAssignee: chinsan <chinsan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
en_US.handbook.install.diff none

Description chinsan 2006-07-19 15:30:17 UTC
 - Chase the change(Revision 1.332)
   The order of install floppies on 4.X is kern.flp -> mfsroot.flp -> kern.flp
		                    5.X(and later) is boot.flp -> kern1.flp -> kern2.flp -> boot.flp
   After Revision 1.332, as far as i know, we removed some 4.X info 
   but not update all related content.

   This patch will chase the chage.

   ( patch URL  http://chinsan2.twbbs.org/chinsan/en_US.handbook.install.diff )

   Thanks. :)
Comment 1 jcamou freebsd_committer freebsd_triage 2006-10-13 15:22:18 UTC
Responsible Changed
From-To: freebsd-doc->jcamou

Grab.
Comment 2 chinsan freebsd_committer freebsd_triage 2007-04-08 11:53:59 UTC
Responsible Changed
From-To: jcamou->chinsan

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-04-09 09:20:33 UTC
chinsan     2007-04-09 08:20:28 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/install chapter.sgml 
  Log:
  - Update the floppy section of installation chapter in Handbook.
  
    NOTE:
    4.X                   5.x and above
    ------------------------------------
    mfsroot.flp           boot.flp
    kern.flp              kern1.flp
                          kern2.flp
  
  PR:             docs/100538
  Submitter:      me
  Approved by:    delphij@ (mentor)
  
  Revision  Changes    Path
  1.347     +8 -12     doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 chinsan freebsd_committer freebsd_triage 2007-04-09 09:23:58 UTC
State Changed
From-To: open->closed

Committed. Thanks.