我目前正在使用带有Grub2启动加载程序的Linux
有没有办法添加像这样的菜单项
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<table class="table table-bordered" id="dashboard-table">
<thead>
<tr>
<th>Open Date</th>
<th>Name</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
<tr >
<td class="clickable">test</td>
<td class="clickable">test</td>
<td>
<button type="button" class="btn-warning btn-action"
onclick="window.location='@routes.CaseController.editCase(ach_case.id)';">test</button>
</td>
</tr>
</tbody>
</table>
谢谢
答案 0 :(得分:0)
没有。 chromiumos_base_image.bin是使用GPT格式化的完整磁盘映像。一旦Chromium OS启动,它希望磁盘具有特定内容的特定分区。
如果要引导磁盘映像,请使用QEMU / KVM执行此操作。