index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2018-04-07 00:01:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 00:01:59 +0200 |
commit | bdf8fd2bd33a05dd6a50693f492508429d57f06f (patch) | |
tree | d154dccb7f9105d28195730900dbeda09f7c0ea7 /README.md | |
parent | 29a46e2f62cb7ef469b5c5568fc868ace43279cf (diff) |
-rw-r--r-- | README.md | 25 |
@@ -15,6 +15,8 @@ Just a bare bone automated [Arch](https://wiki.archlinux.org/index.php/Arch_Linu Whenever this live-cd boots, from here on now - it'll run `archinstall.py`. +> CAUTION: If no parameters are given, it will devour the first disk in your system (/dev/sda, /dev/nvme0n1p2 etc). + # Manually run it on a booted Live CD # git clone https://github.com/Torxed/archinstall.git @@ -22,4 +24,25 @@ Whenever this live-cd boots, from here on now - it'll run `archinstall.py`. # Some parameters you can give it - WIP! + --drive=</dev/sdX> + Which drive to install arch on, if absent, the first disk under /dev/ is used + + --size=100% (Default) + Sets the size of the root filesystem (btrfs) + + --start=513MiB (Default) + Sets the starting location of the root partition + (TODO: /boot will take up space from 1MiB - <start>, make sure boot is no larger than 513MiB) + + --pwfile=/tmp/diskpw (Default) + Which file to use as the disk encryption password + + --hostname=Arcinstall (Default) + Sets the hostname of the box + + --country=SE (Default) + Default mirror allocation for fetching packages. + + --packages='' (Default) + Which additional packages to install, defaults to none. + (Space separated as it's passed unchanged to `pacstrap` |