diff --git a/features.in/stage2/config.mk b/features.in/stage2/config.mk index de4cc475..69ebb545 100644 --- a/features.in/stage2/config.mk +++ b/features.in/stage2/config.mk @@ -6,6 +6,10 @@ use/stage2: sub/stage1 use/stage2/kms: @$(call add,STAGE1_KMODULES_REGEXP,drm.*) +# install mount.cifs to stage1 +use/stage2/cifs-install: + @$(call add,STAGE1_PACKAGES,cifs-utils) + # eth0 instead of enp0s3 use/stage2/net-eth: use/stage2 @$(call add,STAGE1_PACKAGES,udev-rule-generator-net) diff --git a/sub.in/stage1/modules b/sub.in/stage1/modules index ae33c792..b1e37b78 100644 --- a/sub.in/stage1/modules +++ b/sub.in/stage1/modules @@ -1,5 +1,6 @@ kernel/drivers/ata kernel/drivers/block +kernel/drivers/crypto kernel/drivers/gpu/drm kernel/drivers/hid kernel/drivers/md @@ -36,6 +37,7 @@ aha1542.ko aic7xxx.ko aic7xxx_old.ko amd8111e.ko +arc4.ko at1700.ko ata_piix.ko atl1.ko @@ -54,6 +56,7 @@ catc.ko cciss.ko cdrom.ko ch.ko +cifs.ko cpqarray.ko cs5535.ko cs89x0.ko @@ -122,6 +125,7 @@ libiscsi.ko lockd.ko loop.ko lp486e.ko +md4.ko megaraid.ko megaraid_mbox.ko mii.ko @@ -198,6 +202,8 @@ sd_mod.ko seeq8005.ko serial_cs.ko sg.ko +sha256_generic.ko +sha256-ssse3.ko shaper.ko sis190.ko sis900.ko