- May 01, 2023
-
-
Natanael Copa authored
Needed for UEFI http boot ref alpine/aports#13823
-
- Apr 29, 2023
-
-
With changes to the "random" code in recent kernels there seems little need for haveged in general. This script adds the haveged package to Alpine images but its init.d script never appears to be enabled anywhere (neither in the image nor by setup-alpine) and so the package's presence in the image appears unnecessary.
-
- Mar 29, 2023
-
-
Natanael Copa authored
fixes #14559 fixes #14755
-
- Feb 13, 2023
-
-
alice authored
busybox unxz works for decompressing arbitrary xz archives- no need for the full tool. saves 0.4MB from the prior change
-
alice authored
-
alice authored
requested on irc- this makes decompressing data more convenient starting only from an extended iso in certain usecases of having additional images during installation. increases image size by ~1.7MB
-
- Jan 08, 2023
-
-
alice authored
allows zstd use in entire toolchain
-
- Dec 29, 2022
-
-
they need updating prior to introducing a new architecture, otherwise the attempt by bootstrap to pull in musl headers via musl-dev prior to GCC stage 2 build will fail with a misleading error about a missing directory
-
- Nov 22, 2022
-
-
Natanael Copa authored
kea is supposed to replace dhcpd.
-
alice authored
-
- Nov 18, 2022
-
-
Natanael Copa authored
fixes commit dc0db48c (scripts/mkimg.base.sh: include doas in base)
-
Natanael Copa authored
Without doas (due to missing or broken apk cache) you may have serious problems. Included it in the isos.
-
- Nov 08, 2022
-
-
alice authored
was already pulled in via linux-rpi
-
- Nov 07, 2022
-
-
Natanael Copa authored
The /etc/os-release was moved to alpine-release in commit 23e66e85 (main/alpine-base: split release data into its own package)
-
- Sep 30, 2022
-
-
Previously, community/go depended on itself for compiler-bootstrapping purposes. This approach has several issue which are were further discussed on the ML some time ago [1]. By bootstrapping community/go using gcc-go we can make the bootstrap path more transparent and also ease bootstrapping new builder via bootstrap.sh as community/go no longer needs to be cross-compiled from an existing Go installation. As such, this commit also removes community/go from the bootstrap.sh. There is nothing on the bootstrap path that depends on it, hence it is fine that a bootstrapped/cross-compiled gcc doesn't have LANG_GO support. Go was only added to bootstrap.sh previously in commit f5c4b298 due to the cross-compilation requirement. This commit also removes the cross-compilation related quirks from the Go APKBUILD. I will further enhance the Go bootstrap setup by having both community/go and gcc-go provide a virtual go-bootstrap package. Thereby allowing compilation with either gcc-go or a prior community/go installation. [1]: https://lists.alpinelinux.org/~alpine/devel/%3C33KG0XO61I4IL.2Z7RTAZ5J3SY6%408pit.net%3E
- Sep 23, 2022
-
-
Natanael Copa authored
ref commit 1b3d450d (main/gcc: build against isl25) ref commit a7825745 (main/isl25: new aport) ref commit 069b35f9 (main/isl24: remove -dev)
-
- Sep 10, 2022
-
- Sep 04, 2022
-
-
Signed-off-by:
Laurent Bercot <ska@appnovation.com>
-
- Aug 31, 2022
-
-
Signed-off-by:
Stanislav Kholmanskikh <stanislav.kholmanskikh@bell-sw.com>
-
The issue is that 'abuild-apk' creates root-owned files in the workdir, and they cannot be removed later without root privileges. 'abuild-apk' is called only with 2 commands (add --initdb, update), and in the context of the script they don't seem to be requiring root privileges, so I'm proposing to substitute the calls with 'apk'. This will automatically resolve the issue mentioned above. Signed-off-by:
Stanislav Kholmanskikh <stanislav.kholmanskikh@bell-sw.com>
-
- Aug 20, 2022
-
- Aug 13, 2022
-
- Jul 28, 2022
-
- Jul 26, 2022
-
-
Patrycja Rosa authored
fixes #10607
-
- Jul 15, 2022
-
-
Natanael Copa authored
create yaml even if file already exists. This solves the problem of yaml entry disapearing from latest-release.yaml on a re-run. the yaml is recreated so we need to recreate every yaml, not only for the images that are rebuilt.
-
- Jul 13, 2022
-
-
Natanael Copa authored
- Jul 06, 2022
-
-
now needed by openrc
-
Fixes installation without network, if this pkg is not on the iso: Installing system on /dev/xvda1: extlinux: Not a directory: /mnt/boot ERROR: unable to select packages: linux-firmware-none (no such package): required by: world[linux-firmware-none]
-
- May 23, 2022
-
-
this still forbids password login but allows logins via ssh keys with pam disabled.
-
Natanael Copa authored
To speed up the boot a bit.
-
- May 02, 2022
-
-
Natanael Copa authored
nvme is common nowadays so enable it by default ref #11589
-
- Apr 28, 2022
-
-
- Apr 14, 2022
-
-
Natanael Copa authored
-
Natanael Copa authored
Create standard release images for armv7. Those are useful for qemu.
-
- Apr 01, 2022
-
- Mar 30, 2022
-
- Feb 14, 2022
-
-