Skip to content

Commit 5dde29a

Browse files
author
Thomas Kaiser
authored
Removed 'apt install' invocations on build host
1 parent 48fa364 commit 5dde29a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

simpleimage/make_rootfs.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ deboostrap_rootfs() {
110110
bsdtar --include ./usr/share/keyrings/$KR --strip-components 4 -xvf "$DATA"
111111
rm -f "$DATA"
112112

113-
apt-get -y install debootstrap qemu-user-static
114-
115113
qemu-debootstrap --arch=arm64 --keyring=$TEMP/$KR $dist rootfs http://httpredir.debian.org/debian
116114
rm -f $KR
117115

@@ -151,8 +149,6 @@ suite=stretch
151149
packages=netbase net-tools ethtool iproute iputils-ping ifupdown dhcpcd5 firmware-brcm80211 wpasupplicant ssh avahi-daemon ntp wireless-tools
152150
EOF
153151

154-
apt-get install -y multistrap qemu-user-static
155-
156152
multistrap -a arm64 -d rootfs -f multistrap.conf
157153

158154
# keeping things clean as this is copied later again

0 commit comments

Comments
 (0)