Commit 58c9153b authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: set empty passwd for root in regular-rescue-live

Now in live-rescue required to enter root login. Empty pawwd for root is default for live.
parent dd9948d4
......@@ -155,7 +155,9 @@ distro/regular-rescue-live: distro/.regular-base +systemd \
use/stage2/kms use/hdt use/firmware/full \
use/net-eth/networkd-dhcp use/net/networkd/resolved \
use/cleanup/live-no-cleanupdb use/live/repo +wireless \
use/syslinux/sdab.cfg use/grub/sdab_bios.cfg
use/syslinux/sdab.cfg use/grub/sdab_bios.cfg \
use/deflogin
@$(call set,ROOTPW_EMPTY,1)
@$(call add,LIVE_LISTS,openssh)
@$(call add,LIVE_LISTS,$(call tags,network security))
......
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