We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fa364 commit 5dde29aCopy full SHA for 5dde29a
simpleimage/make_rootfs.sh
@@ -110,8 +110,6 @@ deboostrap_rootfs() {
110
bsdtar --include ./usr/share/keyrings/$KR --strip-components 4 -xvf "$DATA"
111
rm -f "$DATA"
112
113
- apt-get -y install debootstrap qemu-user-static
114
-
115
qemu-debootstrap --arch=arm64 --keyring=$TEMP/$KR $dist rootfs http://httpredir.debian.org/debian
116
rm -f $KR
117
@@ -151,8 +149,6 @@ suite=stretch
151
149
packages=netbase net-tools ethtool iproute iputils-ping ifupdown dhcpcd5 firmware-brcm80211 wpasupplicant ssh avahi-daemon ntp wireless-tools
152
150
EOF
153
154
- apt-get install -y multistrap qemu-user-static
155
156
multistrap -a arm64 -d rootfs -f multistrap.conf
157
158
# keeping things clean as this is copied later again
0 commit comments