From dfdef6a0575768cf02037786c153411add93d3da Mon Sep 17 00:00:00 2001 From: Anduin Xue Date: Sat, 21 Dec 2024 04:48:28 +0000 Subject: [PATCH] Update README.md to get faster USB burn speed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e62df14..c4dea4b 100644 --- a/README.md +++ b/README.md @@ -760,7 +760,7 @@ After everything has been installed and preconfigured in the **chrooted** enviro It is simple and easy, using "dd" ```shell -sudo dd if=ubuntu-from-scratch.iso of= status=progress oflag=sync +sudo dd if=ubuntu-from-scratch.iso of= status=progress oflag=sync bs=4M ``` ## Summary