| Summary: | [request] Missing memstick install setup instructions in Handbook | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Luke <lukek> | ||||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Luke
2010-06-03 02:20:03 UTC
State Changed From-To: open->suspended marked suspended awating patches. (This sounds like a good idea to me.) If you use FreeBSD < 8.0 make image http://bsdimp.blogspot.com/2007/10/building-bootable-freebsdi386-images.html, maybe fdisk change at gpart. If use FreeBSD >= 8.0 simple"dd if=8.0-RELEASE-amd64-memstick.img of=/dev/da0 bs=1m". Some flash did not have time to be determined, at startup, must modification system. Hello,
I've submitted a patch to doc@ for comments. The original thread is here:
http://lists.freebsd.org/pipermail/freebsd-doc/2010-July/017383.html
Feedback welcome.
Regards,
--
Glen Barber
Hi, I haven't received as much feedback as I would have liked on the patch I submitted to doc@, so I will put it out in the open with the original PR. Regards, -- Glen Barber The attached patch, discussed on doc@, adds instructions on creating a bootable memory stick installer. -- Glen Barber blackend 2010-08-07 08:53:39 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/install chapter.sgml
Log:
Add pre-installation tasks relative to the USB memstick. Inform the
reader that installation floppies are no longer available for 8.X and
above.
PR: docs/147347 and docs/149230
Patch submitted by: Glen Barber <glen.j.barber@gmail.com>
Revision Changes Path
1.399 +81 -3 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"
State Changed From-To: suspended->closed Thanks. I committed a slightly modified version of Glen's patch. |