mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Add dosfstools for efi usb build and set -e
Sets -e to exit on failure
This commit is contained in:
parent
41a1914750
commit
680965720e
5 changed files with 8 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
TYPE=$1
|
||||
|
||||
# Set boot domain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue