- Jun 06, 2024
-
-
Natanael Copa authored
The release was not triggered This reverts commit 454b8560.
-
Natanael Copa authored
- May 22, 2024
-
- May 20, 2024
-
- May 17, 2024
-
- Mar 29, 2024
-
- Mar 15, 2024
-
- Feb 05, 2024
-
-
Sertonix authored
-
- Dec 19, 2023
-
- Dec 07, 2023
-
- Dec 06, 2023
-
- Dec 05, 2023
-
- Dec 01, 2023
-
- Nov 19, 2023
-
- Sep 01, 2023
-
- Jun 05, 2023
-
-
alice authored
this only supports directories
-
- May 09, 2023
-
- May 08, 2023
-
-
Natanael Copa authored
busybox mdev is the fallback dev handler and should always be there. Ensure that it is, even if other package pulls in other udev handler as dependency. This fixes issue where multipath-tools prevent mdev openrc script to get installed due to dependency of eudev. Fixes #14877 This reverts commit d1014c82 (main/alpine-base: depend on dev-openrc)
- May 05, 2023
-
- May 04, 2023
-
- May 02, 2023
-
- Mar 29, 2023
-
- Mar 24, 2023
-
-
alice authored
required by the thing iterating this directory
-
- Mar 14, 2023
-
- Feb 08, 2023
-
- Dec 24, 2022
-
-
AL5: variable set to empty string
-
- Nov 22, 2022
-
- Nov 21, 2022
-
- Nov 18, 2022
-
- Nov 11, 2022
-
- Nov 10, 2022
-
- Nov 07, 2022
-
-
Natanael Copa authored
-
- Sep 07, 2022
-
-
alice authored
actually supposed to be in mkinitfs see !38704 (comment 260991)
-
- Sep 06, 2022
-
-
With the various restructuring changes in Alpine Edge around mdev/mdevd/udev I have found during testing on a system being converted to eudev/udev use that whenever "setup-devd udev" does a "apk add eudev udev-init-scripts udev-init-scripts-openrc" this not only automatically triggers the removal of the busybox-mdev-openrc package but also the removal of mdev-conf. mdev-conf contains various mdev configuration related files that are required on all Alpine systems regardless of which of mdev/mdevd/udev is in use - if mdev-conf is removed then any time mkinitfs rebuilds the initramfs file (such as when triggered by a kernel package update) the resultant initramfs will have NO mdev support and so the machine will fail to boot. This change ensures that mdev-conf is always a dependancy.
-
- Sep 04, 2022
-
-
Since we separated busybox-mdev-openrc from busybox-openrc, we need to add a dependency to the virtual device manager init script, so at least one device manager is always installed when alpine-base is installed. Also add options="!check" to APKBUILD to avoid the warning. Signed-off-by:
Laurent Bercot <ska@appnovation.com>
-