pacman -S debootstrap
using gparted create ext4 partition (sdaX)
mount /dev/sdaX /mnt
using gparted create ext4 partition (sdaX)
mount /dev/sdaX /mnt
debootstrap stable /mnt http://deb.debian.org/debian/
arch-chroot /mnt
source /etc/profile
https://debgen.simplylinux.ch/
to find sources.list urls
nano /etc/apt/sources.list
deb http://deb.debian.org/debian stable main non-free deb http://deb.debian.org/debian/ stable-updates main contrib non-free deb http://deb.debian.org/debian-security stable/updates main
apt update
apt upgrade
apt search linux-image
apt install firmware-realtek sudo neofetch debsecan wpasupplicant linux-image-amd64
Comments
Post a Comment