mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
7 lines
102 B
Bash
7 lines
102 B
Bash
#!/usr/bin/env sh
|
|
|
|
# Does *not* ask for confirmation
|
|
sfdisk --delete '/dev/sda'
|
|
|
|
wipefs -a '/dev/sda'
|