Skip to content

Commit 53f82ab

Browse files
Update patch-alpine-netboot-image-with-zfs.sh
1 parent 44e299c commit 53f82ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORK_DIR=$PWD
1717
pwd
1818
ls -lh
1919
cd iso
20-
tar -xvf alpine-netboot-*.tar.gz
20+
tar -xvf alpine-zfsnetboot-*.tar.gz
2121
cd ./boot
2222

2323
mkdir patch
@@ -37,6 +37,5 @@ cd ../
3737
rm -rf patch
3838

3939
# Re-tar the netbook image for sending to boot server
40-
tar -cvf alpine-netboot-zfs.tar.gz ./
41-
40+
tar -cvf alpine-zfsnetboot.tar.gz ./
4241
cd $WORK_DIR

0 commit comments

Comments
 (0)