Pull master commits #4

Merged
maximstewart merged 16 commits from master into develop 2020-05-02 11:18:57 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 305ece5902 - Show all commits

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