Fix: size not being used in live setup
This commit is contained in:
parent
0e1030016b
commit
0745aac954
@ -392,7 +392,7 @@ _lvmerrlvsize="\nInvalid value Entered.\n\nMust be a numeric value with 'M' (meg
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# selection menus
|
# selection menus
|
||||||
# main is the entry point which calls functions including outside of its block
|
# main is the entry point which calls functions including outside of its block
|
||||||
# once those functions finished they always are returned here with the
|
# once those functions finish they always return here with the
|
||||||
# exception of install_main(), it exits upon completion
|
# exception of install_main(), it exits upon completion
|
||||||
|
|
||||||
main()
|
main()
|
||||||
@ -3064,7 +3064,7 @@ live()
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
clear
|
clear
|
||||||
if ! mount /run/archiso/cowspace -o remount,size=4G; then
|
if ! mount /run/archiso/cowspace -o remount,size=$s; then
|
||||||
msg "Remount Fail" "\nUnable to remount root with a larger copy-on-write space, this is needed for installing packages.\n\nExiting..\n" 2
|
msg "Remount Fail" "\nUnable to remount root with a larger copy-on-write space, this is needed for installing packages.\n\nExiting..\n" 2
|
||||||
die 1
|
die 1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user