aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkimg.standard.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts/mkimg.standard.sh: fix typoNatanael Copa2018-06-211-1/+0
|
* scripts/mkimg.standard.sh: use `case ... in`Natanael Copa2018-06-211-3/+6
|
* scripts/mkimg.standard.sh for ppc64le add ibmvscsi moduleMike Sullivan2018-06-211-0/+3
| | | | to avoid race issue during boot and install from cdrom
* scripts/mkimg.standard.sh: add grub to extended efiNatanael Copa2018-06-131-1/+1
| | | | fixes #8879
* scripts/mkimg: shorten volume id of iso imageNatanael Copa2018-06-111-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 s390xNatanael Copa2018-06-071-1/+6
| | | | zipl bootloader not installed yet
* scripts/mkimg: remove -hardened kernel and vanilla isoNatanael Copa2018-03-051-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 descriptionNatanael Copa2017-05-301-0/+16
|
* scripts/mkimg.standard: include curl on extended imageNatanael Copa2017-05-231-1/+1
|
* scripts/mkimg.standard: add zfs and paxmark to extended imageNatanael Copa2017-05-191-2/+3
|
* scripts: add support for ppc64le in vanilla configurationRoberto Oliveira2017-05-111-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 imageWilliam Pitcock2017-04-271-1/+1
|
* scripts/mkimage: preparation for efi boot in iso imagesTimo Teräs2016-11-181-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 scriptsNatanael Copa2016-11-141-0/+0
|
* scripts/mkimg.standard: disable xtables on vanilla and virtNatanael Copa2016-11-141-0/+2
|
* scripts/mkimg.standard.sh: add xtables modules and set nomodesetNatanael Copa2016-11-141-0/+2
|
* scripts/mkimage.sh: scripts to build bootable alpine imagesTimo Teräs2016-11-141-0/+53