aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* scripts: add rpi2 kernel to armhf releaseCarlo Landmeter2019-04-031-1/+1
| | | | ref #10155
* scripts: add rpi kernels to netboot releaseCarlo Landmeter2019-04-031-0/+2
|
* scripts/mkimg.arm.sh: remove manual (now redundant) clm_blob specTimo Teräs2019-03-221-1/+0
| | | | the scripts have been updated to pick up clm_blobs automatically
* scripts/mkimg.base.sh: replace libressl with opensslNatanael Copa2019-03-041-1/+1
| | | | ref #10042
* scripts/genrootfs.sh: exclude dev/*Natanael Copa2019-02-271-3/+1
| | | | | | exclude /dev/* from minirootfs. https://github.com/gliderlabs/docker-alpine/issues/356
* scripts: generate grub efi for arm except rpiNatanael Copa2019-02-262-3/+5
| | | | add all_video
* scripts/mkimg.arm.sh: create rpi image for armv7Natanael Copa2019-02-261-2/+2
|
* scripts: add armv7 support to imagesOlliver Schinagl2019-02-264-3/+9
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* scripts/genrootfs.sh: make sure root login is disabledNatanael Copa2019-02-221-0/+3
|
* scripts/mkimg.base.sh: include wifi regulatory database in modloopTimo Teräs2019-02-151-1/+1
| | | | ref #9549
* scripts: add modloopfw supportCarlo Landmeter2019-02-152-0/+2
| | | | this is needed for firware which is not automatically detected.
* scripts/bootstrap.sh: build ca-certificates tooalpine-mips-patches2019-02-051-1/+1
|
* mkimage: netboot sign modloopCarlo Landmeter2019-01-281-0/+1
|
* scripts: add modloop signing supportCarlo Landmeter2019-01-271-1/+4
|
* scripts/mkimg.standard.sh: include grub-bios on extended imageNatanael Copa2019-01-171-1/+1
|
* scripts/mkimg.standard.sh: remove tcpproxyNatanael Copa2019-01-101-1/+1
| | | | package was moved to unmaintained due to upstream has gone missing
* scripts/bootstrap.sh: catch up with the openssl switchalpine-mips-patches2018-11-091-2/+2
| | | | | | | Replace libressl with openssl, add libbsd and libtls-standalone (for busybox) but still build libressl for apk-tools. [TT: Remove libressl, it is not needed anymore.]
* scripts/mkimg.base.sh: Fix label to search (grub)Louis2018-10-041-1/+1
| | | | | Alpine ISO are labelled with ${profile_abbrev:-$PROFILE} but grub was only searching for $PROFILE when booting and failed to its rescue shell.
* main/libaio, scripts/bootstrap.sh: cross build libaio as lvm dependencyTimo Teräs2018-08-021-1/+1
|
* main/busybox, scripts/bootstrap: fix bootstrapTimo Teräs2018-08-021-2/+2
| | | | | busybox now requires ssl on the target host. Fix busybox dependency and adjust bootstrap build order accordingly.
* scripts: typo fixesSascha Paunovic2018-07-102-4/+4
|
* scripts/mkimg.arm.sh: fix regressionNatanael Copa2018-06-251-0/+1
|
* scripts: use aports rpi bootloaderCarlo Landmeter2018-06-251-10/+3
|
* scripts/mkimg.arm.sh: fix typoNatanael Copa2018-06-251-1/+1
|
* scripts/mkimg.standard.sh: fix typoNatanael Copa2018-06-211-1/+0
|
* scripts/mkimg.arm.sh: cleanupNatanael Copa2018-06-211-7/+5
| | | | no functional difference but make it clearer what the intention is
* 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: add aarch64 support to rpi profileCarlo Landmeter2018-06-191-24/+47
| | | | | | - removed serial from cmdline. rpi3 has a limited serial interface (used for bluetooth now) and when enabled (enable_uart=1) it will lock the cpu speed to 250Mhz.
* scripts/mkimg, main/s390-tools: create bootable 'standard' iso for s390xTuan M. Hoang2018-06-191-0/+10
|
* scripts/mkimg.arm.sh: update firmware commitNatanael Copa2018-06-131-1/+2
|
* scripts/mkimg.standard.sh: add grub to extended efiNatanael Copa2018-06-131-1/+1
| | | | fixes #8879
* scripts/mkimg.netboot.sh: create symlink to directoryNatanael Copa2018-06-131-1/+2
| | | | | | create a symlink to latest netboot release. This is to make it easy to create urls without version numbers like: http://dl-cdn.alpinelinux.org/alpine/latest-release/releases/x86_64/netboot
* scripts/mkimg.netboot.sh: add armhf, ppc64le and x86Natanael Copa2018-06-121-1/+1
|
* scripts/mkimg: remove ext2 and ext3 featuresNatanael Copa2018-06-122-3/+3
| | | | ext4 module can handle it.
* scripts/mkimg.netboot.sh: tweak initramfs, add aarch64, fix copyNatanael Copa2018-06-121-3/+3
|
* scripts/mkimg.netboot: add dasd and qeth modules for initramfsTuan M. Hoang2018-06-121-0/+1
|
* scripts: Fix kernel name in Xen BIOS bootWilliam Johansson2018-06-111-3/+3
| | | | | | Apply missing changes from f92a41f7329b5e337476e1cf978b198a2592ffc9 Also remove unused variable
* scripts/mkimage: add netboot profileNatanael Copa2018-06-111-0/+23
|
* scripts/mkimg: shorten volume id of iso imageNatanael Copa2018-06-113-2/+8
| | | | | 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: boot Xen via multiboot with GrubWilliam Johansson2018-05-161-7/+18
| | | | | | | | | | If Xen is present and Grub is used, like on UEFI systems, use multiboot2 to load Xen and the dom0 linux kernel. Enable grub modules: * part_gpt: to read files from GPT partitions * multiboot2: to load multiboot2 kernels, like Xen * gzio: to load Xen which is gzip compressed
* scripts/mkimg: use -rational-rock to avoid uid pollutionWilliam Johansson2018-04-171-1/+1
| | | | ISO image should have files owned by root, not leaking the builder uid.
* scripts/bootstrap.sh: Build lzip (required by abuild)Jonathan Neuschäfer2018-03-311-1/+1
| | | | | | | In order to install abuild, lzip needs to be available. Add it to the list of packages built in bootstrap.sh. Fixes: 9674a6492d ("main/abuild: add support for lzip source packages")
* scripts/mkimage.sh: allow --repository multiple timesNatanael Copa2018-03-161-3/+9
| | | | | we dont need --extra-repository anymore but keep it for backwards compatibility
* scripts/bootstrap.sh: Fix a typo ("compiler tripler")Jonathan Neuschäfer2018-03-091-1/+1
|
* scripts/mkimg: remove -hardened kernel and vanilla isoNatanael Copa2018-03-054-27/+7
| | | | | | | 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/bootstrap: update bootstrap depsTimo Teräs2018-02-061-1/+1
| | | | | apk-tools no longer depends on libfetch build-base now depends on file
* scripts/bootstrap.sh: cryptsetup depends on json-c and argon2Daniel Sabogal2018-02-051-1/+2
|
* scripts: fix -vanilla suffix in bootloaders configsNatanael Copa2018-01-191-9/+3
| | | | | | since commit 697e30450e0759967c0e2eb1c6d45f82b82fe884 the vanilla kernel has a flavor suffix on vmlinuz. Adjust the boot loader configs accordingly.