Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts/mkimg.arm.sh: cleanup rpi config and update initramfs | Carlo Landmeter | 2019-05-06 | 1 | -2/+2 |
| | | | | | | | - config: remove dwc_otg.lpm_enable as 0 is default - initramfs: remove ext4 f2fs as boot partition needs to be fat32 - initramfs: remove raid and scsi - initramfs: add dhcp and https for netboot when drivers are buildin | ||||
* | scripts/mkimg.arm.sh: fix rpi config.txt | Carlo Landmeter | 2019-05-06 | 1 | -9/+17 |
| | | | | | - remove custom entries - fix armhf to include all boards | ||||
* | scripts: add back rpi kernel to armhf | Carlo Landmeter | 2019-04-23 | 1 | -1/+2 |
| | |||||
* | scripts: add rpi2 kernel to armhf release | Carlo Landmeter | 2019-04-03 | 1 | -1/+1 |
| | | | | ref #10155 | ||||
* | scripts: add rpi kernels to netboot release | Carlo Landmeter | 2019-04-03 | 1 | -0/+2 |
| | |||||
* | scripts/mkimg.arm.sh: remove manual (now redundant) clm_blob spec | Timo Teräs | 2019-03-22 | 1 | -1/+0 |
| | | | | the scripts have been updated to pick up clm_blobs automatically | ||||
* | scripts/mkimg.base.sh: replace libressl with openssl | Natanael Copa | 2019-03-04 | 1 | -1/+1 |
| | | | | ref #10042 | ||||
* | scripts/genrootfs.sh: exclude dev/* | Natanael Copa | 2019-02-27 | 1 | -3/+1 |
| | | | | | | exclude /dev/* from minirootfs. https://github.com/gliderlabs/docker-alpine/issues/356 | ||||
* | scripts: generate grub efi for arm except rpi | Natanael Copa | 2019-02-26 | 2 | -3/+5 |
| | | | | add all_video | ||||
* | scripts/mkimg.arm.sh: create rpi image for armv7 | Natanael Copa | 2019-02-26 | 1 | -2/+2 |
| | |||||
* | scripts: add armv7 support to images | Olliver Schinagl | 2019-02-26 | 4 | -3/+9 |
| | | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> | ||||
* | scripts/genrootfs.sh: make sure root login is disabled | Natanael Copa | 2019-02-22 | 1 | -0/+3 |
| | |||||
* | scripts/mkimg.base.sh: include wifi regulatory database in modloop | Timo Teräs | 2019-02-15 | 1 | -1/+1 |
| | | | | ref #9549 | ||||
* | scripts: add modloopfw support | Carlo Landmeter | 2019-02-15 | 2 | -0/+2 |
| | | | | this is needed for firware which is not automatically detected. | ||||
* | scripts/bootstrap.sh: build ca-certificates too | alpine-mips-patches | 2019-02-05 | 1 | -1/+1 |
| | |||||
* | mkimage: netboot sign modloop | Carlo Landmeter | 2019-01-28 | 1 | -0/+1 |
| | |||||
* | scripts: add modloop signing support | Carlo Landmeter | 2019-01-27 | 1 | -1/+4 |
| | |||||
* | 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/bootstrap.sh: catch up with the openssl switch | alpine-mips-patches | 2018-11-09 | 1 | -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) | Louis | 2018-10-04 | 1 | -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 dependency | Timo Teräs | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | main/busybox, scripts/bootstrap: fix bootstrap | Timo Teräs | 2018-08-02 | 1 | -2/+2 |
| | | | | | busybox now requires ssl on the target host. Fix busybox dependency and adjust bootstrap build order accordingly. | ||||
* | scripts: typo fixes | Sascha Paunovic | 2018-07-10 | 2 | -4/+4 |
| | |||||
* | scripts/mkimg.arm.sh: fix regression | Natanael Copa | 2018-06-25 | 1 | -0/+1 |
| | |||||
* | scripts: use aports rpi bootloader | Carlo Landmeter | 2018-06-25 | 1 | -10/+3 |
| | |||||
* | scripts/mkimg.arm.sh: fix typo | Natanael Copa | 2018-06-25 | 1 | -1/+1 |
| | |||||
* | scripts/mkimg.standard.sh: fix typo | Natanael Copa | 2018-06-21 | 1 | -1/+0 |
| | |||||
* | scripts/mkimg.arm.sh: cleanup | Natanael Copa | 2018-06-21 | 1 | -7/+5 |
| | | | | no functional difference but make it clearer what the intention is | ||||
* | 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: add aarch64 support to rpi profile | Carlo Landmeter | 2018-06-19 | 1 | -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 s390x | Tuan M. Hoang | 2018-06-19 | 1 | -0/+10 |
| | |||||
* | scripts/mkimg.arm.sh: update firmware commit | Natanael Copa | 2018-06-13 | 1 | -1/+2 |
| | |||||
* | scripts/mkimg.standard.sh: add grub to extended efi | Natanael Copa | 2018-06-13 | 1 | -1/+1 |
| | | | | fixes #8879 | ||||
* | scripts/mkimg.netboot.sh: create symlink to directory | Natanael Copa | 2018-06-13 | 1 | -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 x86 | Natanael Copa | 2018-06-12 | 1 | -1/+1 |
| | |||||
* | scripts/mkimg: remove ext2 and ext3 features | Natanael Copa | 2018-06-12 | 2 | -3/+3 |
| | | | | ext4 module can handle it. | ||||
* | scripts/mkimg.netboot.sh: tweak initramfs, add aarch64, fix copy | Natanael Copa | 2018-06-12 | 1 | -3/+3 |
| | |||||
* | scripts/mkimg.netboot: add dasd and qeth modules for initramfs | Tuan M. Hoang | 2018-06-12 | 1 | -0/+1 |
| | |||||
* | scripts: Fix kernel name in Xen BIOS boot | William Johansson | 2018-06-11 | 1 | -3/+3 |
| | | | | | | Apply missing changes from f92a41f7329b5e337476e1cf978b198a2592ffc9 Also remove unused variable | ||||
* | scripts/mkimage: add netboot profile | Natanael Copa | 2018-06-11 | 1 | -0/+23 |
| | |||||
* | scripts/mkimg: shorten volume id of iso image | Natanael Copa | 2018-06-11 | 3 | -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 s390x | Natanael Copa | 2018-06-07 | 1 | -1/+6 |
| | | | | zipl bootloader not installed yet | ||||
* | scripts/mkimg: boot Xen via multiboot with Grub | William Johansson | 2018-05-16 | 1 | -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 pollution | William Johansson | 2018-04-17 | 1 | -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äfer | 2018-03-31 | 1 | -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 times | Natanael Copa | 2018-03-16 | 1 | -3/+9 |
| | | | | | we dont need --extra-repository anymore but keep it for backwards compatibility | ||||
* | scripts/bootstrap.sh: Fix a typo ("compiler tripler") | Jonathan Neuschäfer | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | scripts/mkimg: remove -hardened kernel and vanilla iso | Natanael Copa | 2018-03-05 | 4 | -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 |