Skip to content

Commit

Permalink
Packet: Install to smallest disk
Browse files Browse the repository at this point in the history
  • Loading branch information
pothos committed Mar 19, 2020
1 parent 45c33d0 commit 4be942e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/api/packet/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ ExecStart=/usr/bin/curl -fo image.bin.bz2 "%v"
# We don't verify signatures because the iPXE script isn't verified either
# (and, in fact, is transferred over HTTP)
ExecStart=/usr/bin/flatcar-install -d /dev/sda -f image.bin.bz2 %v /userdata
ExecStart=/usr/bin/flatcar-install -s -f image.bin.bz2 %v /userdata
ExecStart=/usr/bin/systemctl --no-block isolate reboot.target
Expand Down

0 comments on commit 4be942e

Please sign in to comment.