Documentation

This commit is contained in:
David Heinemeier Hansson
2025-08-03 20:07:46 +02:00
parent 63179c7d80
commit 755633cd95

View File

@ -15,6 +15,7 @@ iso2sd() {
fi fi
} }
# Format an entire drive for a single partition using ext4
format-drive() { format-drive() {
if [ $# -ne 2 ]; then if [ $# -ne 2 ]; then
echo "Usage: format-drive <device> <name>" echo "Usage: format-drive <device> <name>"