Інсталювати Steam
увійти
|
мова
简体中文 (спрощена китайська)
繁體中文 (традиційна китайська)
日本語 (японська)
한국어 (корейська)
ไทย (тайська)
Български (болгарська)
Čeština (чеська)
Dansk (данська)
Deutsch (німецька)
English (англійська)
Español - España (іспанська — Іспанія)
Español - Latinoamérica (іспанська — Латинська Америка)
Ελληνικά (грецька)
Français (французька)
Italiano (італійська)
Bahasa Indonesia (індонезійська)
Magyar (угорська)
Nederlands (нідерландська)
Norsk (норвезька)
Polski (польська)
Português (португальська — Португалія)
Português - Brasil (португальська — Бразилія)
Română (румунська)
Русский (російська)
Suomi (фінська)
Svenska (шведська)
Türkçe (турецька)
Tiếng Việt (в’єтнамська)
Повідомити про проблему з перекладом
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]