mirror of
https://github.com/janishutz/arch-dev-vm.git
synced 2025-11-25 05:44:23 +00:00
add some more fixes
This commit is contained in:
@@ -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 "
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user