aboutsummaryrefslogtreecommitdiff
path: root/tools/boot
Commit message (Expand)AuthorAgeFilesLines
* lualoader: fix lua-lint runKyle Evans2020-12-171-1/+2
* riscv: allow building virtual machine imagesMitchell Horne2020-12-081-0/+1
* Speciy the dev in an easily changed variableWarner Losh2020-09-281-14/+12
* ci-qemu-test.sh: use pkgbaseEd Maste2020-09-051-25/+20
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-251-18/+18
* Spell LOADER correctly so we test lua build.Warner Losh2020-05-011-1/+1
* Catch up to arm/arm and sparc64 removal.Warner Losh2020-05-011-13/+2
* When we have an invalid build option, don't rm -rf the currentWarner Losh2020-05-011-1/+12
* CI: print wired page count on bootEd Maste2020-02-291-1/+2
* ci-qemu-test: if firmware is not available, hint at pkg to installEd Maste2019-09-091-0/+1
* Use makefs -t msdos in make_esp_fileMatt Macy2019-09-031-11/+11
* revert QEMU q35 platform use from r346748Ed Maste2019-04-301-1/+1
* Fix tools/boot/ci-qemu-test.sh and make some improvementsRebecca Cran2019-04-261-4/+5
* For the geli-gpt-zfs test images, both bios and uefi flavors, add a dummyIan Lepore2019-04-251-10/+20
* The zfs module has grown a dependency on zcl_nfs4.ko, so copy it into allIan Lepore2019-04-241-0/+9
* Complain and exit the script if the 'make install' phase fails. Also,Ian Lepore2019-04-241-1/+5
* Fix install-boot.sh and rootgen.sh UEFI bugsRebecca Cran2019-04-242-24/+39
* Put QEMU CI smoke test boot log in /tmp if TMPDIR not setEd Maste2019-04-171-1/+1
* Install some entropy for QEMU CI smoke testEd Maste2019-04-171-0/+3
* Allow this test script to be run from within src/tools/boot dir, and createIan Lepore2019-04-171-41/+84
* Add a smoke test QEMU boot script for CIEd Maste2019-04-101-0/+63
* Rework UEFI ESP generationRebecca Cran2018-12-202-61/+198
* Update lualoader test script a little bitKyle Evans2018-10-251-2/+5
* Following r335259, don't copy boot1 from the running system for sparc64Marius Strobl2018-08-231-2/+0
* also set multicons for testsWarner Losh2018-07-271-1/+2
* Make generated scripts executable.Ian Lepore2018-07-131-0/+7
* More little fixes... fix a function name typo (eps vs esp), and cope withIan Lepore2018-07-131-2/+5
* Revert r336240, which contained unrelated changes accidentally committed.Ian Lepore2018-07-132-15/+5
* More little fixes... fix a function name typo (eps vs esp), and cope withIan Lepore2018-07-132-5/+15
* Wee fix: $dev is passed in to the function with the /dev prefix already inIan Lepore2018-07-121-2/+2
* Small refactor of install-bootWarner Losh2018-07-111-36/+40
* Remove armeb from the list of architectures we build for the bootWarner Losh2018-07-091-2/+2
* Fix the fstab entries for tests that have an efi partition in slice 1 andIan Lepore2018-07-031-2/+2
* Doh! Commit the proper default values, not my local tweaks.Ian Lepore2018-07-021-2/+2
* Move the passphrase and iteration count into variables.Ian Lepore2018-07-021-12/+15
* Allow making just one flavor of boot-test image based on cmdline args.Ian Lepore2018-07-021-45/+31
* Switch to creating UEFI ESPs using loader.efi instead of boot1.efi.Warner Losh2018-06-181-16/+45
* rootgen.sh: complete all profiles except GELI+MBR (not supported)Allan Jude2018-06-172-43/+476
* FreeBSD/amd64 requires 256MiB to boot UEFI, 128MB simply doesn't work.Warner Losh2018-06-171-4/+4
* rootgen.sh: Don't copy various bits of the bootcode from the running systemAllan Jude2018-06-161-8/+0
* Add ZFS+GPT EFI and LEGACY+EFI to rootgen.sh and installboot.shAllan Jude2018-06-092-2/+119
* Change rootgen.sh to use the default ZFS boot environment nameAllan Jude2018-06-091-4/+4
* lua-lint: Hint that try_include is now an accepted globalKyle Evans2018-03-261-1/+1
* lua-lint: Whitelist cli_execute_unparsed as a globalKyle Evans2018-03-071-1/+2
* Add --globals printc to lua-lintKyle Evans2018-03-021-1/+1
* lua-lint: Add note about luacheck in ports, silence warningKyle Evans2018-02-221-3/+3
* Add script for linting stand/lua to tools/boot.Kyle Evans2018-02-221-0/+19
* Add LOADER_DEBUG regression testWarner Losh2018-02-211-0/+9
* lua-test: Image the loader test directory if it doesn't exist yetKyle Evans2018-02-161-1/+4
* Default to /tmp/loadertest for lua test scriptsKyle Evans2018-02-162-2/+3