Commit b3ac67eb authored by Anton Midyukov's avatar Anton Midyukov

stage2: add use/stage2/net-install

Adds grub "Network installation" submenu and kernel modules to initrd needed for network booting.
parent 2bceab3f
......@@ -30,6 +30,10 @@ use/stage2/kms/nvidia: use/stage2/kms \
use/stage2/cifs: use/stage2/net-cifs
@$(call add,STAGE1_PACKAGES,cifs-utils)
# grub submenu 'Network installation'
use/stage2/net-install: use/stage2/net use/stage2/cifs \
use/stage2/net-nfs use/grub/netinstall.cfg; @:
# eth0 instead of enp0s3
use/stage2/net-eth: use/stage2
@$(call add,STAGE1_PACKAGES,udev-rule-generator-net)
......
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