This commit is contained in:
brent s. 2016-12-18 03:02:26 -05:00
parent e3e2e0a2db
commit 2db5a8f0f6
2 changed files with 2 additions and 4 deletions

View File

@ -16,7 +16,7 @@ You'll most likely want to https://svwh.dl.sourceforge.net/project/usbwriter/USB

Next, make sure your USB stick is inserted in your computer and https://support.microsoft.com/en-us/help/17418/windows-7-create-format-hard-disk-partition[formatted/"initialized"] already.

CAUTION: Formatting a disk/partition will *destroy* any and all data on that device! Make sure there is nothing on your USB drive you want to keep, as formatting BDisk to it *will* delete any data on it.
WARNING: Formatting a disk/partition will *destroy* any and all data on that device! Make sure there is nothing on your USB drive you want to keep, as formatting BDisk to it *will* delete any data on it.

Now right-click on the USBWriter icon and select *Run as administrator*. You may get a warning pop up asking for permissions for USBWriter. It's safe to click Yes.


View File

@ -19,8 +19,6 @@ Alternatively, you can use https://git-scm.com/[git]. Git most definitely _shoul

TIP: If you're new to git and want to learn more, I highly recommend the book https://git-scm.com/book/en/v2[Pro Git]. It is available for free download (or online reading).

You can use https:

You can clone via https:

`git clone https://git.square-r00t.net/BDisk`
@ -78,4 +76,4 @@ These are optional Python modules:
* https://pypi.python.org/pypi/patch[Patch]
** For branding iPXE environments per your `build.ini`.
* https://pypi.python.org/pypi/pyOpenSSL[PyOpenSSL]
** To set up a PKI when building iPXE; used to create trusted/verified images.
** To set up a PKI when building iPXE; used to create trusted/verified images.