Author: sparky Date: Thu Mar 16 17:33:12 2006 New Revision: 7194 Added: ppcrcd/trunk/conf.dir/etc/skel/ ppcrcd/trunk/conf.dir/etc/skel/documentation.html Modified: ppcrcd/trunk/conf.dir/linuxrc ppcrcd/trunk/initrd.dir/linuxrc Log: - documentation.html in /root dir
Added: ppcrcd/trunk/conf.dir/etc/skel/documentation.html ============================================================================== --- (empty file) +++ ppcrcd/trunk/conf.dir/etc/skel/documentation.html Thu Mar 16 17:33:12 2006 @@ -0,0 +1,8 @@ +<html> + <head> + <meta http-equiv="refresh" content="1;url=/usr/share/doc/ppcrcd/index.html" /> + </head> + <body> + Documentation is placed in: /usr/share/doc/ppcrcd + </body> +</html> Modified: ppcrcd/trunk/conf.dir/linuxrc ============================================================================== --- ppcrcd/trunk/conf.dir/linuxrc (original) +++ ppcrcd/trunk/conf.dir/linuxrc Thu Mar 16 17:33:12 2006 @@ -18,7 +18,6 @@ cp -a /live/etc/skel /root chmod -R +w /root chmod +x /root/.bash* -ln -s /usr/share/doc/ppcrcd /root/ppcrcd.doc cp -a /live/etc /etc chmod -R +w /etc Modified: ppcrcd/trunk/initrd.dir/linuxrc ============================================================================== --- ppcrcd/trunk/initrd.dir/linuxrc (original) +++ ppcrcd/trunk/initrd.dir/linuxrc Thu Mar 16 17:33:12 2006 @@ -172,7 +172,6 @@ /bin/cp -a /live/etc/skel /root /bin/chmod -R +w /root /bin/chmod +x /root/.bash* -/bin/ln -s /usr/share/doc/ppcrcd /root/ppcrcd.doc /bin/cp -a /live/etc /etc /bin/chmod -R +w /etc /bin/cp -a /live/var /var _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
