diff options
| -rwxr-xr-x | scripts/live-bottom/20xconfig | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/scripts/live-bottom/20xconfig b/scripts/live-bottom/20xconfig index 2a24ab5..4a80b21 100755 --- a/scripts/live-bottom/20xconfig +++ b/scripts/live-bottom/20xconfig @@ -43,6 +43,11 @@ then  	exit 0  fi +if [ -x /root/usr/bin/X ] +then +	exit 0 +fi +  locale=en_US.UTF-8  mount -n -o bind /sys /root/sys | 
