File | Date | Author | Commit |
---|---|---|---|
README.md | 2020-01-29 |
![]() |
[251cc2] Update README.md |
This image contains a base install of openSUSE tumbleweed with Xfce. I've tried both KDE and Xfce, and Xfce is the clear winner here. I'd estimate it runs about 50% faster than KDE.
Instructions:
(If you're familiar with suse, you probably won't need the bulk of these instructions)
You must have more than 16G of space to write this image! Preferably 32G or larger
To write image to disk:
once you've booted up, username is root, password is linux. Then enter:
resize your last partition to use the rest of the free space, make sure to select write in cfdisk before you exit.
then enter:
You can change root password with the passwd command, then add your own username with:
Then:
Lightdm should pop up!
After that, log in, open a terminal and enter:
then connect to your network, after that, enter:
The inr command is short for "Install-new-recommends". That will grab the rest of the packages you need to get started.
I'll be creating and adding kernel rpm's up here somewhat frequently. This image contains the latest kernel from the pinebook pro gitlab page. This image is also equipped with apparmor as well.
I got partitioning scheme from Daniel Thomsons debian installation script, so thank's Daniel! Anyway, there are some things I'd like to get working that I haven't been able to, such as grub intergration with u-boot and a btrfs filesystem (couldn't get it to boot). If anyone has any ideas, please let me know!
This distro has great promise for pinebook pro. You can grab source rpm's from software.opensuse.org, and build packages that aren't currently being distributed for the aarch64 format, so the sky is the limit. I'd highly recommend installing rpm devel, kernel devel, and C++ devel for this reason. That can be achieved with one command: "sudo zypper in -t pattern devel_rpm_build devel_C_C++ devel_kernel". That will grab what you need to start building source rpm's.
One caveat with opensuse is it does not ship with media codecs needed for watching/playing videos in web browsers. On the x86_64 platform you can easily grab them from the Packman repo, but they seem to have a small selection of aarch64 and noarch rpm's. I'm going to try to hunt down the needed ones/build from source, but if you're a huge youtube watcher, this probably is not the distro for you at this time.
Have a lot of fun...