mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update create_live_usb.md
This commit is contained in:
parent
b3d16199ff
commit
bffc85a044
1 changed files with 2 additions and 1 deletions
|
@ -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
|
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
|
```bash
|
||||||
mkdir live_boot && cd live_boot
|
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.
|
3. A couple of important steps before we chroot.
|
||||||
|
|
Loading…
Add table
Reference in a new issue