mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
Reset the default target device as file for custom OS build
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
@@ -3,7 +3,6 @@ BOARD=odroidc4
|
||||
ARCH=arm64
|
||||
DISTRO=focal
|
||||
FLAVOUR=server
|
||||
TARGET_DEVICE=/srv/workspace/odroid-stamper/binary.img
|
||||
DEFAULT_USER=odroid
|
||||
DEFAULT_PASSWD=odroid
|
||||
ALLOW_ROOT_LOGIN=false
|
||||
|
||||
@@ -43,6 +43,8 @@ trap "trap_ctrlc" 2
|
||||
trap "cleanup" 0
|
||||
trap "panic" 1 3 15
|
||||
|
||||
[ "x${TARGET_DEVCIE}" = "x" ] && TARGET_DEVICE=${out_dir}/binary.img
|
||||
|
||||
do_custom_installer ${download_dir} ${out_dir}
|
||||
|
||||
# vim: set ft=sh ts=4 sw=4 expandtab
|
||||
|
||||
Reference in New Issue
Block a user