aboutsummaryrefslogtreecommitdiffstats
path: root/main/mkinitfs
Commit message (Collapse)AuthorAgeFilesLines
* main/mkinitfs: depend explicitly on kmod to use modinfo commandLeo2020-02-201-6/+4
|
* main/mkinitfs: upgrade to 3.4.5Natanael Copa2020-01-162-30/+4
|
* main/mkinitfs: backport fix for warning message during bootSören Tempel2019-12-192-3/+28
|
* main/mkinitfs: upgrade to 3.4.4Natanael Copa2019-12-185-111/+3
|
* main/mkinitfs: fix permissions of initramfsNatanael Copa2019-12-182-2/+30
| | | | | it may contain sensitive information fixes #11044
* main/mkinitfs: backport fix from upstreamNatanael Copa2019-12-062-2/+30
|
* main/mkinitfs: add af_packet to dhcp featureNatanael Copa2019-08-232-2/+27
| | | | fixes #10750
* main/mkinitfs: fix build with musl-1.1.23Natanael Copa2019-07-232-2/+29
|
* main/mkinitfs: modernizeLeo2019-06-121-4/+1
|
* main/mkinitfs: upgrade to 3.4.3Natanael Copa2019-06-072-50/+3
|
* main/mkinitfs: backport fix for cryptheader as regular fileNatanael Copa2019-05-292-2/+49
|
* main/mkinitfs: upgrade to 3.4.2Natanael Copa2019-04-081-2/+2
|
* main/mkinitfs: upgrade to 3.4.1Natanael Copa2019-02-085-181/+3
|
* main/mkinitfs: fix fbsplashTimo Teräs2019-02-062-2/+31
|
* main/mkinitfs: fix zfs root with grubNatanael Copa2019-01-263-2/+128
| | | | | | | | | grub-mkconfig will generate a root=ZFS=pool/path line. Fix nlplug-findfs to deal with search device ZFS=... and fix initramfs to also deal with a missing rootfstype=zfs A side-effect of this is that it is faster to boot zfs root since we no longer need to wait for nlplug-findfs timeout of 5 seconds.
* main/mkinitfs: fix f2fs module dependenciesNatanael Copa2019-01-252-2/+25
|
* main/mkinitfs: upgrade to 3.4.0Natanael Copa2019-01-232-29/+3
|
* main/mkinitfs: add hid-apple for apple keyboard supportNatanael Copa2019-01-212-3/+30
| | | | fixes #9889
* main/mkinitfs: upgrade to 3.4.0_rc1Natanael Copa2019-01-038-500/+5
|
* main: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI2018-10-061-1/+1
|
* main/mkinitfs: backport various fixes from gitNatanael Copa2018-08-236-3/+422
|
* main/mkinitfs: use swclock when no rtc is foundCarlo Landmeter2018-06-282-3/+58
|
* main/mkinitfs: add vc4 to kms for rpiCarlo Landmeter2018-06-252-3/+26
|
* main/mkinitfs: upgrade to 3.3.0Natanael Copa2018-06-241-2/+2
|
* main/mkinitfs: upgrade to 3.3.0_rc1Natanael Copa2018-06-129-421/+4
|
* main/mkinitfs: fix the /boot/boot symlink to point at ., not /.Christopher Brannon2018-05-242-2/+2
| | | | | | If /boot is on the root partition, I.E., no separate /boot partition, then the /boot/boot symlink incorrectly pointed to /. Pointing /boot/boot to "." is correct in all situations.
* main/mkinitfs: add support for s390x installerTuan M. Hoang2018-05-244-2/+275
| | | | backport from project mkinitfs
* main/mkinitfs: virtio_net depends on virtio_pciCarlo Landmeter2018-04-292-2/+27
|
* main/mkinitfs: features add virtio_net to network modulesCarlo Landmeter2018-04-292-2/+25
|
* main/mkinitfs: fix versioned busybox dependencyNatanael Copa2018-03-301-2/+2
| | | | | | | busybox 1.28.2 had a regression in cpio symlinks. make sure we have a fixed busybox version. fixes #8751
* main/mkinitfs: remove EXTRACT_UNSAFE_SYMLINKS patchSören Tempel2018-03-282-39/+3
| | | | | | This has been fixed in busybox 1.28.2. See: https://git.busybox.net/busybox/commit/?h=1_28_stable&id=37277a23fe48b13313f5d96084d890ed21d5fd8b
* main/mkinitfs: fix extract-unsafe-symlink warningSören Tempel2018-03-122-2/+38
|
* main/mkinitfs: fix netboot warningCarlo Landmeter2018-02-212-2/+34
|
* main/mkinitfs: reenable LUKS2 supportSören Tempel2018-01-271-2/+4
| | | | | Intentionally disabled in 49b7ed8a5a98c20000dcbfd782830525316b0a04 but accidentally not reenable in b19daa91b0c37209fc04247199b0d51a20ba9379.
* main/mkinitfs: build with cryptsetup 2.0Natanael Copa2018-01-251-2/+2
|
* main/mkinitfs: temporarily depend on cryptsetup1Natanael Copa2018-01-251-5/+3
| | | | | | | we need to temporarily use cryptsetup1 since mkinintfs is already installed on the builders and depends on cryptsetup-libs (previous version). We do this so we can install cryptsetup-dev 2.0.0 which conflicts whith the runtime dep of mkinitfs.
* main/mkinitfs: needs at least cryptsetup >= 2.0.0Sören Tempel2018-01-241-1/+1
|
* main/mkinitfs: backport patch for LUKS2 supportSören Tempel2018-01-242-2/+35
|
* main/mkinitfs: rebuild against cryptsetup-2.0.0-r0Sören Tempel2018-01-241-1/+1
|
* main/mkinitfs: skip apk hooksHenrik Riomar2018-01-092-3/+35
| | | | Skip pre/post apk hooks on diskless initramfs installation.
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/mkinitfs: remove unused patchesNatanael Copa2017-11-283-128/+0
|
* main/mkinitfs: upgrade to 3.2.0Natanael Copa2017-11-231-9/+3
|
* main/mkinitfs: fix building initfs without a kernelJakub Jirutka2017-11-202-2/+44
|
* main/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-1/+1
| | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
* main/mkinitfs: Add busybox to makedepends_hostRajiv Ranganath2017-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When bootstrapping aarch64, mkinitfs fails to build with the following error ``` + apkbuildname mkinitfs + local repo=mkinitfs + local pkg=mkinitfs + [ mkinitfs = mkinitfs ] + repo=main + echo /home/builder/aports-edge/main/mkinitfs/APKBUILD + CHOST=aarch64 BOOTSTRAP=bootimage APKBUILD=/home/builder/aports-edge/main/mkinitfs/APKBUILD abuild -r >>> mkinitfs: abuild 3.0.2-r0 >>> mkinitfs: Checking sanity of /home/builder/aports-edge/main/mkinitfs/APKBUILD... >>> mkinitfs: Analyzing dependencies... ERROR: unsatisfiable constraints: /bin/sh (virtual): provided by: busybox required by: kmod-24-r0[/bin/sh] kmod-24-r0[/bin/sh] .makedepends-mkinitfs-0: masked in: cache satisfies: world[.makedepends-mkinitfs] >>> ERROR: mkinitfs: all failed >>> mkinitfs: Uninstalling dependencies... ``` Adding busybox to makedepends_host fixes this issue. Signed-off-by: Rajiv Ranganath <rajiv.ranganath@atihita.com>
* main/mkinitfs: modernize abuildJakub Jirutka2017-09-221-5/+5
|
* main/mkinitfs: fix Makefile to install btrfs.filesJakub Jirutka2017-09-222-3/+16
|
* main/mkinitfs: fix booting from Btrfs RAIDJakub Jirutka2017-09-222-2/+46
| | | | See http://bugs.alpinelinux.org/issues/6903
* main/mkinitfs: fix crc32 module deps for ext4Natanael Copa2017-08-032-2/+37
| | | | ref #7611