summaryrefslogtreecommitdiffstats
path: root/pbs-newdata.sql
diff options
context:
space:
mode:
Diffstat (limited to 'pbs-newdata.sql')
-rw-r--r--pbs-newdata.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbs-newdata.sql b/pbs-newdata.sql
index 8e6fe11..e075c29 100644
--- a/pbs-newdata.sql
+++ b/pbs-newdata.sql
@@ -88,8 +88,8 @@ INSERT INTO `pbs_bootos` (`bootosID`, `configID`, `groupID`, `membershipID`, `ti
-- Adding preboot
INSERT INTO `pbs_preboot` (`prebootID`, `title`, `membershipID`, `groupID`, `path_preboot`) VALUES
(1, 'Preboot 1', 1, 1, 'path 1'),
-(2, 'Preboot 2', 1, 1, 'path 1'),
-(3, 'Preboot 3', 1, 1, 'path 1');
+(2, 'Preboot 2', 1, 1, 'path 2'),
+(3, 'Preboot 3', 1, 1, 'path 3');
-- Adding bootiso
INSERT INTO `pbs_bootiso` (`bootisoID`, `title`, `membershipID`, `groupID`, `prebootID`, `serialnumber`, `created`, `expires`, `public`) VALUES