|
@@ -1,5 +1,8 @@
|
|
#!/bin/sh
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
+EPATH=$(sed 's/.*EPATH=\([^ ]*\) .*/\1/' /proc/cmdline)
|
|
|
|
+PATH=/tmp/bin:$EPATH:$PATH
|
|
|
|
+
|
|
# assume this was a call for CRDA,
|
|
# assume this was a call for CRDA,
|
|
# if not then it won't find a COUNTRY
|
|
# if not then it won't find a COUNTRY
|
|
# environment variable and exit
|
|
# environment variable and exit
|