This commit is contained in:
committed by
Git OBS Bridge
parent
af3c23ccba
commit
2e40c9b50c
@@ -13,10 +13,10 @@ Signed-off-by: Gerd Hoffmann <kraxel@suse.de>
|
||||
tools/kboot/select-kernel | 59 +
|
||||
9 files changed, 2111 insertions(+)
|
||||
|
||||
Index: build-32-unstable-12542/buildconfigs/linux-defconfig_xenUboot_x86_32
|
||||
Index: xen-unstable/buildconfigs/linux-defconfig_xenUboot_x86_32
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ build-32-unstable-12542/buildconfigs/linux-defconfig_xenUboot_x86_32
|
||||
+++ xen-unstable/buildconfigs/linux-defconfig_xenUboot_x86_32
|
||||
@@ -0,0 +1,874 @@
|
||||
+#
|
||||
+# Automatically generated make config: don't edit
|
||||
@@ -892,10 +892,10 @@ Index: build-32-unstable-12542/buildconfigs/linux-defconfig_xenUboot_x86_32
|
||||
+CONFIG_X86_NO_TSS=y
|
||||
+CONFIG_X86_NO_IDT=y
|
||||
+CONFIG_KTIME_SCALAR=y
|
||||
Index: build-32-unstable-12542/buildconfigs/linux-defconfig_xenUboot_x86_64
|
||||
Index: xen-unstable/buildconfigs/linux-defconfig_xenUboot_x86_64
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ build-32-unstable-12542/buildconfigs/linux-defconfig_xenUboot_x86_64
|
||||
+++ xen-unstable/buildconfigs/linux-defconfig_xenUboot_x86_64
|
||||
@@ -0,0 +1,653 @@
|
||||
+#
|
||||
+# Automatically generated make config: don't edit
|
||||
@@ -1550,17 +1550,17 @@ Index: build-32-unstable-12542/buildconfigs/linux-defconfig_xenUboot_x86_64
|
||||
+# CONFIG_CRC32 is not set
|
||||
+# CONFIG_LIBCRC32C is not set
|
||||
+CONFIG_ZLIB_INFLATE=y
|
||||
Index: build-32-unstable-12542/buildconfigs/mk.linux-2.6-xenUboot
|
||||
Index: xen-unstable/buildconfigs/mk.linux-2.6-xenUboot
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ build-32-unstable-12542/buildconfigs/mk.linux-2.6-xenUboot
|
||||
+++ xen-unstable/buildconfigs/mk.linux-2.6-xenUboot
|
||||
@@ -0,0 +1,2 @@
|
||||
+EXTRAVERSION = xenUboot
|
||||
+include buildconfigs/mk.linux-2.6-xen
|
||||
Index: build-32-unstable-12542/tools/kboot/Makefile
|
||||
Index: xen-unstable/tools/kboot/Makefile
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ build-32-unstable-12542/tools/kboot/Makefile
|
||||
+++ xen-unstable/tools/kboot/Makefile
|
||||
@@ -0,0 +1,23 @@
|
||||
+#
|
||||
+# tools/kboot/Makefile
|
||||
@@ -1585,10 +1585,10 @@ Index: build-32-unstable-12542/tools/kboot/Makefile
|
||||
+kboot.initramfs: mkinitramfs init select-kernel ../xcutils/xc_kexec
|
||||
+ sh ./mkinitramfs | tee $@
|
||||
+
|
||||
Index: build-32-unstable-12542/tools/kboot/README
|
||||
Index: xen-unstable/tools/kboot/README
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ build-32-unstable-12542/tools/kboot/README
|
||||
+++ xen-unstable/tools/kboot/README
|
||||
@@ -0,0 +1,43 @@
|
||||
+
|
||||
+This is a simple kexec-based boot loader
|
||||
@@ -1633,10 +1633,10 @@ Index: build-32-unstable-12542/tools/kboot/README
|
||||
+
|
||||
+--
|
||||
+Gerd Hoffmann <kraxel@suse.de>
|
||||
Index: build-32-unstable-12542/tools/kboot/init
|
||||
Index: xen-unstable/tools/kboot/init
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ build-32-unstable-12542/tools/kboot/init
|
||||
+++ xen-unstable/tools/kboot/init
|
||||
@@ -0,0 +1,309 @@
|
||||
+#!/bin/sh
|
||||
+
|
||||
@@ -1947,10 +1947,10 @@ Index: build-32-unstable-12542/tools/kboot/init
|
||||
+msg "bye ..."
|
||||
+banner "boot $guestos"
|
||||
+xc_kexec -e
|
||||
Index: build-32-unstable-12542/tools/kboot/mkinitramfs
|
||||
Index: xen-unstable/tools/kboot/mkinitramfs
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ build-32-unstable-12542/tools/kboot/mkinitramfs
|
||||
+++ xen-unstable/tools/kboot/mkinitramfs
|
||||
@@ -0,0 +1,111 @@
|
||||
+#!/bin/sh
|
||||
+
|
||||
@@ -2063,10 +2063,10 @@ Index: build-32-unstable-12542/tools/kboot/mkinitramfs
|
||||
+ echo "file $LIB/$(basename $lib) $lib 0755 0 0"
|
||||
+done
|
||||
+echo
|
||||
Index: build-32-unstable-12542/tools/kboot/select-kernel
|
||||
Index: xen-unstable/tools/kboot/select-kernel
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ build-32-unstable-12542/tools/kboot/select-kernel
|
||||
+++ xen-unstable/tools/kboot/select-kernel
|
||||
@@ -0,0 +1,59 @@
|
||||
+#!/bin/sh
|
||||
+
|
||||
@@ -2127,10 +2127,10 @@ Index: build-32-unstable-12542/tools/kboot/select-kernel
|
||||
+msg "using $kernelname"
|
||||
+echo "$kernelname"
|
||||
+
|
||||
Index: build-32-unstable-12542/make-kboot
|
||||
Index: xen-unstable/make-kboot
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ build-32-unstable-12542/make-kboot
|
||||
+++ xen-unstable/make-kboot
|
||||
@@ -0,0 +1,37 @@
|
||||
+#!/bin/sh
|
||||
+
|
||||
|
Reference in New Issue
Block a user