summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-01-18 14:51:29 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2016-01-18 14:54:45 +0100
commit0d310c2324d0fddcf306c406849158d84a6bd608 (patch)
tree55df39f628c52403315e7955eb387a44dc24076c /scripts
downloadmeta-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')
-rwxr-xr-xscripts/conf_setup.sh6
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
3readonly DISTRO_VERSION_MINOR="-ppc"
4
5echo "*** Info: Setting DISTRO_VERSION_MINOR."
6echo -e '\nDISTRO_VERSION_MINOR = "'${DISTRO_VERSION_MINOR}'"' >> conf/local.conf