dont' clear screen

This commit is contained in:
Tobias Powalowski 2023-11-16 21:48:27 +01:00
parent 663882c112
commit 1f3b836445
2 changed files with 2 additions and 4 deletions

View file

@ -118,7 +118,6 @@ if ! [[ -e /.vconsole-run ]]; then
echo KEYMAP=us >/etc/vconsole.conf echo KEYMAP=us >/etc/vconsole.conf
echo FONT=ter-v${SIZE}n >>/etc/vconsole.conf echo FONT=ter-v${SIZE}n >>/etc/vconsole.conf
echo -e "\e[1mInitializing Console...\e[m" echo -e "\e[1mInitializing Console...\e[m"
printf "\ec"
systemctl restart systemd-vconsole-setup systemctl restart systemd-vconsole-setup
fi fi
@ -183,7 +182,6 @@ elif [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e
_memory_error "2.6GB" _memory_error "2.6GB"
_enter_shell _enter_shell
else else
sleep 1
_welcome _welcome
_run_update_installer _run_update_installer
fi fi

View file

@ -802,7 +802,7 @@ The calculated size to boot the image follows the formula:<br>
</tr> </tr>
<tr> <tr>
<td>Free RAM on system in MiB<sup>3</sup></td> <td>Free RAM on system in MiB<sup>3</sup></td>
<td class="MyYes">3310</td> <td class="MyYes">3021</td>
<td class="MyNo">2815</td> <td class="MyNo">2815</td>
</tr> </tr>
<tr class="odd"> <tr class="odd">
@ -812,7 +812,7 @@ The calculated size to boot the image follows the formula:<br>
</tr> </tr>
<tr class="even"> <tr class="even">
<td>ROOTFS size in MiB</td> <td>ROOTFS size in MiB</td>
<td class="MyYes">398</td> <td class="MyYes">661</td>
<td class="MyNo">1700</td> <td class="MyNo">1700</td>
</tr> </tr>
<tr class="odd"> <tr class="odd">