Skip to content

Commit

Permalink
SmartOS has moved to MNX.io
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamat committed Jan 11, 2024
1 parent 8bbab46 commit 78945d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ In addition to being able to host netboot.xyz locally, you can also create your
| Scientific Linux | https://scientificlinux.org | Yes | No |
| Septor | https://septor.sourceforge.io | No | Yes |
| Slackware | https://www.slackware.com | Yes | No |
| SmartOS | https://www.joyent.com/smartos | Yes | No |
| SmartOS | https://www.smartos.org/ | Yes | No |
| SparkyLinux | https://sparkylinux.org/ | No | Yes |
| Tails | https://tails.net | No | Yes |
| Talos | https://www.talos.dev/ | Yes | No |
Expand Down
2 changes: 1 addition & 1 deletion roles/netbootxyz/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ releases:
base_dir: /platform/i86pc/
enabled: true
menu: unix
mirror: https://netboot.joyent.com/os/
mirror: https://netboot.smartos.org/os/
name: SmartOS
versions:
- code_name: 20231228T001409Z
Expand Down
4 changes: 2 additions & 2 deletions roles/netbootxyz/templates/menu/smartos.ipxe.j2
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!ipxe
######################################
# SmartOS #
# https://www.joyent.com/smartos #
# https://www.smartos.org/ #
# Credit: https://github.com/bahamat #
######################################

Expand All @@ -28,7 +28,7 @@ item toggle_kmdb_b ${space} Boot Kernel Debugger First: ${kmdb_b}

iseq ${noimport} true && item --gap ${space} ||
iseq ${noimport} true && item --gap ${space} Zpool will not be imported. Rescue mode root password can be found at ||
iseq ${noimport} true && item --gap ${space} http://us-east.manta.joyent.com/Joyent_Dev/public/SmartOS/smartos.html ||
iseq ${noimport} true && item --gap ${space} http://us-central.manta.mnx.io/Joyent_Dev/public/SmartOS/smartos.html ||

choose smartos_build || goto smartos_exit
iseq ${smartos_build} toggle_pool && goto toggle_pool ||
Expand Down

0 comments on commit 78945d3

Please sign in to comment.