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 e25b5fd commit d48de17Copy full SHA for d48de17
scripts/install-bootstrap.sh
@@ -3,11 +3,11 @@
3
# unpack alpine bootstrap
4
mkdir bootstrap
5
cd bootstrap
6
-cat ../rootfs.tar.xz | ../minitar
+cat ../rootfs.tar.xz | ../root/bin/minitar
7
cd ..
8
9
# include resolv.conf
10
echo "nameserver 8.8.8.8 \
11
nameserver 8.8.4.4" > bootstrap/etc/resolv.conf
12
13
-echo "bootstrap ready, run with run-bootstrap.sh"
+echo "bootstrap ready, run with run-bootstrap.sh"
0 commit comments