summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2006-09-30 18:52:29 +0200
committerOliver Tappe2006-09-30 18:52:29 +0200
commitff6db9e078a85d714434b1040f486a975d4c2e01 (patch)
tree8550423b52f4a877e240e2b21e7ccb0b396c1745 /config-db
parent* ask for confirmation only if database actually has content (diff)
downloadcore-ff6db9e078a85d714434b1040f486a975d4c2e01.tar.gz
core-ff6db9e078a85d714434b1040f486a975d4c2e01.tar.xz
core-ff6db9e078a85d714434b1040f486a975d4c2e01.zip
* minor cleanup
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@417 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rw-r--r--config-db/OpenSLX/DBSchema.pm19
1 files changed, 11 insertions, 8 deletions
diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm
index 3c27fa56..3b1a9223 100644
--- a/config-db/OpenSLX/DBSchema.pm
+++ b/config-db/OpenSLX/DBSchema.pm
@@ -58,11 +58,12 @@ $DbSchema = {
'schema_version:s.5', # schema-version currently implemented by DB
],
'vendor_os' => [
- # a vendor os describes a folder containing an operating system as provided by the
- # vendor (a.k.a. unchanged and thus updatable)
+ # a vendor os describes a folder containing an operating system as
+ # provided by the vendor (a.k.a. unchanged and thus updatable)
'id:pk', # primary key
- 'name:s.48', # structured name of OS installation (e.g. suse-9.3-minimal,
- # suse-9.3-kde, debian-3.1-ppc)
+ 'name:s.48', # structured name of OS installation
+ # (e.g. suse-9.3-minimal, suse-9.3-kde,
+ # debian-3.1-ppc)
'comment:s.1024', # internal comment (optional, for admins)
'path:s.256', # path to os filesystem root
],
@@ -70,13 +71,15 @@ $DbSchema = {
# a system describes one bootable instance of a vendor os
'id:pk', # primary key
'vendor_os_id:fk', # foreign key
- 'name:s.48', # name used in filesystem and passed to kernel via cmdline arg
- # (e.g.: suse-9.3-minimal, suse-9.3-minimal-nbd, ...)
+ 'name:s.48', # name used in filesystem and passed to
+ # kernel via cmdline arg (e.g.:
+ # suse-9.3-minimal, suse-9.3-minimal-nbd...)
'label:s.128', # name visible to user (pxe-label)
'comment:s.1024', # internal comment (optional, for admins)
'export_type:s.10', # 'nbd', 'nbd-squash', 'nfs', ...
- 'export_uri:s.256', # path to export (NDB-image or NFS-path), if empty it
- # will be auto-generated by config-demuxer
+ 'export_uri:s.256', # path to export (NDB-image or NFS-path), if
+ # empty it will be auto-generated by
+ # config-demuxer
'kernel:s.128', # path to kernel file, relative to OS root
'kernel_params:s.512', # kernel-param string for pxe
'ramfs_debug_level:i', # debug level for initramfs-generator-script