[Debootloaders-devel] r162 - trunk/emile/debian

Wouter Verhelst wouter at costa.debian.org
Wed Sep 13 22:35:47 UTC 2006


Author: wouter
Date: 2006-09-13 22:35:47 +0000 (Wed, 13 Sep 2006)
New Revision: 162

Added:
   trunk/emile/debian/emile-install-kernel.cfg
Modified:
   trunk/emile/debian/rules
Log:
Install the script, and add a config file


Added: trunk/emile/debian/emile-install-kernel.cfg
===================================================================
--- trunk/emile/debian/emile-install-kernel.cfg	                        (rev 0)
+++ trunk/emile/debian/emile-install-kernel.cfg	2006-09-13 22:35:47 UTC (rev 162)
@@ -0,0 +1,12 @@
+# vim:ft=sh
+#
+# Install the kernel using EMILE?
+# Set to "true" to allow emile to install a kernel image right after
+# installation
+DO_EMILE=false
+
+# What device should the emile bootblock be written to?
+EMILE_DEVICE=/dev/sda
+
+# Kernel command line
+APPEND="root=/dev/sda4"

Modified: trunk/emile/debian/rules
===================================================================
--- trunk/emile/debian/rules	2006-09-13 18:53:56 UTC (rev 161)
+++ trunk/emile/debian/rules	2006-09-13 22:35:47 UTC (rev 162)
@@ -75,6 +75,8 @@
 	dh_installdocs -a
 	dh_installexamples -a
 	dh_install --sourcedir=debian/tmp -a
+	install -m 755 -o root -g root debian/emile-install-kernel debian/emile/etc/kernel/postinst.d
+	install -m 644 -o root -g root debian/emile-install-kernel.cfg debian/emile/etc
 	dh_installman -a
 	dh_link -a
 	dh_strip -a




More information about the Debootloaders-devel mailing list