Minor fix
This commit is contained in:
parent
f88e342ff2
commit
b51ea56819
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ CONFIG_VARS='
|
|||
ROOTFS_NAME
|
||||
DISK_PASSWD
|
||||
UNLOCKING_USERHOST
|
||||
SERIAL_CONSOLE
|
||||
IP_ADDRESS
|
||||
NETMASK
|
||||
ADD_ALL_MODS
|
||||
|
|
@ -587,6 +588,9 @@ _update_state_from_config_vars() {
|
|||
[ "$UNLOCKING_USERHOST" -a "$cUNLOCKING_USERHOST" != "$UNLOCKING_USERHOST" ] && {
|
||||
cfgvar_changed+=' UNLOCKING_USERHOST' target_configured='n'
|
||||
}
|
||||
[ "$cSERIAL_CONSOLE" != "$SERIAL_CONSOLE" ] && {
|
||||
cfgvar_changed+=' SERIAL_CONSOLE' target_configured='n'
|
||||
}
|
||||
[ $cIP_ADDRESS != $IP_ADDRESS ] && cfgvar_changed+=' IP_ADDRESS' target_configured='n'
|
||||
[ "$cNETMASK" != "$NETMASK" ] && cfgvar_changed+=' NETMASK' target_configured='n'
|
||||
[ "$cADD_ALL_MODS" != "$ADD_ALL_MODS" ] && cfgvar_changed+=' ADD_ALL_MODS' target_configured='n'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue