You are not logged in.
Pages: 1
Hi,
which boot style is Arch Linux using? SysV or BSD? I would appreciate a more in depth doc of the Arch Linux boot, I've found nothing in the online docs.
Thx,
Florian
Offline
BSD. as for more docs someone else may have what you require.
AKA uknowme
I am not your friend
Offline
Is it using a real BSD? (no runlevels existing) Or a SysV Init with BSD scripts? Is it using the init programm?
If SysV with BSD Scripts:
- Is there a script which can call SysV Init Scripts in the appropiate Runlevels? Is the runlevel to change to given as a parameter to the scripts?
Is Archlinux using PAM for authentication?
thx,
Florian
Offline
Arch's rc.d scripts do not support multiple runlevels, though the sysvinit program does, of course. So rc.d scripts can be hacked to behave differently for each runlevel.
The bootup process hits rc.sysinit first, then rc.multi, then rc.local. /etc/rc.d contains start/stop/restart scripts for daemons, but there are no sysV-style symlinks everywhere, since we do not support multiple runlevels.
So in short, it's not quite real BSD, since we have start/stop rc.d scripts, but it's close.
Like everything in Arch Linux, we've taken the things we like about each and kept them and threw away the rest.
Offline
What is about PAM?
Offline
Arch does not use PAM
Offline
Arch's rc.d scripts do not support multiple runlevels, though the sysvinit program does, of course. So rc.d scripts can be hacked to behave differently for each runlevel.
The bootup process hits rc.sysinit first, then rc.multi, then rc.local. /etc/rc.d contains start/stop/restart scripts for daemons, but there are no sysV-style symlinks everywhere, since we do not support multiple runlevels.
So in short, it's not quite real BSD, since we have start/stop rc.d scripts, but it's close.
Like everything in Arch Linux, we've taken the things we like about each and kept them and threw away the rest.
Awesome, thank you exactly what I was looking for.
I've not had to ask too many questions yet because a quick search has revealed quite a bit. Glad to see the developers taking an active part in the forums!
Cool
Offline
Pages: 1