From 095a60f69d9cc256fe7ea28ebb8d693b4dc606cf Mon Sep 17 00:00:00 2001 From: Charles Leclerc Date: Fri, 20 Nov 2020 14:27:04 -0500 Subject: [PATCH] Released version 1.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 285e9f3..385f47e 100644 --- a/README.md +++ b/README.md @@ -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: ``` @@ -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 ```