From 9e2ec8d71ccc29cd66487efd023468c637d4a490 Mon Sep 17 00:00:00 2001 From: Marcos Vallim Date: Sat, 29 Jun 2019 21:12:15 -0300 Subject: [PATCH] Update documentation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 70ed5ab..0233e06 100644 --- a/README.md +++ b/README.md @@ -552,3 +552,10 @@ sudo umount $HOME/live-ubuntu-from-scratch/chroot/run /boot/grub/bios.img=isolinux/bios.img \ /EFI/efiboot.img=isolinux/efiboot.img ``` + +## Make a bootable USB image + +It is simple and easy, using "dd" +``` +dd if=ubuntu-from-scratch.iso of= bs=4M ; sync +``` \ No newline at end of file