successful build, UEFI and BIOS working. need to test USB method.

This commit is contained in:
2016-12-01 07:13:24 -05:00
parent 7381cc3d39
commit 4b4cbd0f63
12 changed files with 200 additions and 110 deletions

View File

@@ -44,6 +44,12 @@ uxname = bdisk
; 2.) ASCII *only*
pname = BDisk
; What version is this?
; If we don't have a version specified here, we'll
; try to guess based on the current git commit in build:basedir.
; 0.) No whitespace
ver =
; Your/your organization's name.
; The same rules as 'pname' apply:
; 0.) Can contain whitespace
@@ -206,7 +212,7 @@ basedir = /opt/dev/bdisk
; (The files will be very big!)
; 0.) No whitespace
; 1.) Will be created if it doesn't exist
isodir = ${basedir}/iso
isodir = ${dlpath}/iso
; This is a directory where we should save extra
; source code we download (if we need it).
@@ -217,7 +223,7 @@ srcdir = ${basedir}/extrasrc
; What directory should we use for staging?
; 0.) No whitespace
; 1.) Will be created if it doesn't exist
tempdir = ${basedir}/temp
tempdir = ${dlpath}/temp
; Where should we stage the boot files?
; This should not be the same dir as other options!