Actions
Feature #10058
closedloader: Add an ISO9660 "partition table" type to loader.
Start date:
2018-12-11
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Update from FreeBSD: https://svnweb.freebsd.org/base?view=revision&revision=332085
When booted via isoboot(8) loader will be handed a disk that simply contains an ISO9660 image. Currently this confuses it greatly. Teach it how to spot that it's in this situation and that ISO9660 has one "partition" covering the whole disk.
Updated by Electric Monk over 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 922a2a1681b0f92b4d65daff3cbcd841293d5778
commit 922a2a1681b0f92b4d65daff3cbcd841293d5778 Author: Toomas Soome <tsoome@me.com> Date: 2018-12-17T21:09:24.000Z 10058 loader: Add an ISO9660 "partition table" type to loader. Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
Actions