autologin_mit_linux
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| autologin_mit_linux [2011/02/24 14:41] – angelegt admin | autologin_mit_linux [2011/02/24 14:45] (aktuell) – admin | ||
|---|---|---|---|
| Zeile 2: | Zeile 2: | ||
| **Problem: | **Problem: | ||
| - | */ | + | |
| - | + | <code bash / | |
| - | | + | ... |
| - | 1: | + | 1: |
| - | ... | + | ... |
| + | </ | ||
| + | |||
| + | <code bash / | ||
| + | ... | ||
| + | case `/ | ||
| + | / | ||
| + | esac | ||
| + | </ | ||
| <code bash / | <code bash / | ||
| #!/bin/bash | #!/bin/bash | ||
| - | # Scriptname: autologin | ||
| - | # autologin-script based on article in Linux Journal 58 | ||
| - | # Put script in /sbin and make root owner | ||
| - | # Edit / | ||
| - | # 1: | ||
| - | # to | ||
| - | # 1: | ||
| - | # where username is your username | ||
| - | # reboot to take effect | ||
| exec 0</ | exec 0</ | ||
| cat /etc/issue | cat /etc/issue | ||
| Zeile 27: | Zeile 26: | ||
| <code bash / | <code bash / | ||
| #!/bin/bash | #!/bin/bash | ||
| - | # Scriptname: autostartx | ||
| - | # autostartx-script based on article in Linux Magazine No 2 | ||
| - | # This script checks to see if X is up, if not | ||
| - | # the script startx X automatically in 5 seconds | ||
| case `/ | case `/ | ||
| echo -e " | echo -e " | ||
| Zeile 52: | Zeile 47: | ||
| esac | esac | ||
| </ | </ | ||
| + | |||
| + | chmod +x / | ||
autologin_mit_linux.1298554893.txt.gz · Zuletzt geändert: von admin
