- May 22, 2024
-
-
Natanael Copa authored
We don't have any riscv64 kernel in main yet. This fixes the build of release images, which requires that all packages are in main.
-
- May 07, 2024
-
-
- Mar 19, 2024
-
-
- Mar 15, 2024
-
-
- Feb 07, 2024
-
-
Sören Tempel authored
Go 1.22 requires Go 1.20 or newer for bootstrapping. gccgo only supports Go 1.18, therefore we cannot use it for bootstrapping Go 1.22 directly and would need to package intermediate versions of Go. Since our current packaging setup does not easily allow us to maintain multiple versions of a package, and since it does not seem likely that gccgo will support newer Go versions in the future, this does not seam feasible. Therefore, this commits abandons the much loved gccgo based bootstrap and switches back to bootstrapping Go manually from an existing Alpine installation using the bootstrap.sh script. Fixes #15602 This reverts commit 3516e6e5.
-
- Feb 05, 2024
-
-
- Jan 16, 2024
-
-
Natanael Copa authored
ref: alpine/alpine-conf!183 (comment 370045)
-
- Dec 27, 2023
-
-
Natanael Copa authored
Give better clues which image is for which Pi fixes #15595
-
- Dec 04, 2023
-
-
Natanael Copa authored
ref: alpine/infra/alpine-mksite#14 ref: !52993
-
- Dec 01, 2023
-
-
It can be handy in situations when we build an image and specify more than a couple of apk repositories. Signed-off-by:
Stanislav Kholmanskikh <stanislav.kholmanskikh@bell-sw.com>
-
Natanael Copa authored
- remove needless check - remove outdated and unused all_arches - mark --extra-repos as deprecated
-
- Nov 29, 2023
-
-
Natanael Copa authored
-
- Aug 22, 2023
-
-
- Jul 28, 2023
-
-
alice authored
closes #15136
-
- Jul 27, 2023
-
-
-
Building images requires mksquashfs. Without it, on x86_64, building an image fails: > ./scripts/mkimage.sh --repository https://dl-cdn.alpinelinux.org/alpine/edge/main/ OK: 0 MiB in 0 packages fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz v3.18.0-6771-g85017885311 [https://dl-cdn.alpinelinux.org/alpine/edge/main/] OK: 5346 distinct packages available >>> mkimage-x86_64: Building minirootfs >>> mkimage-x86_64: Creating alpine-minirootfs-230722-x86_64.tar.gz https://dl-cdn.alpinelinux.org/alpine/edge/main/ fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz (1/15) Installing alpine-baselayout-data (3.4.3-r1) (2/15) Installing musl (1.2.4-r6) (3/15) Installing busybox (1.36.1-r3) (4/15) Installing busybox-binsh (1.36.1-r3) (5/15) Installing alpine-baselayout (3.4.3-r1) (6/15) Installing alpine-keys (2.4-r1) (7/15) Installing ca-certificates-bundle (20230506-r0) (8/15) Installing libcrypto3 (3.1.1-r3) (9/15) Installing libssl3 (3.1.1-r3) (10/15) Installing ssl_client (1.36.1-r3) (11/15) Installing zlib (1.2.13-r2) (12/15) Installing apk-tools (2.14.0-r5) (13/15) Installing scanelf (1.3.7-r2) (14/15) Installing musl-utils (1.2.4-r6) (15/15) Installing libc-utils (0.7.2-r5) OK: 7 MiB in 15 packages >>> mkimage-x86_64: Building netboot >>> mkimage-x86_64: --> kernel x86_64 lts 6ef6e06afd948a94231b73e1bc53d1b48e8dd995 linux-lts linux-firmware wireless-regdb /sbin/update-kernel: line 342: mksquashfs: not found >>> mkimage-x86_64: --> kernel x86_64 virt 359af7de200e33cd48bfb636e4150bf48f19257f linux-virt linux-firmware wireless-regdb /sbin/update-kernel: line 342: mksquashfs: not found
-
- Jul 11, 2023
-
-
- May 19, 2023
-
-
alice authored
- libretls is not used by anything - isl25 -> isl26 - llvm15 -> llvm16
-
- May 12, 2023
-
-
alice authored
nothing uses this in the list
-
- May 08, 2023
-
-
Natanael Copa authored
ref alpine/cloud/tiny-cloud!54 (comment 305672)
-
Natanael Copa authored
Remove nomodeset for all release images for consistency We have serial console enabled so we don't need to be able to run qemu with -curses, which needed nomodeset.
-
- May 02, 2023
-
-
Natanael Copa authored
Users may need configure network over wifi, so lets include the tools needed for that in the standard image. fixes alpine/alpine-conf#10558
-
Natanael Copa authored
For some reason irssi was moved to community. commit aeaaa1f3 (community/irssi: move from main) Remove it from -extended iso
-
- May 01, 2023
-
-
Natanael Copa authored
We now autodetect serial from initramfs, and it works with qemu's -serial stdio, so we no longer need to add console=ttyS0 for x86_64.
-
Natanael Copa authored
-
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 alpine/aports#14559 fixes alpine/aports#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
-
-
alice authored
-