Skip to content

Commit

Permalink
rm unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
abathur committed Oct 25, 2020
1 parent c95ce48 commit 3d6979e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/create-darwin-volume.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/bin/sh
set -e

root_disk() {
diskutil info -plist /
}

# i.e., "disk1"
root_disk_identifier() {
diskutil info -plist / | xmllint --xpath "/plist/dict/key[text()='ParentWholeDisk']/following-sibling::string[1]/text()" -
Expand Down

0 comments on commit 3d6979e

Please sign in to comment.