diff --git a/chroot.sh b/chroot.sh index 4512196..653c3a2 100755 --- a/chroot.sh +++ b/chroot.sh @@ -47,9 +47,11 @@ ${pwd} EOD usermod -aG wheel arch-is-best -rm -rf /home/arch-is-best/arch-dev-vm +rm -rfv /home/arch-is-best/arch-dev-vm mkdir --parent /home/arch-is-best/arch-dev-vm -mv /root/arch-dev-vm /home/arch-is-best/arch-dev-vm +mv -v /root/arch-dev-vm /home/arch-is-best/arch-dev-vm + +ls /home/arch-is-best/arch-dev-vm echo " diff --git a/install.sh b/install.sh index 06f2ad1..3906a36 100755 --- a/install.sh +++ b/install.sh @@ -47,6 +47,9 @@ sleep 2 umount -R /mnt wipefs -a "/dev/$driveName" + +sleep 2 + echo -e " g n @@ -96,7 +99,7 @@ echo " sleep 2 mkdir /mnt/root -cp -r ~/arch-dev-vm /mnt/root/arch-dev-vm/ +cp -rv ~/arch-dev-vm /mnt/root/arch-dev-vm/ arch-chroot /mnt /root/arch-dev-vm/chroot.sh