|
|
|
|
@ -121,7 +121,7 @@ void me_thread(string cmd);
|
|
|
|
|
#define global_load "ubconfig --default --source global get boot"
|
|
|
|
|
#define system_load "ubconfig --default --source system get boot"
|
|
|
|
|
#define all_save "ubconfig --noexecute set boot "
|
|
|
|
|
#define all_remove "ubconfig --noexecute set/remove boot "
|
|
|
|
|
#define all_remove "ubconfig --noexecute remove boot "
|
|
|
|
|
#define global_save "ubconfig --target global --noexecute set boot "
|
|
|
|
|
#define system_save "ubconfig --target system --noexecute set boot "
|
|
|
|
|
#define global_remove "ubconfig --target global --noexecute remove boot "
|
|
|
|
|
|