10 lines
340 B
Bash
10 lines
340 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
# Overrides for releng's profiledef.sh — only the fields we want to change.
|
||
|
|
# build.sh sources releng's original first, then this file, so these win.
|
||
|
|
|
||
|
|
iso_name="furtka"
|
||
|
|
iso_label="FURTKA_$(date +%Y%m)"
|
||
|
|
iso_publisher="Furtka <https://furtka.org>"
|
||
|
|
iso_application="Furtka Live Installer"
|
||
|
|
iso_version="$(date +%Y.%m.%d)"
|