projects
/
fai-configs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
284ee63
)
Added diskless package config and fixed 50-host-classes for testing
author
root
<root@xenhost00.office.fsf.org>
Tue, 19 Aug 2014 04:09:58 +0000
(
00:09
-0400)
committer
root
<root@xenhost00.office.fsf.org>
Tue, 19 Aug 2014 04:09:58 +0000
(
00:09
-0400)
class/50-host-classes
patch
|
blob
|
blame
|
history
diff --git
a/class/50-host-classes
b/class/50-host-classes
index 0ca464f847b1aa1f8cfc4753cb0bafb136c8e3c7..d2dd87f783b3f33a5a6b85be3d7037cc863c0b3b 100755
(executable)
--- a/
class/50-host-classes
+++ b/
class/50-host-classes
@@
-24,7
+24,7
@@
case $HOSTNAME in
echo "FAIBASE DHCPC DEMO XORG GNOME";;
esac
-if ! ifclass DISKLESS; then
-
(ifclass I386 || ifclass AMD64)
&& echo GRUB_PC
-fi
+
+
(ifclass I386 || ifclass AMD64) && ! ifclass DISKLESS
&& echo GRUB_PC
+
exit 0