Skip to content

Commit

Permalink
Merge b3f2746 into d9566f6
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidjohnBlodgett committed Sep 6, 2016
2 parents d9566f6 + b3f2746 commit 812c868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphs/bootstrap-decommission-node-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
commands:[
{
command: "for disk in `lsblk | grep disk | awk '{print $1}'`;\
do sudo dd if=/dev/zero of=/dev/$disk bs=512 count=1 ; done"
do sudo sgdisk --zap-all /dev/$disk ; done"
}
]
},
Expand Down

0 comments on commit 812c868

Please sign in to comment.