boot: netinit needs to migrate, too

This commit is contained in:
K. Lange 2018-12-03 11:04:06 +09:00
parent 9f9092772a
commit cb80f52ed4
1 changed files with 3 additions and 3 deletions

View File

@ -206,10 +206,10 @@ int kmain() {
}
} else {
strcat(cmdline, DEFAULT_ROOT_CMDLINE);
}
if (_migrate) {
strcat(cmdline, MIGRATE_CMDLINE);
}
if (_migrate) {
strcat(cmdline, MIGRATE_CMDLINE);
}
char * _video_command_line = DEFAULT_VID_CMDLINE;