psykose
ef371a18b1
scripts/mkimg.standard.sh: ..actually, remove xz
...
busybox unxz works for decompressing arbitrary xz archives- no need for
the full tool.
saves 0.4MB from the prior change
2023-02-13 15:03:51 +01:00
psykose
98aa1cc27d
scripts/mkimg.standard.sh: ..add missing xz
2023-02-13 15:02:52 +01:00
psykose
b0b993207b
scripts/mkimg.standard.sh: add lz4/xz/zstd to extended
...
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
2023-02-13 14:59:42 +01:00
Natanael Copa
34f3e21e01
scripts/mkimg.standard.sh: add kea to extended image
...
kea is supposed to replace dhcpd.
2022-11-22 16:12:02 +01:00
psykose
c570db333d
scripts/mkimg.standard.sh: add iw to extended
...
for https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10518
2022-07-13 19:35:14 +00:00
Henrik Riomar
41065fd278
scripts/mkimg.standard.sh: add linux-firmware-none to the extended iso
...
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]
2022-07-06 07:53:17 +00:00
Natanael Copa
f81ba92e56
scripts/mkimg.standard.sh: use ttyAMA0 for arm*
2022-04-14 18:10:51 +02:00
Natanael Copa
7b3cb69125
scripts/mkimg.standard.sh: add armv7
...
Create standard release images for armv7. Those are useful for qemu.
2022-04-14 18:10:51 +02:00
ptrcnull
b3c5504c72
scripts/mkimg.standard.sh: remove duplicate doas
2022-02-14 13:00:39 +00:00
Kevin Daudt
0ca11641c7
scripts/mkimg.standard.sh: replace sudo with doas
...
As part of the move of sudo to community, we need to remove it from the
extended base image. Instead we add doas as a replacement.
2021-11-25 11:51:43 +00:00
Natanael Copa
decb2303d4
scripts/mkimg.standard.sh: adjust packages for extended
...
drop unrar, lftp, email, haserl, lua5.3, screen and cciss_vol_status.
unrar has moved to non-free.
include coreutils, f2fs-tools and wireguard-tools.
2021-11-16 18:23:34 +01:00
Alex Xu (Hello71)
45de9d68b0
scripts/mkimg.standard.sh: remove unrar
...
moved to non-free in 7f875ea1e5
2021-11-16 16:31:06 +00:00
Drew DeVault
569ab4c43c
scripts: add riscv64 standard flavor
...
This adds the necessary riggings to generate a standard Alpine image,
bootable via UEFI on the HiFive Unmatched (with some u-boot tweaks).
2021-09-19 15:39:55 +00:00
Natanael Copa
8900c8b227
scripts/mkimg.standard.sh: create iso for alpine-virt armv7
2021-06-14 14:07:54 +00:00
Sören Tempel
7ab346a1ec
scripts: don't include pax-utils and paxmark in images
...
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.
2021-03-28 15:32:09 +00:00
Natanael Copa
c1c0b4eb92
scripts/mkimg.standard.sh: add e2fsprogs to -extended
...
fixes #12071
2021-01-05 23:03:52 +00:00
Thomas Liske
c3872d1585
scripts/mkimage: update extended profile to contain ucode updates
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
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
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
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
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
Henrik Riomar
ce7c12fa88
scripts/mkimg.standard.sh: add rng-tools to the Extended iso
2019-06-05 16:13:17 +00:00
Natanael Copa
165023bd27
scripts/mkimg.standard.sh: include grub-bios on extended image
2019-01-17 21:00:47 +00:00
Natanael Copa
4e69b6444b
scripts/mkimg.standard.sh: remove tcpproxy
...
package was moved to unmaintained due to upstream has gone missing
2019-01-10 10:18:09 +00:00
Natanael Copa
43b0a6465e
scripts/mkimg.standard.sh: fix typo
2018-06-21 13:33:17 +00:00
Natanael Copa
9efc0e6aa6
scripts/mkimg.standard.sh: use case ... in
2018-06-21 10:27:12 +00:00
Mike Sullivan
2eddc6374b
scripts/mkimg.standard.sh for ppc64le add ibmvscsi module
...
to avoid race issue during boot and install from cdrom
2018-06-21 10:26:26 +00:00
Natanael Copa
0e15cf6192
scripts/mkimg.standard.sh: add grub to extended efi
...
fixes #8879
2018-06-13 15:19:51 +00:00
Natanael Copa
79f7712607
scripts/mkimg: shorten volume id of iso image
...
The volume id cannot be longer than 32 bytes so we need to shorten it a
bit
2018-06-11 18:49:42 +00:00
Natanael Copa
d88312a6d2
scripts/mkimg.standard: build iso image for s390x
...
zipl bootloader not installed yet
2018-06-07 14:16:43 +00:00
Natanael Copa
71a193e96f
scripts/mkimg: remove -hardened kernel and vanilla iso
...
standard iso is now vanilla kernel so it does not make any sense to have
a separata vanilla iso.
Also update xen to use vanilla kernel instead of hardened
2018-03-05 11:41:56 +00:00
Natanael Copa
21c35028cd
scripts/mkimg.*: add title and description
2017-05-30 13:28:57 +02:00
Natanael Copa
158728fbc6
scripts/mkimg.standard: include curl on extended image
2017-05-23 17:45:47 +02:00
Natanael Copa
4adf03cf90
scripts/mkimg.standard: add zfs and paxmark to extended image
2017-05-19 15:25:58 +02:00
Roberto Oliveira
24db52325c
scripts: add support for ppc64le in vanilla configuration
...
To boot ppc64le we need to use grub with ieee1275 platform. Said that,
a new section to support grub ieee1275 was created.
Also needed to change xorrisofs command by grub-mkrescue, that is the one
used to create a bootable image for power and it is also a wrapper to xorriso.
2017-05-11 14:30:47 +00:00
William Pitcock
e7288f5035
scripts: pull in hardened image, not grsec image
2017-04-27 05:46:23 +00:00
Timo Teräs
e47d253fb4
scripts/mkimage: preparation for efi boot in iso images
...
not enabled yet, but uncommenting the grub_mod should enable
building of isolinux+grubefi hybrid images. once uefi boot works
and is verified on aarch64, we can enable the vanilla iso image
(grsec does not support aarch64).
2016-11-18 15:40:40 +02:00
Natanael Copa
0869439499
scripts: set execute permissions on scripts
2016-11-14 20:10:40 +00:00
Natanael Copa
d32a167e79
scripts/mkimg.standard: disable xtables on vanilla and virt
2016-11-14 20:10:39 +00:00
Natanael Copa
4f0364e66c
scripts/mkimg.standard.sh: add xtables modules and set nomodeset
2016-11-14 20:10:39 +00:00
Timo Teräs
46f65fad4c
scripts/mkimage.sh: scripts to build bootable alpine images
2016-11-14 20:10:39 +00:00