Skip to content

main/alpine-baselayout: remove unnecessary directories

Sertonix requested to merge sertonix/aports:Sertonix-master-patch-93469 into master

Reasons:

  • /dev/* /dev is mounted as devtmpfs which means they can't be packaged[0] now kept
  • /etc/apk is created by apk-tools
  • /etc/conf.d /etc/init.d is created by openrc
  • /lib/mdev is created by mdev-conf

[0]: If the kernel doesn't support devtmpfs, devfs and tmpfs it might not be mounted externally but the directory will be created dynamically anyway.

Edited by Sertonix

Merge request reports