- 26 Aug, 2022 1 commit
-
-
seems to now be needed, and silences a warning: depmod: WARNING: could not open modules.builtin.modinfo at $tmpdir/lib/modules/$kernel: No such file or directory
-
- 06 Jul, 2022 1 commit
-
-
Natanael Copa authored
-
- 04 Jul, 2022 2 commits
-
-
Natanael Copa authored
Use bigger socket buffer to avoid "No buffer space available" error. ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/12325#note_244883
-
Natanael Copa authored
recvmsg may return error which is less than zero so we need a signed ssize_t. ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/12325#note_244883
-
- 16 May, 2022 1 commit
-
-
modinfo is called without the "-k version" argument and so when running mkinitfs inside a chroot where the version of the kernel package being installed differs from the version of the host machine's kernel then modinfo is called (to check firmware requirements) using the wrong kernel version. Add the "-k" argument to ensure the correct kernel version is used. NOTE: Busybox's modinfo does not support the "-k" option. Currently Alpine is using modinfo from the kmod package, however obviously in the future Busybox's version is to be used this this will break. It appears the only solution in that scenario would be to add "-k" support to Busybox's version.
-
- 14 Apr, 2022 3 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
The driver for the primary console might be compiled as a kernel module in which case the primary console will not be available until modules are loaded. Fix openrc output by passing the console device to switch_root. Fixes https://gitlab.alpinelinux.org/alpine/mkinitfs/-/merge_requests/99 Ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/13677
-
Natanael Copa authored
-
- 18 Mar, 2022 3 commits
-
-
- 05 Feb, 2022 1 commit
-
-
ktprograms authored
-
- 22 Nov, 2021 1 commit
-
-
Natanael Copa authored
-
- 18 Nov, 2021 5 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
fixes commit 6a15ae8d (init: only install sshd if there are no apkovl)
-
Natanael Copa authored
-
Natanael Copa authored
vmware scsi host has issues with coldplugging, which causes nlplug-findfs to not find the device withing excpected time. We work around this by detect vmware and manually load ata_piix and mptspi drivers early, so they are already loaded when nlplug-findfs runs. ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/8476
-
Natanael Copa authored
User may have chosen dropbear, in which case we don't want install openssh.
-
- 14 Nov, 2021 1 commit
-
-
Dermot Bradley authored
When determining which firmware needs to be includes in the initramfs mkinitfs searches for kernel modules using the filename *.ko and so does not cater for compressed modules (and therefore does not include their required firmware in the initramfs). Change the search pattern to deal with both uncompressed and compressed modules.
-
- 10 Nov, 2021 1 commit
-
-
Natanael Copa authored
fixes commit 0316297f (nlplug-findfs: add long options) ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/13178
-
- 09 Nov, 2021 7 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
-
-
Natanael Copa authored
This is needed for early console
-
- 05 Nov, 2021 2 commits
-
-
Natanael Copa authored
compressed kernel modules may have a .ko.zstd suffix. Add support for this in mkinitfs also include /sbin/modprobe in the base
-
- default mode=0755 for overlaytmpfs, setting with overlaytmpfsflags overrides - enable rootflags & rootfstype options for underlying rootfs - force read-only mount of "lowerdir" (root-ro) and read-write mode of "upperdir" (root-rw) to mitigate user foot gunnery
-
- 03 Nov, 2021 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- 17 Sep, 2021 1 commit
-
-
This is not needed anymore as the modules are built in since Alpine release v3.13 This reverts commit 89f9c4fb.
-
- 09 Sep, 2021 1 commit
-
-
Alex Sivchev authored
Using --run with incremental assembly ensures that the system will be able to boot and won't drop to recovery shell when only the minimal number of devices are present. [1] [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/tree/ReadMe.c?h=mdadm-4.1#n600
-
- 06 Aug, 2021 4 commits
- 07 Jun, 2021 2 commits
-
-
- add zstd to mkinitfs usage output - add flags -C and -s to man page - update bugtracker URL - proofreading
-
-
- 13 Jan, 2021 1 commit
-
-
Natanael Copa authored
-