diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2016-01-18 14:51:29 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2016-01-18 14:54:45 +0100 |
commit | 0d310c2324d0fddcf306c406849158d84a6bd608 (patch) | |
tree | 55df39f628c52403315e7955eb387a44dc24076c /scripts/conf_setup.sh | |
download | meta-enea-base-ppc-dizzy-enea.tar.gz |
initial commit for Enea Linux 5.0-ppcdizzy-enea
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'scripts/conf_setup.sh')
-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 | ||