X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/e744bd6b1e053a3ad80a79176fecc1a335177cb6..c6172e2b1390e68c94c3e7a7e02d51514985479f:/m1di.pl diff --git a/m1di.pl b/m1di.pl index af5aef9..ca9f749 100644 --- a/m1di.pl +++ b/m1di.pl @@ -1,5 +1,14 @@ #!/usr/bin/perl +# SPDX-License-Identifier: MIT + +# Todo: +# Create an exclude identifier list of all Apple volumes and build a safetey check +# Detect if the paritions already exist and offer to reinstall system +# Let the use pick between u-boot and untethered m1n1 +# Check that there is at least 1.5 GB space +# Make sure that there is only one free region + use strict; my ($identifier, $size);