Skip to content

Commit

Permalink
Add script copy to new root
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakobu5 committed Nov 18, 2019
1 parent 24c3f0a commit 9da9803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions archinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ pacstrap /mnt base base-devel
genfstab -U /mnt >> /mnt/etc/fstab

cp chrootinstall.sh /mnt
cp finishinstall.sh /mnt
cp config.conf /mnt

chmod +x /mnt/chrootinstall.sh
chmod +x /mnt/finishinstall.sh

arch-chroot /mnt /chrootinstall.sh

Expand Down

0 comments on commit 9da9803

Please sign in to comment.