regular.mk: get good ol' interface naming back

enp0s3 is quite inferior to eth0 in terms of usability
even if it might be more convenient for the machine{,ry}.

Let's stick with what works here in ALT Linux (see #28484).
This commit is contained in:
Michael Shigorin 2013-02-10 18:09:58 +04:00
parent cec6b26207
commit 28f7f9be27

View File

@ -9,6 +9,8 @@ distro/.regular-desktop: distro/.base +live +wireless use/live/ru \
@$(call add,LIVE_LISTS,$(call tags,base regular)) @$(call add,LIVE_LISTS,$(call tags,base regular))
@$(call add,LIVE_LISTS,$(call tags,rescue extra)) @$(call add,LIVE_LISTS,$(call tags,rescue extra))
@$(call add,LIVE_LISTS,domain-client) @$(call add,LIVE_LISTS,domain-client)
@$(call add,STAGE1_PACKAGES,udev-rule-generator-net)
@$(call add,STAGE2_PACKAGES,udev-rule-generator-net)
@$(call add,THE_BRANDING,indexhtml notes alterator bootloader) @$(call add,THE_BRANDING,indexhtml notes alterator bootloader)
@$(call set,KFLAVOURS,std-def) @$(call set,KFLAVOURS,std-def)
@$(call add,KMODULES,r8168) @$(call add,KMODULES,r8168)