blob: 3c93dfe2be4c6a848801573acec44e08c58e46e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- client/initscripts/Gentoo/ltsp-client-setup.initd.orig 2012-03-17 17:49:34.000000000 +0100
+++ client/initscripts/Gentoo/ltsp-client-setup.initd 2012-03-17 17:50:13.000000000 +0100
@@ -46,7 +46,7 @@
SERVER="${SERVER:-192.168.0.254}"
export SERVER
- ARCH=$(uname -m | sed -e 's:i[3-6]86:x86:' -e 's:x86_64:amd64:' -e 's:parisc:hppa:')
+ ARCH=$(uname -m | sed -e 's:x86_64:amd64:' -e 's:parisc:hppa:')
TFTPPATH="/ltsp/${ARCH}/lts.conf"
# Attempt to get lts.conf via tftp
|