summaryrefslogtreecommitdiff
path: root/scripts/build-installer
blob: e8fd3996a6881d1b418a0b8718da6144a4157bfa (plain)
1
2
3
4
5
6
#!/bin/sh
retry="$(dirname $0)/guix-retry"
repo="$(realpath "$(dirname $0)/..")"
date="$(date -Iseconds)"
image=$("$retry" guix system -L "$repo/modules" image -t iso9660 "$repo/systems/installer.scm")
cp $image "./guix-installer-$date.iso"