From bffc85a0447b52662debe1a06368d3d6d2783db9 Mon Sep 17 00:00:00 2001 From: "kload@kload.fr" Date: Tue, 27 May 2014 21:23:49 +0200 Subject: [PATCH] Update create_live_usb.md --- create_live_usb.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/create_live_usb.md b/create_live_usb.md index 1d246275..9ba1ef45 100644 --- a/create_live_usb.md +++ b/create_live_usb.md @@ -9,9 +9,10 @@ Tested on Debian Wheezy (should work on Ubuntu as well). Original tutorial here: sudo apt-get install debootstrap syslinux squashfs-tools genisoimage memtest86+ rsync ``` -2. Setup the base Debian environment. I am using wheezy for my distribution and i386 for the architecture. Please do change your mirror if you are not in the U.S. or know of a mirror close to you. +2. Setup the base Debian environment. I am using wheezy for my distribution and i386 for the architecture. Please do change your mirror if you are not in the Netherlands or know of a mirror close to you. ```bash mkdir live_boot && cd live_boot +sudo debootstrap --arch=i386 --variant=minbase wheezy chroot http://ftp.nl.debian.org/debian/ ``` 3. A couple of important steps before we chroot.