ipxe script updated for alpine
This commit is contained in:
parent
678d1bec02
commit
fd319a9342
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Nico Schottelius, 2019-09-20, Seoul, Coffebean, 23:56
|
# Nico Schottelius, 2019-09-20, Seoul, Coffebean, 23:56
|
||||||
# Copying: GPLv3
|
# Copying: GPLv3
|
||||||
|
echo "If you are running alpine, these packages are needed:"
|
||||||
|
echo "apk add alpine-sdk xz-dev"
|
||||||
set -x
|
set -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue