Update Chroot_Distro_Build.txt

This commit is contained in:
Maxim 2018-07-28 00:07:19 -05:00 committed by GitHub
parent f4ce526cb9
commit 305ece5902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@ Xephyr -resizeable -screen 1920x1080 :10
## BUILDING FROM AN DEBOOTSTRAP
## same location as iso/
sudo debootstrap --variant=buildd <code name such as vivid> <chroot path> http://archive.ubuntu.com/ubuntu/
sudo debootstrap --components=main,contrib,nonfree --variant=minbase --include=linux-generic,grub-pc,nano,ssh \
--arch=amd64 bionic ./<local dir> http://archive.ubuntu.com/ubuntu/ ## URL is optional or userd for non host target types
OR
sudo debootstrap --arch=amd64 vivid squashfs-root/ ## For 32bit use --arch=i386