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 [2022/04/05 18:38]
i3_relativism [Base system installation] add note regarding base-devel
en:manual:reference_installation [2022/04/05 18:40]
i3_relativism [Bootloader installation and configuration] remove further duplication
Line 510: Line 510:
 You can install additional packages passing <color #620BB9/#EEDDFF>base</color> and the names of these packages as arguments after the root directory of the new installation (all packages from the **base group** are installed if no package is specified). You can install additional packages passing <color #620BB9/#EEDDFF>base</color> and the names of these packages as arguments after the root directory of the new installation (all packages from the **base group** are installed if no package is specified).
  
-<note> You can also use package group base-devel to include developement and contribution tools </note>+<note> You can also use package group **base-devel** to include developement and contribution tools </note>
  
 <note warning> <note warning>
Line 536: Line 536:
  
 ==== Bootloader installation and configuration ==== ==== Bootloader installation and configuration ====
-=== GRUB === 
 === GRUB === === GRUB ===
 Finally follow these steps: Finally follow these steps:
Line 545: Line 544:
  
 <code bash> <code bash>
-# grub-install --target=i386-pc --recheck /dev/sda+# grub-install --target=i386-pc --recheck /dev/sdX
 </code> </code>
  
-(Here do NOT append a partition number, i.e. <color #0B71B9/#DDF1FF>/dev/sdaX</color>)+<note> 
 +Here do NOT append a partition number, i.e. <color #0B71B9/#DDF1FF>/dev/sdaX</color>) 
 +</note>
  
 <code bash> <code bash>
Line 555: Line 556:
  
   * 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>:
- 
-<code bash> 
-# grub-install /dev/sdX 
-</code> 
  
 <note important> <note important>