index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | advaithm <advaith.madhukar@gmail.com> | 2021-04-04 07:31:38 +0530 |
---|---|---|
committer | advaithm <advaith.madhukar@gmail.com> | 2021-04-04 07:31:38 +0530 |
commit | 374cbfc20daa79ba3ad24b277e4303c7914c8335 (patch) | |
tree | 922a3554502ca2ef72ce98e2e0eb2506c48f19b8 /README.md | |
parent | 15925170423134025fa8aa34e5397185e4093e13 (diff) |
-rw-r--r-- | README.md | 4 |
@@ -57,10 +57,10 @@ with archinstall.Filesystem(harddrive, archinstall.GPT) as fs: 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 network-profile called [workstation](https://github.com/Torxed/archinstall/blob/master/profiles/workstation.json) *(more on network profiles in the docs)* |