summaryrefslogtreecommitdiffstats
path: root/pbs-newdata.sql
diff options
context:
space:
mode:
authorSimon2011-03-16 15:03:07 +0100
committerSimon2011-03-16 15:03:07 +0100
commite744c6f8d476b318a99e3fda7e3e14a1fb6b2dbe (patch)
tree0cc8f4f2d01d31162908720b18f15ccafd7f5b97 /pbs-newdata.sql
parentHelper initialisiert, ClientController geadded (diff)
downloadpbs2-e744c6f8d476b318a99e3fda7e3e14a1fb6b2dbe.tar.gz
pbs2-e744c6f8d476b318a99e3fda7e3e14a1fb6b2dbe.tar.xz
pbs2-e744c6f8d476b318a99e3fda7e3e14a1fb6b2dbe.zip
sql-newdata korrigiert
Diffstat (limited to 'pbs-newdata.sql')
-rw-r--r--pbs-newdata.sql18
1 files changed, 7 insertions, 11 deletions
diff --git a/pbs-newdata.sql b/pbs-newdata.sql
index c309a54..1abb07c 100644
--- a/pbs-newdata.sql
+++ b/pbs-newdata.sql
@@ -77,17 +77,13 @@ INSERT INTO `pbs_bootmenu` (`bootmenuID`, `membershipID`, `groupID`, `title`, `c
-- Adding BootOs to BootMenus
INSERT INTO `pbs_bootmenuentries` (`bootmenuentriesID`, `bootosID`, `bootmenuID`, `title`, `kcl`, `kclappend`, `configID`, `order`) VALUES
-(1, 1, 1, 'Select BootOs 1', 'kcl 1', 'kcl 1', 1, 0),
-(2, 1, 1, 'Select BootOs 1', 'kcl 2', 'kcl 2', 2, 1),
-(3, 2, 1, 'Select BootOs 2', 'kcl 3', 'kcl 3', 2, 2),
-(4, 5, 2, 'Select BootOs 5', 'kcl 5', 'kcl 5', 2, 0),
-(5, 4, 2, 'Select BootOs 4', 'kcl 4', 'kcl 4', 2, 1),
-(6, 10, 3, 'Select BootOs 10', 'kcl 10', 'kcl 10', 3, 0),
-(7, 8, 3, 'Select BootOs 8', 'kcl 8', 'kcl 8', 4, 1),
-(8, 1, 2, 'Select BootOs 7', 'kcl 7', 'kcl 7', 5, 2),
-(9, 1, 5, 'Select BootOs 3', 'kcl 3', 'kcl 3', 4, 0),
-(10, 9, 4, 'Select BootOs 9', 'kcl 9', 'kcl 9', 3, 0),
-(11, 7, 4, 'Select BootOs 7', 'kcl 7', 'kcl 7', 5, 1);
+(1, 5, 1, '123', 'default kcl 5', 'abc', 1, 0),
+(2, 2, 1, 'menu2', 'default kcl 2', '123456', 1, 1),
+(3, 6, 1, 'Mein OS 6', 'default kcl 6', 'appending', 1, 2),
+(4, 10, 2, 'Das OS 10', 'default kcl 10', 'append', 1, 0),
+(5, 9, 5, 'Bootos 9', 'default kcl 9', 'a', 1, 0),
+(6, 1, 4, 'booting 1', 'default kcl 1', 'aphabeta', 1, 0),
+(7, 6, 3, 'blablabla', 'default kcl 6', '11', 1, 0);
-- Adding client to pools (poolentries)
INSERT INTO `pbs_poolentries` (`poolentriesID`, `poolID`, `clientID`) VALUES