[flashboot] diffs (ttyflags in rc.initial, libpthread bump, root.hint move)

Stuart Henderson stu at spacehopper.org
Fri Feb 8 12:30:30 EST 2008


the flashboot rc script doesn't set tty flags, the binary is already
in the file lists so this diff just starts it in rc.initial after the
files are copied from flash.

also two changes for list.largekernel; libpthread was bumped and
root.hint moved.

would anyone like to commit these?

Index: rc.initial
===================================================================
RCS file: /cvs/flashboot/initial-conf/rc.initial,v
retrieving revision 1.38
diff -u -p -r1.38 rc.initial
--- rc.initial	19 Sep 2007 14:40:06 -0000	1.38
+++ rc.initial	8 Feb 2008 01:09:44 -0000
@@ -99,6 +99,9 @@ else
 	echo "ERROR: No flash device found, using default config"
 fi
 
+echo 'setting tty flags'
+ttyflags -a
+
 if [ -f /etc/rc.init ] ; then
 	echo "********* executing /etc/rc.init"
 	. /etc/rc.init
Index: list.largekernel
===================================================================
RCS file: /cvs/flashboot/list.largekernel,v
retrieving revision 1.9
diff -u -p -r1.9 list.largekernel
--- list.largekernel	19 Dec 2007 09:39:47 -0000	1.9
+++ list.largekernel	8 Feb 2008 01:20:43 -0000
@@ -6,7 +6,7 @@ COPY	${DESTDIR}/var/named/etc/named.conf
 COPY	${DESTDIR}/var/named/standard/localhost		var/named/standard/localhost
 COPY	${DESTDIR}/var/named/standard/loopback		var/named/standard/loopback
 COPY	${DESTDIR}/var/named/standard/loopback6.arpa	var/named/standard/loopback6.arpa
-COPY	${DESTDIR}/var/named/standard/root.hint 	var/named/standard/root.hint
+COPY	${DESTDIR}/var/named/etc/root.hint 	var/named/etc/root.hint
 
 COPY	${DESTDIR}/usr/sbin/named		usr/sbin/named
 COPY	${DESTDIR}/usr/sbin/rndc		usr/sbin/rndc
@@ -25,7 +25,7 @@ COPY	${DESTDIR}/sbin/kbd			sbin/kbd
 COPY	${DESTDIR}/usr/lib/libssl.so.11.0	usr/lib/libssl.so.11.0
 COPY	${DESTDIR}/usr/lib/libkvm.so.9.0	usr/lib/libkvm.so.9.0
 COPY	${DESTDIR}/usr/lib/libwrap.so.4.0	usr/lib/libwrap.so.4.0
-COPY	${DESTDIR}/usr/lib/libpthread.so.8.0	usr/lib/libpthread.so.8.0
+COPY	${DESTDIR}/usr/lib/libpthread.so.9.0	usr/lib/libpthread.so.9.0
 
 # Create mountpoint for cdrom
 SPECIAL mkdir ./cd


More information about the flashboot mailing list