File tree Expand file tree Collapse file tree 5 files changed +18
-53
lines changed
x86_64/kms/overlay/etc/ssh Expand file tree Collapse file tree 5 files changed +18
-53
lines changed Original file line number Diff line number Diff line change 11APPLY_CONFIGS ?= false
22CLEAN_AFTER_BUILD ?= false
33ENV_FILES ?= "x86_64.json"
4- EXIT_AFTER_BUILD ?= false
4+ EXIT_AFTER_BUILD ?= true
55NO_BUILD ?= false
66VERBOSE ?= false
77TARGET ?= x86_64_kms
1818 @printf " \tTARGET: Specify the target of which to run menuconfig. Default: x86_64_kms\n"
1919 @printf " \n"
2020 @printf " Targets:\n"
21- @printf " \tbuild: build the docker container.\n"
21+ @printf " \tbuild-docker: build the docker container.\n"
22+ @printf " \tbuild: build the image"
2223 @printf " \tdown: Stop the dodcker container.\n"
2324 @printf " \tkill: kill the docker container forcefully.\n"
2425 @printf " \tmenuconfig: run menuconfig on a given target. Default: x86_64_kms\n"
3031 @printf " x64-run: Run the x64 virtual image. Requires virbr0 and /dev/kvm to exist."
3132 @printf " \n\n"
3233
34+ .PHONY : build-docker
35+ build-docker :
36+ @docker compose build
37+
3338.PHONY : build
3439build :
35- @docker compose build
40+ APPLY_CONFIGS=${APPLY_CONFIGS} \
41+ VERBOSE=${VERBOSE} \
42+ ENV_FILES=${ENV_FILES} \
43+ EXIT_AFTER_BUILD=${EXIT_AFTER_BUILD} \
44+ NO_BUILD=${NO_BUILD} \
45+ CLEAN_AFTER_BUILD=${CLEAN_AFTER_BUILD} \
46+ docker compose up --abort-on-container-exit
3647
3748.PHONY : down
3849down :
Original file line number Diff line number Diff line change 11{
22 "environment" : [{
33 "buildroot_dir_name" : " buildroot" ,
4- "exit_after_build" : false ,
4+ "exit_after_build" : true ,
55 "update_buildroot" : false ,
66 "user" : " br-user"
77 }],
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ cursor_directory = "/data/retroarch/database/databases/cursors"
3030dynamic_wallpapers_directory = " /data/retroarch/wallpapers/dynamic"
3131input_remapping_directory = " /data/retroarch/config/remaps"
3232joypad_autoconfig_dir = " /data/retroarch/config/autoconfig"
33- libretro_directory = " /data/retroarch/cores/ "
34- libretro_info_path = " /data/retroarch/info/ "
33+ libretro_directory = " /data/retroarch/cores"
34+ libretro_info_path = " /data/retroarch/info"
3535log_dir = " /data/retroarch/logs"
3636osk_overlay_directory = " /data/retroarch/config/overlays/keyboards"
3737overlay_directory = " /data/retroarch/config/overlay"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ AuthorizedKeysFile /data/ssh/authorized_keys
1010PasswordAuthentication yes
1111PermitEmptyPasswords yes
1212ChallengeResponseAuthentication no
13- UsePAM yes
13+
1414X11Forwarding no
1515UseDNS no
1616AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments