mirror of
https://github.com/opnsense/src.git
synced 2026-03-24 11:43:11 -04:00
tools/boot/install-boot.sh was assuming that if a device was passed in, it should operate on the current system and run efibootmgr etc. to update the boot manager. However, rootgen.sh passes a md(4) device and not a fixed disk. Add a -u option to install-boot.sh to tell it to update the system in-place and run efibootmgr etc. Also, source install-boot.sh in rootgen.sh to allow it to find and call make_esp_file etc. And pass the loader file to make_esp_file instead of a directory name. Reported by: ian Reviewed by: ian,imp,tsoome Differential Revision: https://reviews.freebsd.org/D19992 |
||
|---|---|---|
| .. | ||
| ci-qemu-test.sh | ||
| install-boot.sh | ||
| lua-img.sh | ||
| lua-lint.sh | ||
| lua-test.sh | ||
| rootgen.sh | ||
| universe.sh | ||