# HG changeset patch # User Christophe Lincoln # Date 1209817152 -7200 # Node ID 227d295f17c22519bb56ef1f95d81dcad7610d89 # Parent 3b9b5086a37d372f1251a08355964c40d07a7e2a slitaz-tools: dont declare /etc/X11/screen.conf for now (boot script must be modified or...) diff -r 3b9b5086a37d -r 227d295f17c2 slitaz-tools/receipt --- a/slitaz-tools/receipt Sat May 03 12:21:06 2008 +0200 +++ b/slitaz-tools/receipt Sat May 03 14:19:12 2008 +0200 @@ -70,8 +70,12 @@ cd $WOK/$PACKAGE # Declare /etc/X11/screen.conf - mkdir -p $fs/etc/X11 - touch $fs/etc/X11/screen.conf + # + # At the moment if /etc/X11/screen.conf exist there is no + # screen config with tazx in Live mode. + # + #mkdir -p $fs/etc/X11 + #touch $fs/etc/X11/screen.conf chown -R root.root $fs chmod -R 755 $fs/usr/bin