Page 2 of 2
Re: Debian Buster/Sid PPC64
Posted: Thu Jul 05, 2018 8:55 pm
by xeno74
FYI:
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
Re: Debian Buster/Sid PPC64
Posted: Fri Jul 06, 2018 8:53 am
by xeno74
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
Re: Debian Buster/Sid PPC64
Posted: Tue Apr 27, 2021 2:15 pm
by xeno74
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
- 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
Cheers,
Christian
Hi All,
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 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
-
-
Cheers,
Christian