clean up the boot states area
[plcapi.git] / planetlab5.sql
index 0f3e9fd..b4c0516 100644 (file)
@@ -252,7 +252,7 @@ CREATE TABLE boot_states (
     boot_state text PRIMARY KEY
 ) WITH OIDS;
 INSERT INTO boot_states (boot_state) 
-       VALUES ('boot'), ('dbg'), ('diag'), ('disable'), ('inst'), ('rins'), ('new');
+       VALUES ('boot'), ('safeboot'), ('failboot'), ('disabled'), ('install'), ('reinstall');
 
 -- Nodes
 CREATE TABLE nodes (