ppcrcd/trunk: TODO conf.dir/etc/skel/documentation.html conf.dir/usr/lib/ppcrcd/fbsplash

sparky cvs at pld-linux.org
Fri Mar 17 18:16:37 CET 2006


Author: sparky
Date: Fri Mar 17 18:16:33 2006
New Revision: 7212

Modified:
   ppcrcd/trunk/TODO
   ppcrcd/trunk/conf.dir/etc/skel/documentation.html
   ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/fbsplash
Log:
- i'd like it to work on oldworld-macs
- few minor fixes


Modified: ppcrcd/trunk/TODO
==============================================================================
--- ppcrcd/trunk/TODO	(original)
+++ ppcrcd/trunk/TODO	Fri Mar 17 18:16:33 2006
@@ -2,6 +2,8 @@
 
 * more tests, tests, TESTS !!!
 
+* oldworld-macs support
+
 * init scripts:
 	- lvm disks autodetect (?)
 	- memtest requires rewriting

Modified: ppcrcd/trunk/conf.dir/etc/skel/documentation.html
==============================================================================
--- ppcrcd/trunk/conf.dir/etc/skel/documentation.html	(original)
+++ ppcrcd/trunk/conf.dir/etc/skel/documentation.html	Fri Mar 17 18:16:33 2006
@@ -3,6 +3,9 @@
 		<meta http-equiv="refresh" content="1;url=/usr/share/doc/ppcrcd/index.html" />
 	</head>
 	<body>
-		Documentation is placed in: /usr/share/doc/ppcrcd
+		Documentation is placed in: 
+		<a href="/usr/share/doc/ppcrcd/index.html">
+			/usr/share/doc/ppcrcd
+		</a>
 	</body>
 </html>

Modified: ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/fbsplash
==============================================================================
--- ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/fbsplash	(original)
+++ ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/fbsplash	Fri Mar 17 18:16:33 2006
@@ -14,8 +14,9 @@
 		| grep -q "No 8bpp"; then
 	/usr/bin/fbset -depth 15 -a || /usr/bin/fbset -depth 16 -a || \
 		die 1 "can't change frame buffer color depth"
-	/sbin/splash_util --vc=0 -m v -t darkblue -c setpic || \
-		die 2 "something's wrong with with fbsplash"
+	{ /sbin/splash_util --vc=0 -m v -t darkblue -c setpic || \
+		die 2 "something's wrong with with fbsplash"; } \
+		| grep -q "No 8bpp" && die 3 "HiColor frame buffer needed"
 fi
 /sbin/splash_util --vc=0 -c on >/dev/null 2>&1
 


More information about the pld-cvs-commit mailing list