diff options
author | Daniil Baturin <daniil@vyos.io> | 2022-10-06 12:08:40 -0400 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2022-10-06 17:55:01 -0400 |
commit | 3979b25dcf137600b6ba7ccd361ae78515c012e8 (patch) | |
tree | 2480bb35911dbb09557be01869d71c782e882e5e /data/defaults.json | |
parent | 7149a2aa2e51abe6ffb2d81db4ff58da825f0da8 (diff) | |
download | vyos-build-3979b25dcf137600b6ba7ccd361ae78515c012e8.tar.gz vyos-build-3979b25dcf137600b6ba7ccd361ae78515c012e8.zip |
T3664: initial implementation of the build flavor system
Diffstat (limited to 'data/defaults.json')
-rw-r--r-- | data/defaults.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/data/defaults.json b/data/defaults.json deleted file mode 100644 index 674eba8b..00000000 --- a/data/defaults.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "architecture": "amd64", - "debian_mirror": "http://deb.debian.org/debian", - "debian_security_mirror": "http://deb.debian.org/debian", - "debian_distribution": "bullseye", - "vyos_mirror": "http://dev.packages.vyos.net/repositories/current", - "vyos_branch": "current", - "kernel_version": "5.15.72", - "kernel_flavor": "amd64-vyos", - "release_train": "sagitta", - "bootloaders": "syslinux,grub-efi", - "additional_repositories": [ - "deb [arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/3004 bullseye main", - "deb [arch=amd64] http://repo.powerdns.com/debian bullseye-rec-47 main" - ], - "custom_packages": [] -} |