Posts: 1,486
Threads: 96
Joined: Mar 2014
Reputation:
0
[size=1em]Probably one for the Devs.??[/size]
[size=1em]
Out of curiosity how complex would it be to get Linux Lite on a Raspberry PI,[/size]
[size=1em]especially one the the new Quad Core 1.2GHz with WiFi&BT
Raspberry PI 3.??[/size]
[size=1em]I know there is a Debian Distro, and various others.[/size]
[size=1em]But there is a
Ubuntu 14.04 LTS distro for the PI[/size]
Edit:
Just found this
Ubuntu Mate for Raspberry PI3
I'm curious, don't want to detract from Linux Lite Aims.
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks :)
Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
(This post was last modified: 03-01-2016, 10:34 AM by
Wirezfree.)
Posts: 1,486
Threads: 96
Joined: Mar 2014
Reputation:
0
Thanks... should have done a search :-[
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks :)
Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Posts: 1,486
Threads: 96
Joined: Mar 2014
Reputation:
0
@Scott,
Thanks...
I actually found that, It seemed to imply that you could use it with any Ubuntu based package.?
So I emailed the dev earlier, with reference to LL
He came back very quickly, and gave me some instructions(below) to modify one of the PI Flavour Maker scripts for LL,
But then commented there are no LL Binary Package for ARM,
I guess that's where the resources that Jerry referred to are needed to make the ARM Binary..!!
Anyway it was worth a shot... No not going to leave LL
Code:
Add the Linux Lite repo to your /etc/apt/sources.list -
## Linux Lite Repo for Linux Lite Codename Beryl
deb http://repo.linuxliteos.com/linuxlite/ beryl main
Open a terminal and do:
gpg --keyserver keys.gnupg.net --recv-keys 86A02625
sudo chmod 1777 /etc/apt/trusted.gpg.d
gpg --export 86A02625 | gpg --no-default-keyring --keyring \
/etc/apt/trusted.gpg.d/linuxlite.gpg --import
sudo chmod 755 /etc/apt/trusted.gpg.d
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks :)
Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)