/[fai]/trunk/examples/simple/class/10-classes4hosts
ViewVC logotype

Contents of /trunk/examples/simple/class/10-classes4hosts

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2697 - (hide annotations) (download)
Mon Apr 4 17:05:18 2005 UTC (8 years, 2 months ago) by lange
File size: 447 byte(s)
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

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.5