Actions
Bug #8142
closedBug #8133: bootadm: is_ramdisk test is not functional
bootadm: get_boot_cap() should test for both 32-bit and 64-bit kernel
Start date:
2017-05-01
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
The install media can support both 64 and 32 bit boot by using boot archive as ramdisk image. However, to save the memory, the ramdisk is only having either 32- or 64-bit kernel files. To avoid error message about missing unix, we should try both variants here and only complain if neither is found. Since the 64-bit systems are more common, we would start from amd64.
Updated by Electric Monk about 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 719db50f9baba455978a31987e3e235ebd8a1592
commit 719db50f9baba455978a31987e3e235ebd8a1592 Author: Toomas Soome <tsoome@me.com> Date: 2017-05-03T17:14:38.000Z 8142 bootadm: get_boot_cap() should test for both 32-bit and 64-bit kernel Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions