[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] installer: add a malta image



Hi all,

Please find below the final part (I hope) to support the Malta board in
debian-installer.

Any comment?

Aurelien 

Index: build/config/mipsel/malta.cfg
===================================================================
--- build/config/mipsel/malta.cfg	(révision 0)
+++ build/config/mipsel/malta.cfg	(révision 0)
@@ -0,0 +1,5 @@
+MEDIUM_SUPPORTED = netboot-2.6
+
+# The version of the kernel to use.
+KERNELVERSION_2.6 := $(KERNELVERSION_2.6)-4kc-malta
+
Index: build/config/mipsel/malta/netboot-2.6.cfg
===================================================================
--- build/config/mipsel/malta/netboot-2.6.cfg	(révision 0)
+++ build/config/mipsel/malta/netboot-2.6.cfg	(révision 0)
@@ -0,0 +1,12 @@
+MEDIA_TYPE = netboot image
+
+KERNELVERSION = $(KERNELVERSION_2.6)
+KERNELMAJOR = 2.6
+
+TARGET = $(INITRD) $(KERNEL)
+TYPE = netboot
+EXTRANAME = $(TYPE)/
+
+MANIFEST-INITRD = "initrd for the MIPS Malta board"
+MANIFEST-KERNEL = "kernel image for the MIPS Malta board"
+
Index: build/config/mips/malta.cfg
===================================================================
--- build/config/mips/malta.cfg	(révision 0)
+++ build/config/mips/malta.cfg	(révision 0)
@@ -0,0 +1,5 @@
+MEDIUM_SUPPORTED = netboot-2.6
+
+# The version of the kernel to use.
+KERNELVERSION_2.6 := $(KERNELVERSION_2.6)-4kc-malta
+
Index: build/config/mips/malta/netboot-2.6.cfg
===================================================================
--- build/config/mips/malta/netboot-2.6.cfg	(révision 0)
+++ build/config/mips/malta/netboot-2.6.cfg	(révision 0)
@@ -0,0 +1,12 @@
+MEDIA_TYPE = netboot image
+
+KERNELVERSION = $(KERNELVERSION_2.6)
+KERNELMAJOR = 2.6
+
+TARGET = $(INITRD) $(KERNEL)
+TYPE = netboot
+EXTRANAME = $(TYPE)/
+
+MANIFEST-INITRD = "initrd for the MIPS Malta board"
+MANIFEST-KERNEL = "kernel image for the MIPS Malta board"
+
Index: build/config/mipsel.cfg
===================================================================
--- build/config/mipsel.cfg	(révision 50970)
+++ build/config/mipsel.cfg	(copie de travail)
@@ -1,4 +1,4 @@
-SUBARCH_SUPPORTED = cobalt sb1-bcm91250a sb1a-bcm91480b qemu
+SUBARCH_SUPPORTED = cobalt sb1-bcm91250a sb1a-bcm91480b qemu malta
 
 MKLIBS = mklibs-copy
 
Index: build/config/mips.cfg
===================================================================
--- build/config/mips.cfg	(révision 50970)
+++ build/config/mips.cfg	(copie de travail)
@@ -1,4 +1,4 @@
-SUBARCH_SUPPORTED = r4k-ip22 r5k-ip32 sb1-bcm91250a sb1a-bcm91480b miniiso qemu
+SUBARCH_SUPPORTED = r4k-ip22 r5k-ip32 sb1-bcm91250a sb1a-bcm91480b miniiso qemu malta
 
 MKLIBS = mklibs-copy
 
Index: debian/changelog
===================================================================
--- debian/changelog	(révision 50970)
+++ debian/changelog	(copie de travail)
@@ -171,6 +171,9 @@
   * Switch from upx-ucl-beta to upx-ucl, now that it's out of beta.
   * Avoid using sources.list.d when downloading udebs. Closes: #459612
 
+  [ Aurelien Jarno ]
+  * Add support for MIPS Malta platform.
+
  -- Joey Hess <joeyh@debian.org>  Sat, 17 Nov 2007 15:44:08 -0500
 
 debian-installer (20070308) unstable; urgency=low

-- 
  .''`.  Aurelien Jarno	            | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   aurel32@debian.org         | aurelien@aurel32.net
   `-    people.debian.org/~aurel32 | www.aurel32.net


Reply to: