Displaying 1 result from an estimated 1 matches for "7d17279".
Did you mean:
717279
2009 Sep 23
0
[PATCH server] add network boot protocol 'none'
...message => 'Label must be unique'
validates_inclusion_of :proto,
- :in => %w( static dhcp bootp )
+ :in => %w( static dhcp bootp none )
end
diff --git a/src/db/migrate/043_add_bootproto_none.rb b/src/db/migrate/043_add_bootproto_none.rb
new file mode 100644
index 0000000..7d17279
--- /dev/null
+++ b/src/db/migrate/043_add_bootproto_none.rb
@@ -0,0 +1,28 @@
+# Copyright (C) 2008 Red Hat, Inc.
+# Written by Mohammed Morsi <mmorsi at redhat.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public Lice...