File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,20 @@ SUITE="impish"
1818ENABLE_EXIT=true
1919ENABLE_USER_SETUP=false
2020
21+ additional_setup () {
22+ shout " additional_setup"
23+ run_cmd echo deb http://archive.ubuntu.com/ubuntu/ focal main restricted \> /etc/apt/sources.list
24+ run_cmd echo deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted \> /etc/apt/sources.list
25+ run_cmd echo deb http://archive.ubuntu.com/ubuntu/ focal-updates universe \> /etc/apt/sources.list
26+ run_cmd echo deb-src http://archive.ubuntu.com/ubuntu/ focal-updates universe \> /etc/apt/sources.list
27+ run_cmd echo deb http://archive.ubuntu.com/ubuntu/ focal multiverse \> /etc/apt/sources.list
28+ run_cmd echo deb-src http://archive.ubuntu.com/ubuntu/ focal multiverse \> /etc/apt/sources.list
29+
30+ run_cmd " apt-get update"
31+
32+ install_pkg " lz4 bzip2 gzip bc pv"
33+ }
34+
2135do_debootstrap " ${frn} -arm64" arm64
2236do_compress " ${frn} -arm64"
2337do_debootstrap " ${frn} -armhf" armhf
You can’t perform that action at this time.
0 commit comments