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
|
|
@ -7,6 +7,7 @@ RUN \
|
|||
ansible \
|
||||
apache2 \
|
||||
build-essential \
|
||||
dosfstools \
|
||||
genisoimage \
|
||||
git \
|
||||
liblzma-dev \
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ netbootxyz_packages:
|
|||
- apache2
|
||||
- binutils-dev
|
||||
- binutils-aarch64-linux-gnu
|
||||
- dosfstools
|
||||
- gcc-aarch64-linux-gnu
|
||||
- build-essential
|
||||
- genisoimage
|
||||
|
|
@ -10,4 +11,4 @@ netbootxyz_packages:
|
|||
- isolinux
|
||||
- liblzma-dev
|
||||
- syslinux
|
||||
- syslinux-common
|
||||
- syslinux-common
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
netbootxyz_packages:
|
||||
- dosfstools
|
||||
- gcc
|
||||
- genisoimage
|
||||
- git
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ netbootxyz_packages:
|
|||
- apache2
|
||||
- binutils-dev
|
||||
- binutils-aarch64-linux-gnu
|
||||
- dosfstools
|
||||
- gcc-aarch64-linux-gnu
|
||||
- build-essential
|
||||
- genisoimage
|
||||
|
|
@ -10,4 +11,4 @@ netbootxyz_packages:
|
|||
- isolinux
|
||||
- liblzma-dev
|
||||
- syslinux
|
||||
- syslinux-common
|
||||
- syslinux-common
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
TYPE=$1
|
||||
|
||||
# Set boot domain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue