|
|
|
|
@ -76,8 +76,13 @@ NULL
|
|
|
|
|
#define get_parts_and_devices_command "lsblk --noheadings -Jo TYPE,PATH,SIZE,FSTYPE,LABEL,PARTLABEL,MOUNTPOINT,FSUSED,FSUSE% --exclude 7,253"
|
|
|
|
|
|
|
|
|
|
#define AUTOINSTALL_TYPE_INSTALL "AUTOINSTALL[install_type]"
|
|
|
|
|
#define AUTOINSTALL_TYPE_INSTALL_command "ubconfig --source global get [autoinstall] AUTOINSTALL[install_type]"
|
|
|
|
|
|
|
|
|
|
#define AUTOINSTALL_DEVICE "AUTOINSTALL[device]"
|
|
|
|
|
#define AUTOINSTALL_DEVICE_command "ubconfig --source global get [autoinstall] AUTOINSTALL[device]"
|
|
|
|
|
|
|
|
|
|
#define part_parameter "AUTOINSTALL[part]"
|
|
|
|
|
#define part_parameter_command "ubconfig --source global get [autoinstall] AUTOINSTALL[part]"
|
|
|
|
|
|
|
|
|
|
#define user_name_parameter "AUTOINSTALL[user_name]"
|
|
|
|
|
#define user_name_parameter_command "ubconfig --source global get [autoinstall] AUTOINSTALL[user_name]"
|
|
|
|
|
@ -121,9 +126,6 @@ NULL
|
|
|
|
|
|
|
|
|
|
#define open_gparted_command "gparted"
|
|
|
|
|
|
|
|
|
|
#define AUTOINSTALL_TYPE_INSTALL_command "ubconfig --source global get [autoinstall] AUTOINSTALL[install_type]"
|
|
|
|
|
#define AUTOINSTALL_DEVICE_command "ubconfig --source global get [autoinstall] AUTOINSTALL[device]"
|
|
|
|
|
#define part_parameter_command "ubconfig --source global get [autoinstall] AUTOINSTALL[part]"
|
|
|
|
|
|
|
|
|
|
#define PASSWORD_DEFAULT "ublinux"
|
|
|
|
|
|
|
|
|
|
|