nixpulvis / arch

Scripts to get Arch up and running.
0 stars 0 forks source link

Install script's `target` should support partitions with "p" in thier name #12

Open nixpulvis opened 6 years ago

nixpulvis commented 6 years ago

When developing this script, we mostly targeted partitions like /dev/sda1 but forgot about partitions like nvme0n1p1. We need to find a general method for selecting the nth partition of a target block device.