Author: jhuntwork
Date: 2005-05-14 07:49:48 -0600 (Sat, 14 May 2005)
New Revision: 150
Modified:
trunk/TODO
trunk/packages/xfce/Makefile
trunk/root/.xinitrc
Log:
Added .xinitrc file for root
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2005-05-14 13:45:41 UTC (rev 149)
+++ trunk/TODO 2005-05-14 13:49:48 UTC (rev 150)
@@ -4,7 +4,6 @@
* nALFS profile
* New shutdown scripts to handle unmounts of drives, stopping of services, if
they were started, etc.
* Decide upon the default timezone in the Makefile. GMT? (Fine with me - JH)
-* Create .xinitrc file for root and choose default wm, probably xfce.
* Menus and background for xfce
* Add some Greek TrueType fonts.
* Remove Bitstream Vera, adjust /etc/fonts/fonts.conf accordingly
Modified: trunk/packages/xfce/Makefile
===================================================================
--- trunk/packages/xfce/Makefile 2005-05-14 13:45:41 UTC (rev 149)
+++ trunk/packages/xfce/Makefile 2005-05-14 13:49:48 UTC (rev 150)
@@ -23,6 +23,7 @@
for i in `cat ../../list` ; do tar -xzvf $$i.tar.gz && cd $$i && \
./configure --prefix=/usr --sysconfdir=/etc --enable-debug=no
--enable-panel --enable-startup-notification --libexecdir=/usr/sbin && \
make -j3 && make install && cd .. ; done ; fi
+ @cp $(ROOT)/root/.xinitrc /root/
@make clean
clean:
Modified: trunk/root/.xinitrc
===================================================================
--- trunk/root/.xinitrc 2005-05-14 13:45:41 UTC (rev 149)
+++ trunk/root/.xinitrc 2005-05-14 13:49:48 UTC (rev 150)
@@ -1,2 +1 @@
-xrdb -merge ~/.Xresources
-exec startfluxbox
+exec startxfce4
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page