diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-10-14 22:54:48 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-10-14 22:54:48 +0000 |
commit | e51cbce32f0f0152e4088aadf6eb1de948938435 (patch) | |
tree | 31ce4140ded8ef01079863bc80ceb9071fa669ae /scripts | |
parent | 7d7ff8b9738b91b9ffb886e7540d74e7d77f1cc7 (diff) | |
download | anaconda-e51cbce32f0f0152e4088aadf6eb1de948938435.tar.gz anaconda-e51cbce32f0f0152e4088aadf6eb1de948938435.tar.xz anaconda-e51cbce32f0f0152e4088aadf6eb1de948938435.zip |
add productpath to the buildstamp
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mk-images | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index e38aa4c86..2e2943d5c 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -384,6 +384,7 @@ makeproductfile() { echo $IMAGEUUID > $root/.buildstamp echo $PRODUCT >> $root/.buildstamp echo $VERSION >> $root/.buildstamp + echo $PRODUCTPATH >> $root/.buildstamp } makeinitrd() { |