Skip to content

Commit

Permalink
Custom mirror source and title name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Palve committed Jun 11, 2023
1 parent 862d255 commit 689e16c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
buildout
29 changes: 23 additions & 6 deletions user_overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,42 @@ generate_checksums: true
generate_local_vars: true

# set desired site name
# site_name: mysitename.com
site_name: cips.nyist.edu.cn

# set desired boot domain
# boot_domain: boot.mysitename.com

boot_domain: pxe.nyist.edu.cn
boot_timeout: 600000
# set boot version
# boot_version: "2.x"

# bootloader_tftp_enabled: false
# bootloader_https_enabled: true
# bootloader_http_enabled: true

generate_disks_arm: true
# set release overrides from standard netboot.xyz defaults
# release_overrides:
# alpinelinux:
# name: "Alpine Linux"
# fedora:
# mirror: "mirrors.kernel.org"

release_overrides:
archlinux:
mirror: https://mirror.nyist.edu.cn
centos:
mirror: https://mirror.nyist.edu.cn
debian:
mirror: https://mirror.nyist.edu.cn
fedora:
mirror: https://mirror.nyist.edu.cn
kali:
mirror: https://mirror.nyist.edu.cn
openEuler:
mirror: https://mirror.nyist.edu.cn
openbsd:
mirror: https://mirror.nyist.edu.cn
ubuntu:
mirror: https://mirror.nyist.edu.cn

# set utilitiesefi_overrides from standard netboot.xyz defaults for EFI utilities
# utilitiesefi_overrides:
# supergrub:
Expand All @@ -45,4 +62,4 @@ early_menu_contents: |
### early menu overrides
### used to set early ipxe options such as custom console & logo
# console --x 1024 --y 768
# console --picture https://boot.netboot.xyz/logo.png
console --picture https://pxe.nyist.edu.cn/bg.png

0 comments on commit 689e16c

Please sign in to comment.