Fedora/GraalVM

From Chorke Wiki
Revision as of 22:17, 12 November 2021 by Shahed (talk | contribs) (Created page with "{| | valign="top" | <source lang="bash" highlight="2-6,8"> sudo su cat << EOF >> /boot/efi/config.txt disable_overscan=1 EOF cat /boot/efi/config.txt init 6 </source> | val...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
sudo su
cat << EOF >> /boot/efi/config.txt

disable_overscan=1

EOF
cat /boot/efi/config.txt
init 6
sudo su
cat << EOF >> /etc/dnf/dnf.conf

fastestmirror=True
max_parallel_downloads=10
defaultyes=True
EOF
dnf update