Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add reproducible build patches to GRUB | John M. Harris, Jr | 2018-06-25 | 1 | -0/+5 |
| | |||||
* | Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash' | Andrew Robbins | 2017-06-23 | 1 | -1/+1 |
| | | | | | This is mainly useful for being able to run these scripts on BSDs. And for users who use a Bash not installed to /bin. | ||||
* | Update GRUB to latest version | Leah Rowe | 2017-04-30 | 1 | -15/+1 |
| | |||||
* | re-add old build system (for x86 boards/utils) | 4 of 7 (Leah Rowe) info@minifree.org | 2017-01-21 | 1 | -0/+71 |
| | | | | Everything will be migrated over to the new build system after release. | ||||
* | Current build system removal | Paul Kocialkowski | 2017-01-15 | 1 | -71/+0 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Change Leah's surname back to Rowe | Leah Rowe | 2016-06-28 | 1 | -1/+1 |
| | |||||
* | Implement SeaGRUB and make it the default payload on all current GRUB boards | Leah Woods | 2016-05-18 | 1 | -1/+5 |
| | |||||
* | reassign Minifree Ltd copyrights back to Minifree director | Leah Woods | 2016-05-06 | 1 | -1/+1 |
| | | | | This time under her chosen name. | ||||
* | reassign copyright from Minifree director to Minifree Ltd | Minifree Ltd | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | Update to GRUB 7f2a856faec951b7ab816880bd26e1e10b17a596 | Francis Rowe | 2016-03-11 | 1 | -1/+1 |
| | |||||
* | download/grub: use http:// if git:// fails | Francis Rowe | 2016-03-07 | 1 | -1/+1 |
| | | | | | | At the time, Savannah had an issue cloning from git:// for GRUB. They probably fixed this already, but http:// worked alternatively. So add a catch that makes it download from http:// if git:// fails | ||||
* | typofix | Francis Rowe | 2016-02-21 | 1 | -1/+1 |
| | |||||
* | Update to latest GRUB | Francis Rowe | 2016-02-21 | 1 | -5/+1 |
| | | | | secfix directory removed (patches merged upstream) | ||||
* | GRUB: fix security issue with password auth (integer underflow) | Francis Rowe | 2015-12-15 | 1 | -0/+4 |
| | |||||
* | GRUB: use sane file names for reproducibility patches | Francis Rowe | 2015-12-06 | 1 | -3/+3 |
| | |||||
* | GRUB: really make it reproducible | Francis Rowe | 2015-12-06 | 1 | -3/+3 |
| | | | | | Use older version of Alexander's patches, for now. Wait until the final versions are merged upstream in GRUB. | ||||
* | Revert "Revert "grub: build reproducibly"" | Francis Rowe | 2015-12-06 | 1 | -0/+5 |
| | | | | This reverts commit 6278d578f6f47ae2d2742b95c99df087a06d0e90. | ||||
* | Revert "grub: build reproducibly" | Francis Rowe | 2015-12-04 | 1 | -5/+0 |
| | | | | This reverts commit 26d16fa5cdc9e351fcb582104cf8c7b3bf9ddaf0. | ||||
* | grub: build reproducibly | Francis Rowe | 2015-12-04 | 1 | -0/+5 |
| | |||||
* | update GRUB | Francis Rowe | 2015-11-30 | 1 | -3/+3 |
| | |||||
* | GRUB2: Cryptomount enhancements: Hotfix | Klemens Nanni | 2015-10-07 | 1 | -0/+2 |
| | |||||
* | GRUB2: Cryptomount enhancements, grub.johnlane.ie | Klemens Nanni | 2015-10-07 | 1 | -0/+7 |
| | |||||
* | Update GRUB | Francis Rowe | 2015-10-07 | 1 | -2/+3 |
| | |||||
* | all scripts: general fixes and clean up | Francis Rowe | 2015-08-30 | 1 | -3/+0 |
| | |||||
* | download/grub: remove dead code | Francis Rowe | 2015-08-29 | 1 | -7/+0 |
| | |||||
* | downloads: don't check sha512 on git/svm downloads | Francis Rowe | 2015-08-29 | 1 | -5/+0 |
| | | | | | Resetting to those commits already implies that they are correct, because git already does integrity checking. | ||||
* | download/grub: verify checksums of downloaded files | Francis Rowe | 2015-07-12 | 1 | -0/+7 |
| | |||||
* | Update GRUB | Francis Rowe | 2015-06-16 | 1 | -6/+1 |
| | | | | vesamenu.c32 patch removed (merged upstream) | ||||
* | all script: use a standard style | Francis Rowe | 2015-06-11 | 1 | -3/+3 |
| | | | | | Based on the style used for the script in resources/scripts/helpers/build/release/ | ||||
* | Replace rm -r with rm -R | Francis Rowe | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | trim a few long lines, eliminate/add trailing newlines for consistency | Joseph Michael Thompson | 2015-04-10 | 1 | -5/+4 |
| | |||||
* | scripts/download/grub: remove old info | Francis Rowe | 2015-03-17 | 1 | -1/+1 |
| | |||||
* | GRUB: add vesamenu.c32 support (fixes tails ISOLINUX menu) | Francis Rowe | 2015-03-17 | 1 | -17/+4 |
| | | | | | | Debian ISOLINUX menu is still broken (syslinux_configfile -i just puts you back to the main screen but with the Debian background). (same issue on gnewsense) | ||||
* | Update GRUB | Francis Rowe | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | bash scripts: Make script output more user-friendly | Francis Rowe | 2015-02-20 | 1 | -2/+2 |
| | |||||
* | bash scripts: Only enable verbose output if DEBUG= is used | Francis Rowe | 2015-02-20 | 1 | -1/+2 |
| | |||||
* | Rename scripts/helpers/fetch to scripts/helpers/download | Francis Rowe | 2015-02-14 | 1 | -0/+78 |