Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
so configuring other kernels with bootctl is easy. all you need is to duplicate the conf file in /boot/loader/entries and edit these duplicated files to point the to the correct kernel files that you can find in /boot.
i'm on laptop and i don't have the file names to show how it should be but these lines you need to edit in the new conf file
title Arch Linux (linux) <- this will be shown in the selection menu
linux /vmlinuz-linux <- this
initrd /initramfs-linux.img <-this
after you edit this file you can rename it or not and reboot.
if you don't have a few seconds window to select the entry you want than after booting up
run sudo bootctl set-timeout [seconds]
also if you want to change default boot entries you can run sudo bootctl set-default [name of conf file with extension too/press tab for list]