Use repo based path for creating fs image
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
BOOTLOADER=$REPO_TOP/sw/bios/bootloader.bin
|
BOOTLOADER=$REPO_TOP/sw/bios/bootloader.bin
|
||||||
FILE=fs.fat
|
FILE=$REPO_TOP/sw/script/fs.fat
|
||||||
|
|
||||||
TMPMOUNT=/tmp/lo
|
TMPMOUNT=/tmp/lo
|
||||||
FSDIR=$REPO_TOP/sw/fsdir
|
FSDIR=$REPO_TOP/sw/fsdir
|
||||||
|
|||||||
Reference in New Issue
Block a user