From 6cb882a478fb07eef1b870f0d139a3b59da06955 Mon Sep 17 00:00:00 2001 From: Bastian Wissler Date: Wed, 3 Sep 2008 15:10:55 +0000 Subject: ubuntu-gfx-install.sh: we need /etc-files of ati package git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2196 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'os-plugins') diff --git a/os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh b/os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh index 5254dd50..bca5c0e7 100755 --- a/os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh +++ b/os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh @@ -55,6 +55,7 @@ case ${TARGET} in ld_static -d -r -o ${PLUGIN_FOLDER}/ati/modules/fglrx.ko fglrx/* #TODO: Bastian: do we really need this part in stage1? + # Volker: I think we could just copy it (is a unique file) if [ -f /usr/lib/dri/fglrx_dri.so ]; then mv /usr/lib/dri/fglrx_dri.so /usr/lib/dri/fglrx_dri.so.slx else @@ -66,7 +67,10 @@ case ${TARGET} in # cleanup cd ${PLUGIN_FOLDER}/ati - rm -rf ./etc + + #@Volker: We need /etc-files - there is a database + # file for the fglrx-driver in stage3 !!! + #rm -rf ./etc #TODO: check for more cleanups when the main part works! ;; -- cgit v1.2.3-55-g7522