From 4506cdc96e2defa5cc4760ae7cbe0808c209e6d0 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Tue, 8 Feb 2022 10:26:52 +0100 Subject: [PATCH] add todos --- m1di.pl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/m1di.pl b/m1di.pl index af5aef9..106ab17 100644 --- a/m1di.pl +++ b/m1di.pl @@ -1,5 +1,12 @@ #!/usr/bin/perl +# 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); -- 2.39.2