search for: addbootprotonon

Displaying 1 result from an estimated 1 matches for "addbootprotonon".

Did you mean: addbootprotonone
2009 Sep 23
0
[PATCH server] add network boot protocol 'none'
...ot, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301, USA. A copy of the GNU General Public License is +# also available at http://www.gnu.org/copyleft/gpl.html. + +# introduce networks and ip_addresses tables, refactor relationships +class AddBootprotoNone < ActiveRecord::Migration + def self.up + BootType.create(:label => 'None', :proto => 'none') + end + + def self.down + BootType.destroy_all(:proto => 'none') + end +end -- 1.6.0.6