Commit 79b92db5 authored by Michael Shigorin's avatar Michael Shigorin

stage2: mv use/stage2/cifs{-install,}

This has no users in master but out-of-tree branches might need a trivial update. The rationale is that it's actually for *any* stage2 and not related to specifically "install" at all (otherwise it should have been moved to install2 feature altogether). Note that there's no reason to add nfs-utils similarly as make-initrd requires kinit-utils which includes its own nfsmount.
parent 256bd90f
......@@ -17,7 +17,8 @@ use/stage2/kms: use/stage2/drm
@$(call add,STAGE1_KMODULES_REGEXP,drm.*)
# install mount.cifs to stage1
use/stage2/cifs-install: use/stage2/net-cifs
# NB: there's builtin nfsmount there, no reason for nfs-utils
use/stage2/cifs: use/stage2/net-cifs
@$(call add,STAGE1_PACKAGES,cifs-utils)
# eth0 instead of enp0s3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment