You are not logged in.
Pages: 1
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
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
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. ![]()
Offline
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
How about you just install all video drivers, and let Xorg autodetect which one to use (i.e., no xorg.conf)?
Offline
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
Quick hack to use the binary driver on nVidia chipsets:
lspci | grep 'VGA compatible controller: nVidia' >/dev/null && yes | pacman -S nvidia nvidia-utilsOffline
I have downloaded larch and executed the script. How to run it? :S
Patientia rara virtus
Offline
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.
larch: http://larch.berlios.de
Offline
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
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
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
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
larch: http://larch.berlios.de
Offline
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
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
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Thanks, I hope to build my own distro. It will certainly contain more changes than a GUI installer tho! ![]()
Offline
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
Pages: 1