- Sep 19, 2021
-
-
Drew DeVault authored
This adds the necessary riggings to generate a standard Alpine image, bootable via UEFI on the HiFive Unmatched (with some u-boot tweaks).
-
- Sep 18, 2021
-
-
Thermi authored
/etc/apk/keys cp: will not overwrite just-created '/home/buildozer/sysroot-aarch64/ /etc/apk/keys/buildozer-6086211a.rsa.pub' with '/home/buildozer/. abuild/buildozer-6086211a.rsa.pub'
-
- Aug 19, 2021
-
- Aug 13, 2021
-
-
Ariadne Conill authored
-
- Aug 05, 2021
-
-
Natanael Copa authored
fixes commit 2b4acd5f (scripts/mkimg.base.sh: include gnu wget)
-
Natanael Copa authored
busybox wget does not support https over proxy #12517
-
- Jul 09, 2021
-
-
Natanael Copa authored
needed for ipv6-only installs fixes #10237
-
- Jun 27, 2021
-
-
Carlo Landmeter authored
-
- Jun 14, 2021
-
-
Natanael Copa authored
-
- Jun 11, 2021
-
-
Carlo Landmeter authored
-
- Jun 02, 2021
-
-
Roman Shaposhnik authored
On some architectures rograms which use C11 or C++11 atomics, like #include <atomic>, generally must link against -latomic explicitly. For now the check is only against riscv64, but the list may grow. Signed-off-by:
Roman Shaposhnik <rvs@zededa.com>
-
Roman Shaposhnik authored
The list of packages doesn't change, but we need them build in a different order because of changing dependencies. Signed-off-by:
Roman Shaposhnik <rvs@zededa.com>
-
Roman Shaposhnik authored
When bootstrapping we need to have access to the freshly minted abuild keys in the CBUILDROOT. While this can potentially be done as a separate step it doesn't really hurt to include it in the bootstrap.sh script. Signed-off-by:
Roman Shaposhnik <rvs@zededa.com>
-
- May 06, 2021
-
-
Ariadne Conill authored
-
- Apr 17, 2021
-
- Mar 28, 2021
-
-
Also don't bootstrap it in bootstrap.sh. Since we no longer use the grsecurity patchset (which also provides PaX) and paxmark was recently removed from all remaining packages, there should be no need to bootstrap it early or include it in the images.
-
- Feb 18, 2021
-
-
Natanael Copa authored
Make code more readable. No functional changes
-
- Feb 15, 2021
-
-
Ariadne Conill authored
-
- Feb 10, 2021
-
-
Ariadne Conill authored
-
- Jan 05, 2021
-
-
Natanael Copa authored
fixes #12071
-
Natanael Copa authored
make it possible to disable KERNEL_PKG via empty env var replace isl with isl22 drop sudo, which is no longer needed fixes #12255
-
- Dec 21, 2020
-
-
- Dec 14, 2020
-
-
Tuan Hoang authored
Requires : https://gitlab.alpinelinux.org/tmhoang/mkinitfs/-/merge_requests/1
-
- Oct 31, 2020
-
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
- Aug 04, 2020
-
-
(ipsec-tools was dropped due to #11799 in fbe8d321)
-
- Jul 23, 2020
-
-
Natanael Copa authored
-
- Jun 24, 2020
-
-
Ariadne Conill authored
Since 3.12, we have included patch in build-base due to busybox patch being removed.
-
- Jun 23, 2020
-
-
Natanael Copa authored
-
- Jun 18, 2020
-
-
Natanael Copa authored
Seems like there are a number of docker users that have problems with http. Lets use https for docker images by default.
-
Natanael Copa authored
The nomodeset was used to make it easy to test alpine with qemu -curses, but it causes problems for users so we remove it. fixes #11665
-
- May 28, 2020
-
-
Natanael Copa authored
-
- Apr 28, 2020
-
-
Natanael Copa authored
Thre are a couple of problems with the mips kernels: - linux-octeon does not have initramfs - System.map has different name (upstream problem) Those issues needs to be solved before we can ship netboot support for mips64.
-
- Apr 22, 2020
-
-
Ariadne Conill authored
-
Ariadne Conill authored
-
- Feb 08, 2020
-
-
Timo Teräs authored
Instead of apk adding dependencies to sysroot, use the EXTRADEPENDS_TARGET to pass in these dependencies. This does not leave the sysroot in dirty state, but instead cleans it up.
-