diff options
author | jnqnfe <jnqnfe@gmail.com> | 2014-11-29 03:44:01 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-05 22:35:52 +0000 |
commit | 8008b57fc2c83ab59c03ce7dbdae31a5f5f5d8d0 (patch) | |
tree | 8bd5b704e4b6d40e72cda3fe2c586d8aa80d8911 /scripts/build/source_live | |
parent | 4d0c3a1169760ec3c29ee756c13b37569d1deb94 (diff) | |
download | vyos-live-build-8008b57fc2c83ab59c03ce7dbdae31a5f5f5d8d0.tar.gz vyos-live-build-8008b57fc2c83ab59c03ce7dbdae31a5f5f5d8d0.zip |
source: add output of config readme file to source image
To provide an explanation
Gbp-Dch: Short
Closes: #952921
Diffstat (limited to 'scripts/build/source_live')
-rwxr-xr-x | scripts/build/source_live | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/build/source_live b/scripts/build/source_live index b49cad82a..6ddef59df 100755 --- a/scripts/build/source_live +++ b/scripts/build/source_live @@ -58,5 +58,13 @@ then cp -a auto source/live fi +# Creating readme file +cat > source/live/README.txt << EOF +The config files in this directory are a copy of those that were used by the +live-build tool to build this disc and the "live" disc for which this "source" +disc is a companion. (This disc contains the source code corresponding to the +packages used in the "live" disc). +EOF + # Creating stage file Create_stagefile .build/source_live |