forked from altcloud/mkimage-profiles
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.
This commit is contained in:
parent
256bd90f20
commit
79b92db55d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user