You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
414 B

#! /bin/bash
# partition your device manually.
# and mount it at /mnt
# wifi-menu
pacman -Syy
pacstrap /mnt base linux linux-firmware grub efibootmgr xorg leafpad vim git lxde lightdm lightdm-gtk-greeter lxde-common lxterminal lxsession openbox sudo base-devel go nm-connection-editor networkmanager
genfstab -U /mnt >> /mnt/etc/fstab
cp chscript.sh /mnt/chscript.sh
arch-chroot /mnt /chscript.sh
reboot