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:
10
chroot.sh
10
chroot.sh
@@ -31,8 +31,16 @@ makepkg -si
|
|||||||
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=ARCH
|
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=ARCH
|
||||||
grub-mkconfig -o /boot/grub/grub.cfg
|
grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
|
|
||||||
|
echo "
|
||||||
|
|
||||||
|
==> Bootloader set up.
|
||||||
|
|
||||||
|
"
|
||||||
|
|
||||||
|
read -p "Do you want to have a barebone (b) or complete (c) install? " installType
|
||||||
|
|
||||||
if [[ "$installType" != "c" ]]; then
|
if [[ "$installType" != "c" ]]; then
|
||||||
yay -Syu --noconfirm nodejs npm rustup kate python-pip
|
yay -Syu --noconfirm nodejs npm rustup kate python-pip gcc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
yay -Syu --noconfirm vscodium
|
yay -Syu --noconfirm vscodium
|
||||||
|
|||||||
@@ -30,8 +30,6 @@ if [[ -z "$driveName" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
read -p "Do you want to have a barebone (b) or complete (c) install? " installType
|
|
||||||
|
|
||||||
read -p "Do you really want to install (y/N) " doProceed
|
read -p "Do you really want to install (y/N) " doProceed
|
||||||
|
|
||||||
if [[ "$doProceed" != "y" ]]; then
|
if [[ "$doProceed" != "y" ]]; then
|
||||||
@@ -77,7 +75,7 @@ mount "/dev/${driveName}2" /mnt
|
|||||||
mkdir /mnt/boot
|
mkdir /mnt/boot
|
||||||
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 gcc 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 --noconfirm
|
||||||
|
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
|
|||||||
Reference in New Issue
Block a user