SparkyLinux Forums

Development => Remastering => Topic started by: The Black Pig on April 01, 2015, 07:39:50 PM

Title: Information Please
Post by: The Black Pig on April 01, 2015, 07:39:50 PM
This old duffer is not clever enough to use either the cli version or iso builder soooooo
question is if I download Jessie base iso from Debian  use it as an installer , add the Sparky repo is this a true Sparky remix ?
If not can I add/delete anything to make it so ? 
Title: Re: Information Please
Post by: pavroo on April 01, 2015, 07:46:27 PM
In short - yes, it looks like I make testing, fresh Sparky spins.
Means:
1. Debian installation.
2. Adding Debian contrib, non-free and deb-multimedia repos and public key
3. Adding Sparky repos and public key
4. Installing favorite desktop and apps on the top of Debian base.
5. Installing Sparky apps, wallpapers, theme, icons, etc.
That's all.
Title: Re: Information Please
Post by: The Black Pig on April 01, 2015, 09:39:22 PM
Thanks
Where do I get - ". Adding Debian contrib, non-free and deb-multimedia repos and public key ?
Title: Re: Information Please
Post by: pavroo on April 01, 2015, 10:50:35 PM
Edit sources.list:
sudo nano /etc/apt/sources.list
Every line after "main" should be finished with contrib and non-free.
Edit: not every - multimedia not.
I should looks like that:
[spoiler]deb http://ftp.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free
deb http://www.deb-multimedia.org testing main non-free
[/spoiler]
Save the file, refresh package list:
sudo apt-get update
and install multimedia keyring:
sudo apt-get install deb-multimedia-keyring
Then refresh package list again.

If it is pure Debian, don't use sudo (it's not enabled), use su instead.
Title: Re: Information Please
Post by: The Black Pig on April 02, 2015, 10:11:34 AM
 8) :)
Title: Re: Information Please
Post by: MoroS on April 03, 2015, 12:13:51 PM
Don't forget to install the sparky-core package. ;)