Author: alexander
Date: 2007-06-26 09:26:18 -0600 (Tue, 26 Jun 2007)
New Revision: 1932
Modified:
trunk/packages/linux/fakes-for-fglrx/uname.in
Log:
Fixed architecture in the previous commit
Modified: trunk/packages/linux/fakes-for-fglrx/uname.in
===================================================================
--- trunk/packages/linux/fakes-for-fglrx/uname.in 2007-06-26 14:57:29 UTC
(rev 1931)
+++ trunk/packages/linux/fakes-for-fglrx/uname.in 2007-06-26 15:26:18 UTC
(rev 1932)
@@ -2,7 +2,7 @@
case "$1" in
-a)
- echo "Linux lfslivecd VERSION #1 SMP x86_64 GNU/Linux"
+ echo "Linux lfslivecd VERSION #1 SMP i486 GNU/Linux"
;;
-s)
echo "Linux"
@@ -17,7 +17,7 @@
echo "#1 SMP"
;;
-m)
- echo "x86_64"
+ echo "i486"
;;
-p|-i)
echo "unknown"
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page