diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-21 07:10:57 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-05-23 12:29:54 +0200 |
commit | eea2becec4065b1ea287cb163a1f44bf69da21ef (patch) | |
tree | 025f8115140a0e3e3ea46eba68e09a491cfcfdbe /helpers | |
parent | 172b5f01b84021167885248fc5249b99510bbf4b (diff) | |
download | vyos-live-build-eea2becec4065b1ea287cb163a1f44bf69da21ef.tar.gz vyos-live-build-eea2becec4065b1ea287cb163a1f44bf69da21ef.zip |
Applying slightly modified patch from Cody A.W. Somerville <cody.somerville@canonical.com> to update titles for Ubuntu in live-media disk info.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/binary_disk | 2 | ||||
-rwxr-xr-x | helpers/source_disk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/helpers/binary_disk b/helpers/binary_disk index 09c0b1b1e..d678cea2a 100755 --- a/helpers/binary_disk +++ b/helpers/binary_disk @@ -65,7 +65,7 @@ case "${LH_MODE}" in ;; ubuntu) - TITLE="Ubuntu GNU/Linux" + TITLE="Ubuntu" STRING="Build ${ARCHITECTURE}" TRACE="" ;; diff --git a/helpers/source_disk b/helpers/source_disk index bad277065..8a2ae7998 100755 --- a/helpers/source_disk +++ b/helpers/source_disk @@ -65,7 +65,7 @@ case "${LH_MODE}" in ;; ubuntu) - TITLE="Ubuntu GNU/Linux" + TITLE="Ubuntu" STRING="Build ${ARCHITECTURE}" TRACE="" ;; |