Commit d385a786 authored by Evgeny Sinelnikov's avatar Evgeny Sinelnikov

stage1: add CIFS installation method

parent 531d976f
......@@ -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)
......
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
......
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