diff options
| author | Manuel Traut <manut@linutronix.de> | 2014-11-07 12:26:10 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2014-11-07 12:26:10 +0100 |
| commit | ecd8f5a7cfb50c6fdba9da9b7cc7d7603b944f1d (patch) | |
| tree | a6b04a874fede2dc8d94212e94c1e5bef9e1dbf7 | |
| parent | 66abaeb80f436576cc0562749480e94d7193856b (diff) | |
lx-trainer-vm: make rfs partition bootable
needed for usb boot on most BIOSes
Signed-off-by: Manuel Traut <manut@linutronix.de>
| -rw-r--r-- | lx-trainer-vm.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lx-trainer-vm.xml b/lx-trainer-vm.xml index 70e779c..fee0fdc 100644 --- a/lx-trainer-vm.xml +++ b/lx-trainer-vm.xml @@ -67,6 +67,7 @@ <partition> <size>remain</size> <label>rfs</label> + <bootable/> </partition> </msdoshd> </images> |
