User Tools

Site Tools



en:bpi-r2pro:ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:bpi-r2pro:ubuntu [2022/02/15 20:53] – created franken:bpi-r2pro:ubuntu [2023/06/08 17:06] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ubuntu ======
  
 +  * root-pw
 +  * fstab
 +  * for dir in /dev /dev/pts /proc /sys /run; do sudo mount --bind $dir /media/$USER/BPI-ROOT$dir; done
 +  * for dir in /dev/pts /dev /proc /sys /run; do sudo umount /media/$USER/BPI-ROOT$dir; done
 +  * /etc/resolv.conf / ip-config
 +  * apt-sources <code>
 +deb http://ports.ubuntu.com/ubuntu-ports/ impish main universe restricted multiverse
 +deb-src http://ports.ubuntu.com/ubuntu-ports/ impish main universe restricted multiverse
 +deb http://ports.ubuntu.com/ubuntu-ports/ impish-security main universe restricted multiverse
 +deb-src http://ports.ubuntu.com/ubuntu-ports/ impish-security main universe restricted multiverse
 +deb http://ports.ubuntu.com/ubuntu-ports/ impish-updates main universe restricted multiverse
 +deb-src http://ports.ubuntu.com/ubuntu-ports/ impish-updates main universe restricted multiverse
 +deb http://ports.ubuntu.com/ubuntu-ports/ impish-backports main universe restricted multiverse
 +deb-src http://ports.ubuntu.com/ubuntu-ports/ impish-backports main universe restricted multiverse</code>
 +  * nano
 +  * gnome