Difference between revisions of "Pinebook Pro Software Releases"

Jump to navigation Jump to search
(Further improved formatting of Disk setup)
(Added some instructions for installing the base system)
Line 370: Line 370:
'''Installation'''
'''Installation'''


make the directory for mounting the filesystem you just created. These should be made on the external OS.


<code>mkdir /mnt/gentoo


Install the operating system as per the AMD64 manual [https://wiki.gentoo.org/wiki/Handbook:AMD64]. Continue until you reac
mount /dev/<gentoo>p3 /mnt/gentoo</code>
 
cd into this directory and fire up links. Navigate to gentoo.org/downloads and select the stage 3 minimal stage 3 tarball. Download it to your current directory, or move it to that directory from wherever it has been downloaded to.
 
<code>nano /etc/portage/make.conf</code>
 
set
 
<code>MAKEOPTS="-j4 -l4"
 
ACCEPT_KEYWORDS="* **"
 
ACCEPT_LICENSE="*"
 
USE="X gtk bluetooth pulseaudio"
</code>
 
You can use your own options instead of these if you know what you're doing. It's not super difficult.
 
Install the operating system as per the AMD64 manual [https://wiki.gentoo.org/wiki/Handbook:AMD64].
 
Stop just before emerging the @world set.


== Kali Linux ==
== Kali Linux ==