Skip to content

Commit

Permalink
Fixed NVIDIA packages
Browse files Browse the repository at this point in the history
Replaced Quadra with ltris
  • Loading branch information
svenstaro committed Apr 20, 2010
1 parent 5c45d83 commit 6e9cfec
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion boot-files/isolinux/isolinux.cfg
Expand Up @@ -34,7 +34,7 @@ For general info on live.linuX-gamers, please press F1
ENDTEXT ENDTEXT
MENU LABEL Boot lglive MENU LABEL Boot lglive
KERNEL /boot/vmlinuz26 KERNEL /boot/vmlinuz26
APPEND initrd=/boot/lglive.img lang=en locale=en_US.UTF-8 archisolabel=XXX tmpfs_size=25% APPEND initrd=/boot/lglive.img lang=en locale=en_US.UTF-8 archisolabel=XXX tmpfs_size=25% radeon.modeset=0


LABEL memtest LABEL memtest
MENU LABEL Run Memtest86+ (RAM test) MENU LABEL Run Memtest86+ (RAM test)
Expand Down
17 changes: 8 additions & 9 deletions buildscript.sh
Expand Up @@ -82,18 +82,17 @@ overlay ()
find . -type l|xargs rm &> /dev/null find . -type l|xargs rm &> /dev/null
[ ! ${QUIET} == "y" ] && echo "overlay: Making NVIDIA driver packages" [ ! ${QUIET} == "y" ] && echo "overlay: Making NVIDIA driver packages"
if [ ${VERBOSE} == "y" ]; then if [ ${VERBOSE} == "y" ]; then
pacman -Syw --config ${BASEDIR}/pacman.conf --cachedir `pwd` --noconfirm nvidia nvidia-utils nvidia-173xx nvidia-173xx-utils nvidia-96xx nvidia-96xx-utils pacman -Sywd --config ${BASEDIR}/pacman.conf --cachedir `pwd` --noconfirm nvidia nvidia-utils nvidia-173xx nvidia-173xx-utils nvidia-96xx nvidia-96xx-utils
else else
pacman -Syw --config ${BASEDIR}/pacman.conf --cachedir `pwd` --noconfirm nvidia nvidia-utils nvidia-173xx nvidia-173xx-utils nvidia-96xx nvidia-96xx-utils &> /dev/null pacman -Sywd --config ${BASEDIR}/pacman.conf --cachedir `pwd` --noconfirm nvidia nvidia-utils nvidia-173xx nvidia-173xx-utils nvidia-96xx nvidia-96xx-utils &> /dev/null
fi fi
[ "$?" -ne 0 ] && echo -e "\e[01;31moverlay: Exiting due to error while getting NVIDIA driver packages\e[00m" && exit 1 [ "$?" -ne 0 ] && echo -e "\e[01;31moverlay: Exiting due to error while getting NVIDIA driver packages\e[00m" && exit 1
mv -f `ls nvidia-173xx*.tar.*|grep -v utils` nvidia-legacy.tar.xz mv -f `ls nvidia-173xx*pkg.tar.*|grep -v utils` nvidia-legacy.tar.xz || return 1
mv -f `ls nvidia-173xx*.tar.*|grep utils` nvidia-legacy-utils.tar.xz mv -f `ls nvidia-173xx*pkg.tar.*|grep utils` nvidia-legacy-utils.tar.xz || return 1
mv -f `ls nvidia-96xx*.tar.*|grep -v utils` nvidia-prelegacy.tar.xz mv -f `ls nvidia-96xx*pkg.tar.*|grep -v utils` nvidia-prelegacy.tar.xz || return 1
mv -f `ls nvidia-96xx*.tar.*|grep utils` nvidia-prelegacy-utils.tar.xz mv -f `ls nvidia-96xx*pkg.tar.*|grep utils` nvidia-prelegacy-utils.tar.xz || return 1
mv -f `ls nvidia-*.tar.*|grep -v utils|grep -v 173xx|grep -v 96xx` nvidia-recent.tar.xz mv -f `ls nvidia-*pkg.tar.*|grep -v utils|grep -v 173xx|grep -v 96xx` nvidia-recent.tar.xz || return 1
mv -f `ls nvidia-*.tar.*|grep utils|grep -v 173xx|grep -v 96xx` nvidia-recent-utils.tar.xz mv -f `ls nvidia-*pkg.tar.*|grep utils|grep -v 173xx|grep -v 96xx` nvidia-recent-utils.tar.xz || return 1
rm *.tar.* &> /dev/null


# NO ATI FOR NOW BECAUSE NO COMPATIBLE DRIVER IS AVAILABLE # NO ATI FOR NOW BECAUSE NO COMPATIBLE DRIVER IS AVAILABLE
# to reenable, put "base-devel" into packages.list again! # to reenable, put "base-devel" into packages.list again!
Expand Down
2 changes: 1 addition & 1 deletion gamelist_big
Expand Up @@ -7,8 +7,8 @@ foobillard
frozen-bubble frozen-bubble
hedgewars hedgewars
lbreakout2 lbreakout2
ltris
pingus pingus
quadra
smc smc
teeworlds teeworlds
worldofgoo-demo worldofgoo-demo
Expand Down
2 changes: 1 addition & 1 deletion gamelist_lite
Expand Up @@ -7,8 +7,8 @@ foobillard
frozen-bubble frozen-bubble
hedgewars hedgewars
lbreakout2 lbreakout2
ltris
pingus pingus
quadra
smc smc
teeworlds teeworlds
worldofgoo-demo worldofgoo-demo
Expand Down
Binary file added games/ltris/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions games/ltris/info
@@ -0,0 +1 @@
NAME=[ltris]
Empty file added games/ltris/init.sh
Empty file.
1 change: 1 addition & 0 deletions games/ltris/start.sh
@@ -0,0 +1 @@
ltris
Binary file removed localrepo/libcurl3-7.15.5-1-i686.pkg.tar.xz
Binary file not shown.
Binary file modified localrepo/localrepo.db.tar.gz
Binary file not shown.
Binary file removed localrepo/quadra-1.2.0-1-i686.pkg.tar.xz
Binary file not shown.

0 comments on commit 6e9cfec

Please sign in to comment.