Also handle cases where non-default bootloaders are being used
which causes kernel.bootfile to be "/kernel". In those cases, assume
the default bootfile location.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 23717 Build 22680: arc lint + arc unit
Event Timeline
Comment Actions
rS345550 changed the default value of kern.bootfile to /boot/kernel/kernel. You may need to adjust this patch slightly to compensate for that.
Comment Actions
Other than fixing the misleading comments, I understand why we're doing this, and it looks good.
usr.sbin/freebsd-update/freebsd-update.sh | ||
---|---|---|
693–698 | In -current this is now correct, so the comment should be updated to reflect that we're doing this for old kernels that don't have the fix yet. |
Comment Actions
Remove diff junk ...
- Ensure kernel.bootfile is really a file
- Update comments to reflect rS345550