install.sh: free space detection, btrfs online resize, sfdisk, partition naming + install.md fix #14
@@ -8,6 +8,8 @@
|
||||
#
|
||||
# Run as root on a target machine before any Kickstart installation.
|
||||
|
||||
[[ "$EUID" -eq 0 ]] || { echo "ERROR: This script must be run as root." >&2; exit 1; }
|
||||
|
||||
SHRINK_MIB=4096
|
||||
OEMDRV_LABEL="OEMDRV"
|
||||
MOUNT_POINT="/opt/sys_config"
|
||||
|
||||
Reference in New Issue
Block a user