# 2 ttys
vc/1::askfirst:/bin/ash
vc/2::askfirst:/bin/ash
## Logging (uncomment the 5 following lines to enable)
#null::sysinit:/bin/mkdir /var/log
#null::sysinit:/bin/touch /var/log/messages
#null::respawn:/sbin/syslogd -n -m 0
#null::respawn:/sbin/klogd -n
#vc/5::respawn:/bin/tail -f /var/log/messages
# Stuff to do for the 3-finger salute
::ctrlaltdel:/sbin/reboot
# Stuff to do before rebooting
## (uncomment the 2 following lines if you enable Logging)
#null::shutdown:/bin/killall klogd
#null::shutdown:/bin/killall syslogd
null::shutdown:/bin/umount -a -r
null::shutdown:/sbin/swapoff -a
Si dans ton noyau il gere le devfs et k'il le monte automatiquement au boot, et que busybox le gere aussi, ca devrait passer.
En fait, la ligne suivante dis a busybo de creer les liens juste au démarrage je crois
null::sysinit:/bin/busybox --install -s
G aussi utilisé devfsd pour k'il gère les devices, ca marche assez bien pour le moment
[^] # Re: + de précisions
Posté par lukeg . En réponse au journal 4096 alias Le chiffre maudit de linux 2.2.26. Évalué à 1.
Voici mon fichier inittab:
# Minimal /etc/inittab
# Startup
null::sysinit:/bin/mount -o remount,rw /
null::sysinit:/bin/mount -t proc proc /proc
null::sysinit:/bin/busybox --install -s
null::sysinit:/bin/mount -a
null::sysinit:/sbin/devfsd /dev
# 2 ttys
vc/1::askfirst:/bin/ash
vc/2::askfirst:/bin/ash
## Logging (uncomment the 5 following lines to enable)
#null::sysinit:/bin/mkdir /var/log
#null::sysinit:/bin/touch /var/log/messages
#null::respawn:/sbin/syslogd -n -m 0
#null::respawn:/sbin/klogd -n
#vc/5::respawn:/bin/tail -f /var/log/messages
# Stuff to do for the 3-finger salute
::ctrlaltdel:/sbin/reboot
# Stuff to do before rebooting
## (uncomment the 2 following lines if you enable Logging)
#null::shutdown:/bin/killall klogd
#null::shutdown:/bin/killall syslogd
null::shutdown:/bin/umount -a -r
null::shutdown:/sbin/swapoff -a
Si dans ton noyau il gere le devfs et k'il le monte automatiquement au boot, et que busybox le gere aussi, ca devrait passer.
En fait, la ligne suivante dis a busybo de creer les liens juste au démarrage je crois
null::sysinit:/bin/busybox --install -s
G aussi utilisé devfsd pour k'il gère les devices, ca marche assez bien pour le moment
Hope it helps