Commit 13094e79 authored by Michael Shigorin's avatar Michael Shigorin

live.mk: use "net-eth" for kiosks

Added use/live/net-eth so that autoconfigured images still work in predictable manner. May those breaking trivial cases walk with zillion of cdrom, modem, ethernet etc device nodes all around them!
parent 18e64065
......@@ -11,8 +11,8 @@ distro/.live-desktop: distro/.base +live use/live/install use/live/net-eth \
use/plymouth/live use/efi; @:
distro/.live-desktop-ru: distro/.live-desktop use/live/ru; @:
distro/.live-kiosk: distro/.base use/live/base use/live/autologin \
use/syslinux/timeout/1 use/cleanup +power use/efi/signed
distro/.live-kiosk: distro/.base use/live/base use/live/autologin +power \
use/syslinux/timeout/1 use/cleanup use/efi/signed use/live/net-eth
@$(call add,LIVE_PACKAGES,fonts-ttf-dejavu)
@$(call add,CLEANUP_PACKAGES,'alterator*' 'guile*' 'vim-common')
......
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