Skip to content

Commit

Permalink
fixed setting append
Browse files Browse the repository at this point in the history
  • Loading branch information
limboemu committed Sep 21, 2021
1 parent b889ec9 commit 77a1c22
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ private void requestFieldChange(MachineProperty property, Object value) {
case INITRD:
getMachine().setInitRd(convertString(property, value));
break;
case APPEND:
getMachine().setAppend(convertString(property, value));
break;
case BOOT_CONFIG:
getMachine().setBootDevice(convertString(property, value));
break;
Expand Down

0 comments on commit 77a1c22

Please sign in to comment.