Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts/mkimg.netboot.sh: make initramfs readable | Natanael Copa | 2019-12-24 | 1 | -0/+2 |
| | | | | | | | we hardened the read permissions in 27b8dc5bd034 (main/mkinitfs: fix permissions of initramfs) this broke netboot. ref #11071 | ||||
* | scripts/mkimg.arm.sh: fix boot config for armv7 rpi4 | Natanael Copa | 2019-12-18 | 1 | -3/+3 |
| | | | | We dont have rpi4 kernel for armhf but we have it for armv7. | ||||
* | scripts/mkimg.netboot.sh: fix kernels for armhf | Natanael Copa | 2019-12-16 | 1 | -1/+4 |
| | | | | there are no linux-lts kernel for armhf | ||||
* | scripts/mkimg.arm.sh: fix boot config for 64bit rpi | Natanael Copa | 2019-12-16 | 1 | -2/+5 |
| | | | | fixes #11031 | ||||
* | scripts/mkimg.base.sh: change to dtbs-$flavor dir name | Milan P. Stanić | 2019-12-16 | 1 | -1/+1 |
| | | | | | | | | with change to linux-lts as current default kernel dir for dtbs is changed to /boot/dtbs-$_f and this commit change it to new one DEVICETREEDIR in extlinux.conf for u-boot is changed to FDTDIR to follow documentation in u-boot (upstream) | ||||
* | scripts/mkimg.arm.sh: add rpi4 support | Natanael Copa | 2019-12-13 | 1 | -3/+13 |
| | | | | ref #10789 | ||||
* | scripts/mkimg.standard.sh: add standard aarch64 iso | Natanael Copa | 2019-12-06 | 1 | -2/+2 |
| | | | | users should be able to boot it with efi | ||||
* | scripts: drop armhf uboot image | Natanael Copa | 2019-12-06 | 1 | -2/+2 |
| | | | | we dont ship an armv6 kernel. | ||||
* | scripts: remove openvswitch and rename hwdata | Natanael Copa | 2019-12-06 | 2 | -3/+3 |
| | | | | | hwdata was renamed to hwids remove openvswitch due to it was move to community | ||||
* | scripts: replace -vanilla kernel with -lts | Natanael Copa | 2019-12-06 | 4 | -6/+6 |
| | | | | also add doas to extended image | ||||
* | scripts/mkimg.base.sh: use linux-lts by default | Natanael Copa | 2019-12-06 | 1 | -1/+1 |
| | |||||
* | bootstrap: use mpfr4 not mpfr3 | Ariadne Conill | 2019-12-06 | 1 | -1/+1 |
| | |||||
* | scripts/genrootfs.sh: fix permissions of / in minirootfs | Natanael Copa | 2019-10-17 | 1 | -0/+1 |
| | | | | ref #9066 | ||||
* | scripts/bootstrap.sh: fix openssh bootstrap | Timo Teräs | 2019-10-01 | 1 | -2/+2 |
| | | | | | Since commit 5bd58072 it requires libedit, so include that in bootstrap reorder ncurses before it. | ||||
* | scripts/mkimage.sh: Add explicit `--help` option to prevent exit code 1 | Hosh | 2019-09-26 | 1 | -0/+1 |
| | |||||
* | scripts/mkimg.arm.sh: fix inclusion of u-boot-pine64 | Natanael Copa | 2019-06-19 | 1 | -1/+1 |
| | | | | | | | fix the sed extression that filters out version number sot it does not strip out the `-pine64` part of string. apk fetch --simulate --root --recursive u-boot-all | ||||
* | scripts/genrootfs.sh: Pass --root to the second apk invocation | Jonathan Neuschäfer | 2019-06-14 | 1 | -1/+1 |
| | | | | Otherwise it won't know about the target architecture. | ||||
* | scripts/genrootfs.sh: Initialize the apk DB with the right architecture | Jonathan Neuschäfer | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | scripts/mkimg.standard.sh: add rng-tools to the Extended iso | Henrik Riomar | 2019-06-05 | 1 | -1/+1 |
| | |||||
* | scripts/mkimg.xen.sh: add rng-tools | Henrik Riomar | 2019-06-05 | 1 | -1/+1 |
| | |||||
* | scripts/mkimg.base.sh: add haveged | Henrik Riomar | 2019-06-05 | 1 | -1/+1 |
| | |||||
* | 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 |