15 lines
300 B
Plaintext
15 lines
300 B
Plaintext
Sourced from
|
|
|
|
https://willhaley.com/blog/custom-debian-live-environment/
|
|
|
|
This file contains any updates/modifications for local pathing etc
|
|
|
|
debootstrap \
|
|
--arch=amd64 \
|
|
--variant=minbase \
|
|
buster \
|
|
/subo/Debian-Live/TSYSOfflineRootCA/chroot \
|
|
http://ftp.us.debian.org/debian/
|
|
|
|
|