summaryrefslogtreecommitdiffstats
path: root/pbs-newdata.sql
diff options
context:
space:
mode:
authormichael pereira2011-04-08 15:20:51 +0200
committermichael pereira2011-04-08 15:20:51 +0200
commitb219a289b07928d832755447f54ca3f9b3fd2b4b (patch)
tree86e0528001ae4f6423adf8a88410233f2d6d0e98 /pbs-newdata.sql
parentdefaultbootmenu fertig (diff)
downloadpbs2-b219a289b07928d832755447f54ca3f9b3fd2b4b.tar.gz
pbs2-b219a289b07928d832755447f54ca3f9b3fd2b4b.tar.xz
pbs2-b219a289b07928d832755447f54ca3f9b3fd2b4b.zip
kcl gefixt
Diffstat (limited to 'pbs-newdata.sql')
-rw-r--r--pbs-newdata.sql14
1 files changed, 7 insertions, 7 deletions
diff --git a/pbs-newdata.sql b/pbs-newdata.sql
index 0954204..ea67ecf 100644
--- a/pbs-newdata.sql
+++ b/pbs-newdata.sql
@@ -121,13 +121,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, 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);
+(1, 5, 1, '123', '1', 'abc', 1, 0),
+(2, 2, 1, 'menu2', '0', '123456', 1, 1),
+(3, 6, 1, 'Mein OS 6', '1', 'appending', 1, 2),
+(4, 10, 2, 'Das OS 10', '1', 'append', 1, 0),
+(5, 9, 5, 'Bootos 9', '1', 'a', 1, 0),
+(6, 1, 4, 'booting 1', '0', 'aphabeta', 1, 0),
+(7, 6, 3, 'blablabla', '0', '11', 1, 0);
-- Adding client to pools (poolentries)
INSERT INTO `pbs_poolentries` (`poolentriesID`, `poolID`, `clientID`) VALUES