Skip to content

Commit aa15504

Browse files
committed
dir patch-alpine-netboot-image-with-zfs.sh
1 parent f19a1a1 commit aa15504

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

patch-alpine-netboot-image-with-zfs.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ set -x
1313
# Force a wait for interfaces to come up
1414
# on slow switches
1515

16-
tar -xvf alpine-netboot-*.tar.gz
17-
1816
WORK_DIR=$PWD
19-
cd iso/boot
17+
pwd
18+
ls -lh
19+
cd iso
20+
tar -xvf alpine-netboot-*.tar.gz
21+
cd ./boot
2022

2123
mkdir patch
2224

0 commit comments

Comments
 (0)