Parent Directory
|
Revision Log
add *); script not yet finished!
| 1 | lange | 2687 | #! /bin/sh |
| 2 | |||
| 3 | # echo architecture and OS name in upper case. Do NOT remove these two lines | ||
| 4 | uname -s | tr '[:lower:]' '[:upper:]' | ||
| 5 | [ -x "`which dpkg`" ] && dpkg --print-installation-architecture | tr /a-z/ /A-Z/ | ||
| 6 | |||
| 7 | [ -f /boot/RUNNING_FROM_FAICD ] && echo "FAICD" | ||
| 8 | |||
| 9 | # use a list of classes for our demo machine | ||
| 10 | case $HOSTNAME in | ||
| 11 | demohost) | ||
| 12 | catnc demo ;; | ||
| 13 | gnomehost) | ||
| 14 | catnc demo ; | ||
| 15 | echo "XFREE GNOME";; | ||
| 16 | lange | 2697 | *) |
| 17 | echo "FAIBASE MBR GRUB DHCPC" ;; | ||
| 18 | lange | 2687 | esac |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |