banana-pi: Don't include arm in the initial debootstrap....

This commit is contained in:
Steev Klimaszewski
2020-07-17 19:49:51 -05:00
parent c408511a16
commit aeb5aec9a7

View File

@@ -96,7 +96,7 @@ fi
# create the rootfs - not much to modify here, except maybe throw in some more packages if you want.
debootstrap --foreign --keyring=/usr/share/keyrings/kali-archive-keyring.gpg --include=kali-archive-keyring \
--components=${components} --include=${arm// /,} --arch ${architecture} ${suite} ${work_dir} http://http.kali.org/kali
--components=${components} --arch ${architecture} ${suite} ${work_dir} http://http.kali.org/kali
# systemd-nspawn enviroment
systemd-nspawn_exec(){