From 737b3be5beb645a4d0661adbe63e993c51c2c3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81?= Date: Mon, 25 Sep 2017 17:53:34 +0800 Subject: [PATCH 1/2] docs: Add WoeUSB as an alternative tool to burn Windows USB images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit By far WoeUSB is one of the few applications that support Windows image and runs on GNU/Linux so I assume it is worth to mention it. Additional line wrapping is made to comply to the code conventions. Signed-off-by: 林博仁 --- docs/USER-DOCUMENTATION.md | 3 ++- lib/shared/messages.js | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/USER-DOCUMENTATION.md b/docs/USER-DOCUMENTATION.md index b13a525a..22f90c95 100644 --- a/docs/USER-DOCUMENTATION.md +++ b/docs/USER-DOCUMENTATION.md @@ -15,7 +15,7 @@ images, usually available from the image publishers themselves. Images known to require special treatment: - Microsoft Windows (use [Windows USB/DVD Download Tool][windows-usb-tool], or - [Rufus][rufus]). + [Rufus][rufus], or [WoeUSB][woeusb]). - Windows 10 IoT (use the [Windows 10 IoT Core Dashboard][windows-iot-dashboard]) @@ -224,3 +224,4 @@ platforms. [rufus]: https://rufus.akeo.ie [unetbootin]: https://unetbootin.github.io [windows-iot-dashboard]: https://developer.microsoft.com/en-us/windows/iot/downloads +[woeusb]: https://github.com/slacka/WoeUSB diff --git a/lib/shared/messages.js b/lib/shared/messages.js index 45a50907..74535022 100644 --- a/lib/shared/messages.js +++ b/lib/shared/messages.js @@ -60,7 +60,9 @@ module.exports = { 'It looks like you are trying to burn a Windows image.\n\n', 'Unlike other images, Windows images require special processing to be made bootable.', 'We suggest you use a tool specially designed for this purpose, such as', - 'Rufus (Windows) or Boot Camp Assistant (macOS).' + 'Rufus (Windows),', + 'WoeUSB (Linux),', + 'or Boot Camp Assistant (macOS).' ].join(' ')), missingPartitionTable: _.template([ From 3249af4eaa92d18f8fe088b2f04de22775f71067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-Ren=20Lin=29?= Date: Thu, 28 Dec 2017 20:25:16 +0800 Subject: [PATCH 2/2] docs: Add WoeUSB as an alternative tool to burn Windows USB images(2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Performing requested change, this commit is supposed to be squashed with the previous one. Signed-off-by: 林博仁 --- docs/USER-DOCUMENTATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/USER-DOCUMENTATION.md b/docs/USER-DOCUMENTATION.md index 22f90c95..ec62dc74 100644 --- a/docs/USER-DOCUMENTATION.md +++ b/docs/USER-DOCUMENTATION.md @@ -14,7 +14,7 @@ images, usually available from the image publishers themselves. Images known to require special treatment: -- Microsoft Windows (use [Windows USB/DVD Download Tool][windows-usb-tool], or +- Microsoft Windows (use [Windows USB/DVD Download Tool][windows-usb-tool], [Rufus][rufus], or [WoeUSB][woeusb]). - Windows 10 IoT (use the [Windows 10 IoT Core Dashboard][windows-iot-dashboard])