Skip to content

Commit

Permalink
Correct bootstrap example code
Browse files Browse the repository at this point in the history
  • Loading branch information
dbackeus committed Sep 2, 2024
1 parent 455b23a commit 9115fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def bootstrappable?
# wget $TALOS_IMAGE_URL --quiet -O - | xz -d | dd of=/dev/$DEVICE status=progress
# sync
# mount /dev/${DEVICE}p3 /mnt
# sed -i 's/vmlinuz/vmlinuz talos.config=https:\/\/$HOST\/config/' /mnt/grub/grub.cfg
# sed -i "s/vmlinuz/vmlinuz talos.config=https:\/\/$HOST\/config/" /mnt/grub/grub.cfg
# umount /mnt
# reboot
def bootstrap!
Expand Down

0 comments on commit 9115fac

Please sign in to comment.