diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/conf_setup.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/conf_setup.sh b/scripts/conf_setup.sh new file mode 100755 index 0000000..74ef1fd --- /dev/null +++ b/scripts/conf_setup.sh | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | readonly DISTRO_VERSION_MINOR="-ppc" | ||
| 4 | |||
| 5 | echo "*** Info: Setting DISTRO_VERSION_MINOR." | ||
| 6 | echo -e '\nDISTRO_VERSION_MINOR = "'${DISTRO_VERSION_MINOR}'"' >> conf/local.conf | ||
