Skip to content

Commit

Permalink
Update lvm-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yuceltoluyag committed Aug 17, 2024
1 parent 5d4f23b commit 3aaa095
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lvm-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
# Terminus fontunu yükleme ve ayarlama (ilk işlem olarak)
echo "Terminus fontu yükleniyor..."
sudo pacman -S --noconfirm terminus-font

# Biraz daha küçük boyutlu Terminus fontunu ayarlama (28pt)
setfont ter-v28b

# Klavye düzenini yükleme (Türkçe Q)
loadkeys trq

# UEFI kontrolü
if [ ! -d /sys/firmware/efi ]; then
echo "Bu script sadece UEFI sistemler için geçerlidir. MBR sistemi tespit edildi, çıkılıyor..."
echo "Bu script sadece UEFI sistemler için geçerlidir. Çıkılıyor..."
exit 1
fi

Expand Down

0 comments on commit 3aaa095

Please sign in to comment.