You are not logged in.

#1 2010-05-31 14:04:47

Dobrosslove
Member
From: Serbia
Registered: 2009-03-15
Posts: 38

Making arch-based distro

Hello.
I started to make Arch-based distro. I have fully installed Arch + Openbox.

I have a couple of questions:
- How can I make an ISO from installed system I have?
- I haven't installed drivers for my graphics because if I respin it into a new system, users with nvidia graphics, for e.g. will involve with problems then. How can I avoid that, i mean, is there a script that will recognize graphics and download drivers for it?

That's all for now. Arch with Openbox and some setup rox.


Patientia rara virtus

Offline

#2 2010-05-31 14:58:03

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Making arch-based distro

AFAIK larch can make an ISO from an installed system.

Can't you let the user choose their graphics driver when they install the system - the same way Arch users do now?

Offline

#3 2010-05-31 15:40:32

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: Making arch-based distro

Dobrosslove wrote:

Hello.
I started to make Arch-based distro. I have fully installed Arch + Openbox.

I have a couple of questions:
- How can I make an ISO from installed system I have?
- I haven't installed drivers for my graphics because if I respin it into a new system, users with nvidia graphics, for e.g. will involve with problems then. How can I avoid that, i mean, is there a script that will recognize graphics and download drivers for it?

That's all for now. Arch with Openbox and some setup rox.

You can check out Archbang GiT. Alternativly, you can even join ArchBang Dev-team. Choice is yours, would be happy to help. smile


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#4 2010-05-31 16:36:25

Dobrosslove
Member
From: Serbia
Registered: 2009-03-15
Posts: 38

Re: Making arch-based distro

Thanks guys on help
@tomk
I want to make full graphical installation. I am on mobile and I cant check it out, so does Larch features possibility for automated installation of proper drivers? Or I must left it as is... In that case i must left VESA drivers only and note the users that they must type Pacman -S xf86-video-*driver* in console...


Patientia rara virtus

Offline

#5 2010-05-31 17:04:43

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 859
Website

Re: Making arch-based distro

How about you just install all video drivers, and let Xorg autodetect which one to use (i.e., no xorg.conf)?

Offline

#6 2010-05-31 22:54:20

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,360

Re: Making arch-based distro

tavianator wrote:

How about you just install all video drivers, and let Xorg autodetect which one to use (i.e., no xorg.conf)?

nVidia proprietary drivers conflict with basically every other video driver, but if he's using nv/nouveau then that's doable.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#7 2010-06-01 00:51:01

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 859
Website

Re: Making arch-based distro

Quick hack to use the binary driver on nVidia chipsets:

lspci | grep 'VGA compatible controller: nVidia' >/dev/null && yes | pacman -S nvidia nvidia-utils

Offline

#8 2010-06-04 16:09:52

Dobrosslove
Member
From: Serbia
Registered: 2009-03-15
Posts: 38

Re: Making arch-based distro

I have downloaded larch and executed the script. How to run it? :S


Patientia rara virtus

Offline

#9 2010-06-05 11:50:51

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: Making arch-based distro

Dobrosslove wrote:

I have downloaded larch and executed the script. How to run it? :S

There is quite extensive documentation in the larch package itself and on the website.

Offline

#10 2010-06-06 11:35:57

Dobrosslove
Member
From: Serbia
Registered: 2009-03-15
Posts: 38

Re: Making arch-based distro

I found it.
But, is there an application or way to create installation from system I HAVE, because I forgot to write down all packages I installed...
And how can I keep styles and menu icon that I set in the installation that I am going to create?


Patientia rara virtus

Offline

#11 2010-06-06 12:39:37

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: Making arch-based distro

And how can I keep styles and menu icon that I set in the installation that I am going to create?

/etc/skel (the cheap and easy way), even better in the core files of your DE/WM.


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#12 2010-06-06 14:02:08

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: Making arch-based distro

Dobrosslove wrote:

because I forgot to write down all packages I installed...

You could run "pacman -Qs" and see what you have installed. And if its an AUR package, use "pacman -Qm" instead.

Last edited by anonymous_user (2010-06-06 14:02:16)

Offline

#13 2010-06-06 15:31:55

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: Making arch-based distro

Dobrosslove wrote:

I found it.
But, is there an application or way to create installation from system I HAVE, because I forgot to write down all packages I installed...
And how can I keep styles and menu icon that I set in the installation that I am going to create?

I think this is probably what you want:
http://larch.berlios.de/doc7/larch_over … tingSystem

Offline

#14 2010-06-07 05:38:43

Google
Member
From: Mountain View, California
Registered: 2010-05-31
Posts: 484
Website

Re: Making arch-based distro

If someone were to use the Arch-base, build the rest of the OS on top of it-- make a repository of their own (with the ability to use the default Arch repositories, and a custom repository), could they label the OS them self and call it their own distro? What is called for to actually re-label and call something your own distro?

Last edited by Google (2010-06-07 05:39:16)

Offline

#15 2010-06-07 05:49:07

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Making arch-based distro

Google wrote:

If someone were to use the Arch-base, build the rest of the OS on top of it-- make a repository of their own (with the ability to use the default Arch repositories, and a custom repository), could they label the OS them self and call it their own distro? What is called for to actually re-label and call something your own distro?

There are instances where ppl simply tack on GUI installer and call the OS as their own, which is fine, as long as you give proper credit to the Arch devs


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#16 2010-06-07 06:02:11

Google
Member
From: Mountain View, California
Registered: 2010-05-31
Posts: 484
Website

Re: Making arch-based distro

Thanks, I hope to build my own distro. It will certainly contain more changes than a GUI installer tho! smile

Offline

#17 2010-06-10 03:30:47

trusktr
Banned
From: .earth
Registered: 2010-02-18
Posts: 907
Website

Re: Making arch-based distro

What would be cool is a way to automatically keep the system updated with pacman (i know it exists already) but with extra features that let you easily manage pacsave files, pacnew files, and whatever other things that require attention, through a GUI.


joe@trusktr.io - joe at true skater dot io.

Offline

Board footer

Powered by FluxBB