copy scripts
This commit is contained in:
parent
75d3eb6021
commit
65986d1657
|
|
@ -19,6 +19,9 @@ echo -ne "
|
||||||
source setup.conf
|
source setup.conf
|
||||||
bash 0-preinstall.sh
|
bash 0-preinstall.sh
|
||||||
cp setup.conf /mnt/root/$SCRIPTHOME/setup.conf
|
cp setup.conf /mnt/root/$SCRIPTHOME/setup.conf
|
||||||
|
cp 1-setup.sh /mnt/root/$SCRIPTHOME/1-setup.sh
|
||||||
|
cp 2-user.sh /mnt/home/$username/$SCRIPTHOME/2-user.sh
|
||||||
|
cp 3-post-setup.sh /mnt/root/$SCRIPTHOME/3-post-setup.sh
|
||||||
arch-chroot /mnt /root/$SCRIPTHOME/1-setup.sh
|
arch-chroot /mnt /root/$SCRIPTHOME/1-setup.sh
|
||||||
arch-chroot /mnt /usr/bin/runuser -u $username -- /home/$username/$SCRIPTHOME/2-user.sh
|
arch-chroot /mnt /usr/bin/runuser -u $username -- /home/$username/$SCRIPTHOME/2-user.sh
|
||||||
arch-chroot /mnt /root/$SCRIPTHOME/3-post-setup.sh
|
arch-chroot /mnt /root/$SCRIPTHOME/3-post-setup.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue