Skip to content
Snippets Groups Projects
Commit b574630c authored by Santiago Rodriguez's avatar Santiago Rodriguez
Browse files

Populate .disk with trisquel related metadata

parent 8cf6bcca
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
source config/bootstrap
mkdir -p binary/.disk/
echo "Trisquel 7.0 \"$LB_DISTRIBUTION\" - Release $LB_ARCHITECTURES ($(date +%Y%m%d))" | sed s/i386/i686/g > binary/.disk/info
echo http://trisquel.info/wiki/$LB_DISTRIBUTION > binary/.disk/release_notes_url
touch binary/.disk/base_installable
echo 'full_cd/single' > binary/.disk/cd_type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment