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:17]
gjason [System configuration] removed redundant mention of symlink localtime
en:manual:reference_installation [2024/03/11 19:34]
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 635: Line 627:
 Here do NOT append a partition number, i.e. <color #0B71B9/#DDF1FF>/dev/sdaX</color>) Here do NOT append a partition number, i.e. <color #0B71B9/#DDF1FF>/dev/sdaX</color>)
 </note> </note>
- 
-<code bash> 
-# grub-mkconfig -o /boot/grub/grub.cfg 
-</code> 
  
   * To configure the bootloader, you have to install it and generate the file <color #0B71B9/#DDF1FF>grub.cfg</color>:   * To configure the bootloader, you have to install it and generate the file <color #0B71B9/#DDF1FF>grub.cfg</color>: