[Lunar-commits] CVS: theedge/var/lib/lunar/functions kernel.lunar,
1.9, 1.10
Veerappan
watryac04 at lunar-linux.org
Wed Jan 7 05:22:27 GMT 2004
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9511
Modified Files:
kernel.lunar
Log Message:
Added stub for update_aboot. Keeps the POST_INSTALL on alphas from
failing. Will complete the function ASAP. Added this now after tchan's
prompting.
Index: kernel.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/kernel.lunar,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- kernel.lunar 29 Dec 2003 18:09:42 -0000 1.9
+++ kernel.lunar 7 Jan 2004 05:22:25 -0000 1.10
@@ -206,3 +206,17 @@
sleep 4
}
+
+# function update_aboot
+# Description: creates /boot/aboot.conf lines
+# usage: update_aboot bootimagename menuname
+#
+
+# This function is a work in progress. Please treat it as such.
+# -Aaron Watry 1/6/2004
+
+update_aboot() {
+
+ echo "Updating aboot"
+
+}
More information about the Lunar-commits
mailing list