Skip to content

Commit 6d069c6

Browse files
more deb repos
1 parent e0a0d01 commit 6d069c6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

build-impish-raw.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ SUITE="impish"
1818
ENABLE_EXIT=true
1919
ENABLE_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+
2135
do_debootstrap "${frn}-arm64" arm64
2236
do_compress "${frn}-arm64"
2337
do_debootstrap "${frn}-armhf" armhf

0 commit comments

Comments
 (0)