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 44e299c commit 53f82abCopy full SHA for 53f82ab
patch-alpine-netboot-image-with-zfs.sh
@@ -17,7 +17,7 @@ WORK_DIR=$PWD
17
pwd
18
ls -lh
19
cd iso
20
-tar -xvf alpine-netboot-*.tar.gz
+tar -xvf alpine-zfsnetboot-*.tar.gz
21
cd ./boot
22
23
mkdir patch
@@ -37,6 +37,5 @@ cd ../
37
rm -rf patch
38
39
# Re-tar the netbook image for sending to boot server
40
-tar -cvf alpine-netboot-zfs.tar.gz ./
41
-
+tar -cvf alpine-zfsnetboot.tar.gz ./
42
cd $WORK_DIR
0 commit comments