From 67bed722f21cb216a0fcc3d3ebebf161b09439d4 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 14 Dec 2014 22:10:34 +0100 Subject: kernel: get rid of /boot/boot parametrization there is no use for "bootdisk" variable parametrization of /boot/boot and no point for the boot section with its boot methods in the kernel configuration anymore. so mkboot and boot$CONF.out are gone. move the rules for bootfs.paq creation in 9/boot/bootmkfile. location of bootfs.proto is now in 9/boot/bootfs.proto. our /boot/boot target is now just "boot". --- sys/src/9/xen/xenpcf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/src/9/xen') diff --git a/sys/src/9/xen/xenpcf b/sys/src/9/xen/xenpcf index 1f4074496..56cfd341f 100644 --- a/sys/src/9/xen/xenpcf +++ b/sys/src/9/xen/xenpcf @@ -49,14 +49,10 @@ ip port int cpuserver = 0; -boot boot - tcp - local - bootdir - boot$CONF.out boot /$objtype/bin/paqfs /$objtype/bin/auth/factotum bootfs.paq + boot xenstore -- cgit v1.2.3