Just like Trisquel, I also want my friends to easily master Parabola which I have written a nice script of commands, which you must accept that fate there isnt a graphical installer for Parabola, but dnt worry you wont be fallen under an tty, Parabola has a MATE graphical live ISO, to begin, repair, rescue, recover your system, also an LXDE alternative available.
 
http://mirror.fsf.org/parabola/iso/mate-2016.11.03/parabola-mate-2016.11.03-dual.iso
Note you dnt need sudo permission which the graphical ISO is a root user session.
pacstrap /mnt mkinitcpio git efibootmgr grub os-prober sed syslinux openrc
pacstrap /mnt libnm networkmanager networkmanager-qt nm-connection-editor networkmanager-openrc iputils pacstrap /mnt network-manager-applet base-openrc openrc-base openrc-desktop polkit-elogind upower pacstrap /mnt torsocks xorg-xinit xorg-xauth acpi ibam iasl acpi_call libacpi laptop-mode-tools-openrc pacstrap /mnt sddm qterminal lxqt xscreensaver trisquel-themes breeze breeze-icons oxygen oxygen-icons
genfstab -U /mnt >> /mnt/etc/fstab && arch-chroot /mnt
nano /etc/fstab && nano /etc/hostname && nano /etc/hosts && mkdir /home/hd_scania -p
mkdir -p /boot/efi && mount /dev/sda5 /boot/efi
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub --recheck nano /etc/default/grub && mkinitcpio -p linux-libre && grub-mkconfig -o /boot/grub/grub.cfg && update-grub
rm -rf /etc/localtime && ln -s /usr/share/zoneinfo/Asia/Taipei /etc/localtime
groupadd sudo && groupadd audio && useradd hd_scania -G sudo,audio && passwd hd_scania && passwd root && nano /etc/sudoers
exit
reboot -fi
Do you here see OpenRC? This is exactly a common base init system from Gentoo for the most non-systemd Unix-like systems like Devuan, where Gentoo and Devuan are both best known not using systemd, but Gentoo is nonfree and overly complex commands minimum to be installed (here is why I need to simplify commands installing and initializing Parabola). Some buddies will be happy using Devuan and nice to continuing using it if so.

Reply via email to