Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:manual:reference_installation [2024/03/05 21:21]
gjason [Bootloader installation and configuration] removed redundant grub-mkconfig code snippet
en:manual:reference_installation [2024/03/11 19:37]
throgh
Line 511: Line 511:
 127.0.0.1                localhost.localdomain     localhost localhost 127.0.0.1                localhost.localdomain     localhost localhost
 ::1                             localhost.localdomain     localhost localhost ::1                             localhost.localdomain     localhost localhost
-</code> 
- 
-<code bash> 
-# echo myhostname > /etc/hostname 
 </code> </code>
  
Line 529: Line 525:
  
 Now choose your locale from what language you’re using. All locales are commented out (preceded by #) by default. Uncomment (remove the #) for your choice of locale. For US English, it should look like this: Now choose your locale from what language you’re using. All locales are commented out (preceded by #) by default. Uncomment (remove the #) for your choice of locale. For US English, it should look like this:
- 
-<code bash> 
-# nano /etc/locale.gen 
-</code> 
  
 <code> <code>
Line 548: Line 540:
 </code> </code>
  
-Then create the <color #0B71B9/#DDF1FF>/etc/locale.conf</color>+Then check the file <color #0B71B9/#DDF1FF>/etc/locale.conf</color>. If not existing you can create it like following up:
  
 <code bash> <code bash>
Line 554: Line 546:
 </code> </code>
  
-Then export your chosen locale+Then export your chosen locale, just in case for your current session
  
 <code bash> <code bash>
Line 560: Line 552:
 </code> </code>
  
- +Add console keymap and font preferences in <color #0B71B9/#DDF1FF>/etc/conf.d/keymaps</color>
-  * Add console keymap and font preferences in <color #0B71B9/#DDF1FF>/etc/conf.d/keymaps</color>+
  
 === Keymap === === Keymap ===