mirror of
https://github.com/janishutz/arch-dev-vm.git
synced 2025-11-25 05:44:23 +00:00
some more fixes
This commit is contained in:
@@ -49,8 +49,13 @@ usermod -aG wheel arch-is-best
|
|||||||
|
|
||||||
rm -rfv /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
|
mkdir --parent /home/arch-is-best/arch-dev-vm
|
||||||
|
ls /root/arch-dev-vm
|
||||||
|
|
||||||
|
|
||||||
mv -v /root/arch-dev-vm /home/arch-is-best/arch-dev-vm
|
mv -v /root/arch-dev-vm /home/arch-is-best/arch-dev-vm
|
||||||
|
|
||||||
|
sleep 2
|
||||||
|
|
||||||
ls /home/arch-is-best/arch-dev-vm
|
ls /home/arch-is-best/arch-dev-vm
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
@@ -85,7 +90,7 @@ Now, once you are ready, press enter to open the file
|
|||||||
|
|
||||||
"
|
"
|
||||||
|
|
||||||
visudo
|
EDITOR=nano visudo
|
||||||
|
|
||||||
systemctl enable gdm.service
|
systemctl enable gdm.service
|
||||||
|
|
||||||
|
|||||||
@@ -75,9 +75,10 @@ echo "y\n" | mkfs.ext4 "/dev/${driveName}2"
|
|||||||
echo "y\n" | mkfs.fat -F 32 "/dev/${driveName}1"
|
echo "y\n" | mkfs.fat -F 32 "/dev/${driveName}1"
|
||||||
mount "/dev/${driveName}2" /mnt
|
mount "/dev/${driveName}2" /mnt
|
||||||
mkdir /mnt/boot
|
mkdir /mnt/boot
|
||||||
|
mkdir /mnt/boot/EFI
|
||||||
mount "/dev/${driveName}1" /mnt/boot
|
mount "/dev/${driveName}1" /mnt/boot
|
||||||
|
|
||||||
pacstrap -K /mnt base linux-zen linux-firmware nano networkmanager efibootmgr grub man git xfce4 base-devel fish sudo gdm plymouth --noconfirm
|
pacstrap -K /mnt base linux-zen linux-firmware nano networkmanager efibootmgr grub man git xfce4 base-devel fish sudo gdm plymouth neovim --noconfirm
|
||||||
|
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
|
|||||||
Reference in New Issue
Block a user