updated scripts for testing

This commit is contained in:
2024-03-04 19:02:25 -06:00
parent 781388e53f
commit 34431c07dc
7 changed files with 53 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/ash
if [ "$EUID" -ne 0 ]
then
echo "Please run as root"
exit
fi
apk add --no-cache cfdisk e2fsprogs-extra
cfdisk
resize2fs /dev/sda3