Natanael Copa
6a730b7c1b
scripts/mkimg.netboot.sh: readability cleanup
...
Make code more readable. No functional changes
2021-02-18 09:11:44 +00:00
Ariadne Conill
21313b8782
bootstrap: add busybox as an extradepend to deal with /bin/sh virtual
2021-02-15 20:05:33 +00:00
Ariadne Conill
a11a55e5c2
bootstrap: add zstd to bootstrap dependencies
2021-02-10 05:00:44 +00:00
Natanael Copa
c1c0b4eb92
scripts/mkimg.standard.sh: add e2fsprogs to -extended
...
fixes #12071
2021-01-05 23:03:52 +00:00
Natanael Copa
83f9f23d95
scripts/bootstrap.sh: update deps
...
make it possible to disable KERNEL_PKG via empty env var
replace isl with isl22
drop sudo, which is no longer needed
fixes #12255
2021-01-05 21:21:08 +01:00
Thomas Liske
c3872d1585
scripts/mkimage: update extended profile to contain ucode updates
2020-12-21 10:16:06 +00:00
Thomas Liske
59a4f9a6cd
scripts/mkimage: add support for CPU ucode updates using early initrd
2020-12-21 10:16:06 +00:00
Tuan Hoang
17bc97dec7
scripts: add zfcp module to s390x images
...
Requires :
https://gitlab.alpinelinux.org/tmhoang/mkinitfs/-/merge_requests/1
2020-12-14 14:05:55 +00:00
Ariadne Conill
5ce2c42371
bootstrap: add rust dependencies and rust to bootstrap packages
2020-10-31 18:06:52 +00:00
Ariadne Conill
473f016013
bootstrap: add libgit2 and dependencies
2020-10-31 16:43:43 +00:00
Ariadne Conill
632e6bf0c3
bootstrap: add curl (and reverse dependencies)
2020-10-31 16:05:54 +00:00
Ariadne Conill
f0d338274b
bootstrap: add community/rust to package list
2020-10-31 15:25:53 +00:00
Ariadne Conill
761be1f532
bootstrap: add libucontext to bootstrap deps
2020-10-31 14:22:15 +00:00
Thomas Liske
fea5dbf239
scripts/mkimg.standard.sh: drop ipsec-tools apk
...
(ipsec-tools was dropped due to #11799 in fbe8d321)
2020-08-04 23:50:42 +00:00
Natanael Copa
8425e2bd7e
scripts/mkimg.base.sh: remove unused alpine-mirrors
2020-07-23 10:26:34 +00:00
Ariadne Conill
dc4957d79b
scripts: bootstrap: build patch before build-base
...
Since 3.12, we have included patch in build-base due to busybox patch
being removed.
2020-06-24 09:03:06 -06:00
Natanael Copa
c59ebf551d
scripts/genrootfs.sh: use dl-cdn https repos
2020-06-23 12:29:06 +00:00
Natanael Copa
58f4b81a7e
scripts/genrootfs.sh: use https repos for minirootfs
...
Seems like there are a number of docker users that have problems with
http. Lets use https for docker images by default.
2020-06-18 15:48:37 +00:00
Natanael Copa
9b6425b05c
scripts/mkimg.standard.sh: remove nomodeset
...
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
2020-06-18 15:43:38 +00:00
Natanael Copa
07dedc7cc9
scripts/mkimg.standard.sh: add efibootmgr to extended iso
2020-05-28 14:03:27 +00:00
Natanael Copa
a715ac6a20
scripts/mkimg.netboot.sh: disable on mips64
...
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.
2020-04-28 15:31:38 +00:00
Ariadne Conill
168e351278
scripts: mkimg minirootfs: add mips64 to archs
2020-04-22 07:22:14 -06:00
Ariadne Conill
dcca5cdb09
scripts: mkimg netboot: add mips64 definitions
2020-04-22 07:22:14 -06:00
Timo Teräs
78f149fce8
scripts/bootstrap.sh: clean up cross-build extra dependency handling
...
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.
2020-02-08 14:00:02 +02:00
Timo Teräs
88b19d170e
scripts/bootstrap.sh: workaround abuild bug
...
Current abuild has a bug that when CC is defined, it's used to
guess build architecture. But during cross-compile setup it points
to cross compiler and causing breakage. Export CBUILD after initial
abuild functions.sh run to workaround this.
2020-02-08 14:00:02 +02:00
Natanael Copa
130cbd02c4
scripts/mkimg.netboot.sh: make initramfs readable
...
we hardened the read permissions in 27b8dc5bd034 (main/mkinitfs: fix
permissions of initramfs) this broke netboot.
ref #11071
2019-12-24 14:25:27 +00:00
Natanael Copa
099aea877d
scripts/mkimg.arm.sh: fix boot config for armv7 rpi4
...
We dont have rpi4 kernel for armhf but we have it for armv7.
2019-12-18 13:23:41 +00:00
Natanael Copa
4ed79f37db
scripts/mkimg.netboot.sh: fix kernels for armhf
...
there are no linux-lts kernel for armhf
2019-12-16 20:36:04 +00:00
Natanael Copa
f7c1786cd7
scripts/mkimg.arm.sh: fix boot config for 64bit rpi
...
fixes #11031
2019-12-16 18:36:13 +00:00
Milan P. Stanić
39c54bc7dd
scripts/mkimg.base.sh: change to dtbs-$flavor dir name
...
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)
2019-12-16 17:21:45 +00:00
Natanael Copa
0d1e402c59
scripts/mkimg.arm.sh: add rpi4 support
...
ref #10789
2019-12-13 18:56:15 +00:00
Natanael Copa
ed5d1f24bc
scripts/mkimg.standard.sh: add standard aarch64 iso
...
users should be able to boot it with efi
2019-12-06 18:30:17 +00:00
Natanael Copa
b4a50a4bde
scripts: drop armhf uboot image
...
we dont ship an armv6 kernel.
2019-12-06 18:21:14 +00:00
Natanael Copa
69cfb8ebf6
scripts: remove openvswitch and rename hwdata
...
hwdata was renamed to hwids
remove openvswitch due to it was move to community
2019-12-06 17:48:38 +00:00
Natanael Copa
46f4244a08
scripts: replace -vanilla kernel with -lts
...
also add doas to extended image
2019-12-06 17:48:38 +00:00
Natanael Copa
3d0ea5e471
scripts/mkimg.base.sh: use linux-lts by default
2019-12-06 17:14:03 +00:00
Ariadne Conill
c9a0209cbd
bootstrap: use mpfr4 not mpfr3
2019-12-06 06:15:56 +00:00
Natanael Copa
e58bd7992d
scripts/genrootfs.sh: fix permissions of / in minirootfs
...
ref #9066
2019-10-17 14:44:26 +00:00
Timo Teräs
e6b7d47e7a
scripts/bootstrap.sh: fix openssh bootstrap
...
Since commit 5bd58072 it requires libedit, so include that in
bootstrap reorder ncurses before it.
2019-10-01 10:22:33 +03:00
Hosh
242a6a502d
scripts/mkimage.sh: Add explicit --help option to prevent exit code 1
2019-09-26 14:50:09 +00:00
Natanael Copa
ee517c9da8
scripts/mkimg.arm.sh: fix inclusion of u-boot-pine64
...
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
2019-06-19 09:34:26 +00:00
Jonathan Neuschäfer
a62e51c204
scripts/genrootfs.sh: Pass --root to the second apk invocation
...
Otherwise it won't know about the target architecture.
2019-06-14 17:31:21 +00:00
Jonathan Neuschäfer
0f9ea9623f
scripts/genrootfs.sh: Initialize the apk DB with the right architecture
2019-06-14 17:31:21 +00:00
Henrik Riomar
ce7c12fa88
scripts/mkimg.standard.sh: add rng-tools to the Extended iso
2019-06-05 16:13:17 +00:00
Henrik Riomar
0f06a5b73a
scripts/mkimg.xen.sh: add rng-tools
2019-06-05 16:13:17 +00:00
Henrik Riomar
9f3a46d8c6
scripts/mkimg.base.sh: add haveged
2019-06-05 16:13:17 +00:00
Carlo Landmeter
3cd896ee10
scripts/mkimg.arm.sh: cleanup rpi config and update initramfs
...
- 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
2019-05-06 07:45:03 +00:00
Carlo Landmeter
59bb1ba251
scripts/mkimg.arm.sh: fix rpi config.txt
...
- remove custom entries
- fix armhf to include all boards
2019-05-06 07:45:03 +00:00
Carlo Landmeter
a9871bd0b7
scripts: add back rpi kernel to armhf
2019-04-23 08:55:11 +00:00
Carlo Landmeter
4f1a9af5c7
scripts: add rpi2 kernel to armhf release
...
ref #10155
2019-04-03 07:20:20 +00:00