Adrian wrote: Unfortunately, Debian Ports currently does not build any packages
from the non-free repository. This means, if you need a package
from non-free and it's not an arch-all package (_all.deb suffix),
you will have to build that package yourself.
We might build contrib and non-free packages for Debian Ports
in the future, but I am not sure whether that's possible from
the legal point of view.
Adrian
Debian Buster/Sid PPC64
Re: Debian Buster/Sid PPC64
FYI:
http://www.amigalinux.org
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.
Re: Debian Buster/Sid PPC64
FYI:
Adrian wrote: I forgot to mention. You need to install the package "debian-ports-archive-keyring":
# apt install debian-ports-archive-keyring
In case you are prompted to install from an untrusted source, say "Y".
Then run "apt update" again.
Adrian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.
Re: Debian Buster/Sid PPC64
Hi All,xeno74 wrote: ↑Mon Oct 16, 2017 10:18 pm Hi All,
I created a small image of Debian Buster/Sid PPC64 today. I recommend to use it if you have any problems with Adrian's ISOs. Please increase the partition with GParted after you copied the image to an empty partition. I had to decrease the partition a little bit and after that I was able to increase the partition.
Download: debian-9.0-ppc64.img
root (password "amigaone")
amigaone (password "amigaone")
First steps
Cheers,
- Configure your network device with dhclient
- Check the network device with ip a
- Update the package index with apt-get update
- Install Xorg with apt-get install xorg
- After that you could install the MATE desktop with apt-get install mate-desktop-environment-extras
- Then you could install a display manager for example "lightdm" with apt-get install lightdm
- Afterwards reboot your AmigaOne
Christian
I was able to upgrade the Debian img above to version 11 (bullseye) today.
- I updated /etc/apt/sources.list
Code: Select all
deb [allow-insecure=yes] http://ftp.ports.debian.org/debian-ports unstable main deb-src [allow-insecure=yes] http://ftp.ports.debian.org/debian-ports unstable main -
Code: Select all
apt-get dist-upgrade -
Code: Select all
apt-get install xorg -
Code: Select all
apt-get install mate-desktop-environment-extras -
Code: Select all
apt-get install network-manager-gnome -
Code: Select all
apt install debian-ports-archive-keyring - I updated /etc/apt/sources.list
Code: Select all
deb http://ftp.ports.debian.org/debian-ports unstable main deb-src http://ftp.ports.debian.org/debian-ports unstable main -
Code: Select all
apt-get update -
Code: Select all
apt install lightdm
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.
http://www.supertuxkart-amiga.de
Running Linux on AmigaONEs can require some tinkering.