Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts/mkimg.standard.sh: add rng-tools to the Extended iso | Henrik Riomar | 2019-06-05 | 1 | -1/+1 |
| | |||||
* | scripts/mkimg.standard.sh: include grub-bios on extended image | Natanael Copa | 2019-01-17 | 1 | -1/+1 |
| | |||||
* | scripts/mkimg.standard.sh: remove tcpproxy | Natanael Copa | 2019-01-10 | 1 | -1/+1 |
| | | | | package was moved to unmaintained due to upstream has gone missing | ||||
* | scripts/mkimg.standard.sh: fix typo | Natanael Copa | 2018-06-21 | 1 | -1/+0 |
| | |||||
* | scripts/mkimg.standard.sh: use `case ... in` | Natanael Copa | 2018-06-21 | 1 | -3/+6 |
| | |||||
* | scripts/mkimg.standard.sh for ppc64le add ibmvscsi module | Mike Sullivan | 2018-06-21 | 1 | -0/+3 |
| | | | | to avoid race issue during boot and install from cdrom | ||||
* | scripts/mkimg.standard.sh: add grub to extended efi | Natanael Copa | 2018-06-13 | 1 | -1/+1 |
| | | | | fixes #8879 | ||||
* | scripts/mkimg: shorten volume id of iso image | Natanael Copa | 2018-06-11 | 1 | -0/+5 |
| | | | | | The volume id cannot be longer than 32 bytes so we need to shorten it a bit | ||||
* | scripts/mkimg.standard: build iso image for s390x | Natanael Copa | 2018-06-07 | 1 | -1/+6 |
| | | | | zipl bootloader not installed yet | ||||
* | scripts/mkimg: remove -hardened kernel and vanilla iso | Natanael Copa | 2018-03-05 | 1 | -14/+2 |
| | | | | | | | standard iso is now vanilla kernel so it does not make any sense to have a separata vanilla iso. Also update xen to use vanilla kernel instead of hardened | ||||
* | scripts/mkimg.*: add title and description | Natanael Copa | 2017-05-30 | 1 | -0/+16 |
| | |||||
* | scripts/mkimg.standard: include curl on extended image | Natanael Copa | 2017-05-23 | 1 | -1/+1 |
| | |||||
* | scripts/mkimg.standard: add zfs and paxmark to extended image | Natanael Copa | 2017-05-19 | 1 | -2/+3 |
| | |||||
* | scripts: add support for ppc64le in vanilla configuration | Roberto Oliveira | 2017-05-11 | 1 | -0/+1 |
| | | | | | | | To boot ppc64le we need to use grub with ieee1275 platform. Said that, a new section to support grub ieee1275 was created. Also needed to change xorrisofs command by grub-mkrescue, that is the one used to create a bootable image for power and it is also a wrapper to xorriso. | ||||
* | scripts: pull in hardened image, not grsec image | William Pitcock | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | scripts/mkimage: preparation for efi boot in iso images | Timo Teräs | 2016-11-18 | 1 | -0/+1 |
| | | | | | | | not enabled yet, but uncommenting the grub_mod should enable building of isolinux+grubefi hybrid images. once uefi boot works and is verified on aarch64, we can enable the vanilla iso image (grsec does not support aarch64). | ||||
* | scripts: set execute permissions on scripts | Natanael Copa | 2016-11-14 | 1 | -0/+0 |
| | |||||
* | scripts/mkimg.standard: disable xtables on vanilla and virt | Natanael Copa | 2016-11-14 | 1 | -0/+2 |
| | |||||
* | scripts/mkimg.standard.sh: add xtables modules and set nomodeset | Natanael Copa | 2016-11-14 | 1 | -0/+2 |
| | |||||
* | scripts/mkimage.sh: scripts to build bootable alpine images | Timo Teräs | 2016-11-14 | 1 | -0/+53 |