Add comments to computer partitioning script

This commit is contained in:
Manuel Thalmann 2024-03-23 16:32:54 +01:00
parent ee5451362d
commit 0e214fbe2a

View file

@ -1,11 +1,13 @@
#!/bin/bash
{
# Delete placeholders for swap and Linux partition
echo "d";
echo "2";
echo "d";
echo "3";
# Create swap partition
echo "n";
echo "";
echo "";
@ -15,6 +17,7 @@
echo "2";
echo "19";
# Fill remaining space with Linux partition
echo "n";
echo "";
echo "";