/[fai]/trunk/examples/simple/class/50-host-classes
ViewVC logotype

Contents of /trunk/examples/simple/class/50-host-classes

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5261 - (show annotations) (download)
Mon Feb 16 12:47:23 2009 UTC (4 years, 4 months ago) by mt
File size: 483 byte(s)
First series of setup-storage related fixes that get merged from experimental;
merged:
- setup-storage_udevsettle-etch
- setup-storage_large-partition-check
- setup-storage_opt-d
- setup-storage_crypto-bugfixes
- setup-storage_initramfs-lvm-raid
- setup-storage_liblinux-lvm
- setup-storage_disk-id-support
Further merges and the update to experimental will follow soon.
1 #! /bin/bash
2
3 # assign classes hosts
4
5 # use a list of classes for our demo machine
6 case $HOSTNAME in
7 faiserver)
8 echo "FAIBASE DEMO FAISERVER" ;;
9 demohost)
10 echo "FAIBASE DHCPC DEMO" ;;
11 gnomehost)
12 echo "FAIBASE DHCPC DEMO XORG GNOME";;
13 atom*)
14 echo "FAIBASE DHCPC DEMO" ;;
15 bear)
16 echo "FAIBASE DHCPC LVM_XEN_SERVER" ;;
17 puma)
18 echo "FAIBASE DHCPC RAID_XEN_VIRTUAL" ;;
19 *)
20 echo "FAIBASE DHCPC" ;;
21 esac
22
23 (ifclass I386 || ifclass AMD64) && echo GRUB
24 exit 0

Properties

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

  ViewVC Help
Powered by ViewVC 1.1.5