tieto team mailing list archive
-
tieto team
-
Mailing list archive
-
Message #00414
[Branch ~ubuntu-core-dev/debian-installer/ubuntu] Rev 1706: Add missing files from last commit
------------------------------------------------------------
revno: 1706
author: Robie Basak <robie.basak@xxxxxxxxxx>
committer: Adam Conrad <adconrad@xxxxxxx>
branch nick: ubuntu
timestamp: Fri 2012-06-08 11:32:54 -0600
message:
Add missing files from last commit
added:
build/config/armel/highbank/
build/config/armel/highbank.cfg
build/config/armel/highbank/netboot.cfg
--
lp:~ubuntu-core-dev/debian-installer/ubuntu
https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu
Your team Tieto is subscribed to branch lp:~ubuntu-core-dev/debian-installer/ubuntu.
To unsubscribe from this branch go to https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu/+edit-subscription
=== added directory 'build/config/armel/highbank'
=== added file 'build/config/armel/highbank.cfg'
--- build/config/armel/highbank.cfg 1970-01-01 00:00:00 +0000
+++ build/config/armel/highbank.cfg 2012-06-08 17:32:54 +0000
@@ -0,0 +1,11 @@
+MEDIUM_SUPPORTED = netboot
+
+# we use non-versioned filenames in the highbank kernel udeb
+KERNELNAME = vmlinuz
+VERSIONED_SYSTEM_MAP =
+
+# highbank uses a different kernel ABI
+KERNELVERSION = 3.4.0-5
+
+# The version of the kernel to use.
+KERNELVERSION := $(KERNELVERSION)-highbank
=== added file 'build/config/armel/highbank/netboot.cfg'
--- build/config/armel/highbank/netboot.cfg 1970-01-01 00:00:00 +0000
+++ build/config/armel/highbank/netboot.cfg 2012-06-08 17:32:54 +0000
@@ -0,0 +1,10 @@
+MEDIA_TYPE = netboot image
+TARGET = $(INITRD) $(KERNEL)
+INITRD_FS = initramfs
+
+TYPE = netboot
+EXTRANAME = $(TYPE)/
+
+MANIFEST-INITRD = "netboot initrd"
+MANIFEST-KERNEL = "kernel image to netboot"
+