Differences
This shows you the differences between the selected revision and the current version of the page.
| howto:chroot_debian:linuxrc 2007/09/07 06:10 | howto:chroot_debian:linuxrc 2017/09/06 18:38 current | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| /etc/init.d/klogd start | /etc/init.d/klogd start | ||
| - | # DEVFS | + | # DEVFS (This is only needed for sarge) |
| /etc/init.d/devfsd start | /etc/init.d/devfsd start | ||
| Line 18: | Line 18: | ||
| MAKEDEV ptyp | MAKEDEV ptyp | ||
| - | # NFS | + | # NFS (You need to have portmap and nfs-user-server installed) |
| /etc/init.d/portmap start | /etc/init.d/portmap start | ||
| #/etc/init.d/nfs-common start | #/etc/init.d/nfs-common start | ||
| /etc/init.d/nfs-user-server start | /etc/init.d/nfs-user-server start | ||
| - | + | # Mail (You need to have exim4 installed) | |
| /etc/init.d/exim4 start | /etc/init.d/exim4 start | ||
| Line 30: | Line 30: | ||
| /etc/init.d/cron start | /etc/init.d/cron start | ||
| - | # INETD | + | # INETD (This is only available in sarge) |
| /etc/init.d/inetd start | /etc/init.d/inetd start | ||
| - | # Remove no login | + | # Remove no login (For etch you need to add "start" at the end of the line) |
| /etc/init.d/rmnologin | /etc/init.d/rmnologin | ||
| - | #SSH | + | #SSH (You need to have openssh-server installed) |
| /etc/init.d/ssh start >/var/log/ssh.log 2>&1 | /etc/init.d/ssh start >/var/log/ssh.log 2>&1 | ||
| - | # STOP BOOTLOG | + | # STOP BOOTLOG (For etch you need to add "start" at the end of the line) |
| /etc/init.d/stop-bootlogd | /etc/init.d/stop-bootlogd | ||
| </code> | </code> | ||