mirror of
https://codeberg.org/privacy1st/arch
synced 2025-01-22 04:32:42 +01:00
fix2
This commit is contained in:
parent
ef2f96617b
commit
b801ee7c21
@ -56,7 +56,7 @@ function partition() {
|
||||
done
|
||||
|
||||
# if BOOT_PART_SIZE not given, set to default value
|
||||
"${BOOT_PART_SIZE:='261'}"
|
||||
BOOT_PART_SIZE="${BOOT_PART_SIZE:='261'}"
|
||||
# if too small, print warning and exit
|
||||
if [ "${BOOT_PART_SIZE}" -lt "261" ]; then
|
||||
echo "BOOT_PART_SIZE should be larger than 260!";
|
||||
|
Loading…
x
Reference in New Issue
Block a user