diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2023-03-25 20:19:07 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2023-03-25 20:19:07 +0100 |
commit | 873c46e78a5aa09a7d7fc951eff905de32077548 (patch) | |
tree | 1d5242ab5c9d21496002ba532efdbcde69f8f76c /airootfs/root/bootstrap | |
parent | 7f43546f853e4ff6e14678a4c6d69cd9fc06c56c (diff) |
Diffstat (limited to 'airootfs/root/bootstrap')
-rwxr-xr-x | airootfs/root/bootstrap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/airootfs/root/bootstrap b/airootfs/root/bootstrap index 4da3804..1535403 100755 --- a/airootfs/root/bootstrap +++ b/airootfs/root/bootstrap @@ -55,6 +55,8 @@ pacman-key --init pacman-key --populate pacstrap /mnt base linux linux-firmware git vim grub efibootmgr arch-install-scripts networkmanager +git clone https://git.tombarrett.xyz/git/rc /mnt/root/rc + cp /root/.loader /mnt/root/loader UUID=$(lsblk --output UUID,PATH | grep "$ROOT_DIR" | cut -f 1 -d ' ') arch-chroot /mnt /root/loader "$1" "$2" "$UUID" |