From ccbbbede5532e131f1a889261a8627bce0f9b58e Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sat, 28 Mar 2015 13:25:04 +0300 Subject: [PATCH] test.mk: propagator-test image This one is a minimalistic one to test propagator without having to add the debug stanza by hand as well as to run stage1 build/test cycles faster (would have helped me understand the recent thinko with xhci-hcd vs xhci_hcd, for example). --- conf.d/test.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf.d/test.mk b/conf.d/test.mk index 8449a689..fd1011ab 100644 --- a/conf.d/test.mk +++ b/conf.d/test.mk @@ -41,6 +41,9 @@ distro/server-test: distro/server-mini use/relname # NB: doesn't carry stage3 thus cannot use/bootloader distro/netinst: distro/.base use/install2/net; @: +distro/propagator-test: distro/.base use/mediacheck + @$(call add,STAGE2_BOOTARGS,propagator-debug) + # tiny network-only server-ovz installer (stage2 comes over net too) distro/server-ovz-netinst: distro/.base sub/stage1 use/stage2 \ use/syslinux/ui/menu use/syslinux/localboot.cfg use/memtest