Skip to content

Commit

Permalink
Released version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MouettE-SC committed Nov 20, 2020
1 parent 3d4c46b commit 095a60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mkdir /mnt/target
```
- Debootstrap stretch:
```
debootstrap --arch=armel buster /mnt/target
debootstrap --arch=armel buster /mnt/target http://deb.debian.org/debian
```
- Mount the kernel filesystems:
```
Expand Down Expand Up @@ -179,7 +179,7 @@ umount /mnt/target/proc

- Download and extract the first-boot release tarball into target:
```
wget -O/mnt/target/first-boot.txz https://github.com/Excito/buster-image/releases/download/v1.0/first-boot-1.0.txz
wget -O/mnt/target/first-boot.txz https://github.com/Excito/buster-image/releases/download/v1.1/first-boot-1.1.txz
( cd /mnt/target; tar -xvf first-boot.txz )
rm /mnt/target/first-boot.txz
```
Expand Down

0 comments on commit 095a60f

Please sign in to comment.