use zram-usr for latest and latest install

This commit is contained in:
Tobias Powalowski 2022-05-17 17:43:59 +02:00
parent 9526e04818
commit 004e174d6c

View file

@ -34,6 +34,7 @@ if [[ "${_L_COMPLETE}" == "1" || "${_L_INSTALL_COMPLETE}" == "1" ]]; then
_gpg_check _gpg_check
echo -e "\033[1mStep 2/9:\033[0m Removing not necessary files from / ..." echo -e "\033[1mStep 2/9:\033[0m Removing not necessary files from / ..."
_clean_archboot _clean_archboot
_zram_usr "300M"
echo -e "\033[1mStep 3/9:\033[0m Generating archboot container in ${_W_DIR} ..." echo -e "\033[1mStep 3/9:\033[0m Generating archboot container in ${_W_DIR} ..."
echo " This will need some time ..." echo " This will need some time ..."
_create_container || exit 1 _create_container || exit 1