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

Remove casper hook and include casper.conf inside chroot

parent b4048cf0
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cat << EOF > /etc/casper.conf
export USERNAME="trisquel" export USERNAME="trisquel"
export USERFULLNAME="trisquel" export USERFULLNAME="trisquel"
export HOST="trisquel" export HOST="trisquel"
export BUILD_SYSTEM="Ubuntu" export BUILD_SYSTEM="Ubuntu"
export FLAVOUR="Ubuntu" export FLAVOUR="Trisquel"
EOF
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