Added the update-kernel script to openslug-init
authorRod Whitby <rod@whitby.id.au>
Mon, 9 May 2005 21:49:23 +0000 (21:49 +0000)
committerRod Whitby <rod@whitby.id.au>
Mon, 9 May 2005 21:49:23 +0000 (21:49 +0000)
BKrev: 427fdae3XdjrkS5Z-afY4wf3_-rlAg

packages/openslug-init/openslug-init-0.10/update-kernel [new file with mode: 0644]
packages/openslug-init/openslug-init_0.10.bb

diff --git a/packages/openslug-init/openslug-init-0.10/update-kernel b/packages/openslug-init/openslug-init-0.10/update-kernel
new file mode 100644 (file)
index 0000000..e69de29
index 4359ccc..5b38791 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Openslug initial network config via sysconf"
 SECTION = "console/network"
 LICENSE = "GPL"
 DEPENDS = "base-files"
-PR = "r21"
+PR = "r22"
 
 SRC_URI = "file://linuxrc \
           file://sysconfsetup \
@@ -12,7 +12,8 @@ SRC_URI = "file://linuxrc \
           file://leds_rs_green \
           file://leds.h \
           file://leds.c \
-          file://kern_header.c"
+          file://kern_header.c \
+          file://update-kernel"
 
 inherit autotools update-rc.d
 
@@ -36,6 +37,7 @@ do_install() {
        install -d ${D}/initrd
 
        install -m 0755 ${D}/../kern_header ${D}${sbindir}/kern_header
+       install -m 0755 ${D}/../update-kernel ${D}${sbindir}/update-kernel
        install -m 0755 ${D}/../turnup ${D}${sbindir}/turnup
        install -m 0755 ${D}/../leds ${D}${sbindir}/leds
        install -m 0755 ${D}/../sysconfsetup ${D}${sysconfdir}/init.d/