index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Владислав <awayfromgalaxy@gmail.com> | 2021-04-27 15:18:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 15:18:02 +0300 |
commit | 0c6ebc7e809cabcd2aacf3e13daf5327142f3b31 (patch) | |
tree | e4ff0e9cdd04b70f83eed822fcdec067f5b2094f /README.md | |
parent | 985b7fac3ff400de9954d441480ab795222f4b24 (diff) | |
parent | ae1c4ea7c2a1d56b23c843a2318c1400ebebb1af (diff) |
-rw-r--r-- | README.md | 4 |
@@ -95,10 +95,10 @@ with archinstall.Installer('/mnt') as installation: This installer will perform the following: * Prompt the user to select a disk and disk-password - * Proceed to wipe the selected disk with a `GPT` partition table. + * Proceed to wipe the selected disk with a `GPT` partition table on a UEFI system and MBR on a bios system. * Sets up a default 100% used disk with encryption. * Installs a basic instance of Arch Linux *(base base-devel linux linux-firmware btrfs-progs efibootmgr)* - * Installs and configures a bootloader to partition 0. + * Installs and configures a bootloader to partition 0 on uefi. on bios it sets the root to partition 0. * Install additional packages *(nano, wget, git)* * Installs a profile with a window manager called [awesome](https://github.com/archlinux/archinstall/blob/master/profiles/awesome.py) *(more on profile installations in the [documentation](https://python-archinstall.readthedocs.io/en/latest/archinstall/Profile.html))*. |