summaryrefslogtreecommitdiffstats
path: root/installer/distro-specs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-04-06 12:43:02 +0200
committerDirk von Suchodoletz2006-04-06 12:43:02 +0200
commitd361097554e8d5a99b535aef00f07515e481278a (patch)
tree14e3374a4fe5210bffd28c32c5d3935457e5f588 /installer/distro-specs
parent3.4: (diff)
downloadcore-d361097554e8d5a99b535aef00f07515e481278a.tar.gz
core-d361097554e8d5a99b535aef00f07515e481278a.tar.xz
core-d361097554e8d5a99b535aef00f07515e481278a.zip
some more for the nbd, squashfs support ...
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@167 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/distro-specs')
-rw-r--r--installer/distro-specs/config-debian3
-rw-r--r--installer/distro-specs/config-gentoo10
2 files changed, 13 insertions, 0 deletions
diff --git a/installer/distro-specs/config-debian b/installer/distro-specs/config-debian
index 7284def8..2e71bfd2 100644
--- a/installer/distro-specs/config-debian
+++ b/installer/distro-specs/config-debian
@@ -5,3 +5,6 @@ client_conf="/etc/dxs/client.cfg/machine-setup.default"
# this variable choses which atftpd template file to chose
atftpd_conf_name="atftpd_default"
+
+# wild guess on correct format of password string (dxs-root)
+root_pw='$1$yhUR.J5f$t4Djzm0SWX1hCmCVoIZ371'
diff --git a/installer/distro-specs/config-gentoo b/installer/distro-specs/config-gentoo
new file mode 100644
index 00000000..a0119071
--- /dev/null
+++ b/installer/distro-specs/config-gentoo
@@ -0,0 +1,10 @@
+dhcpd_conf="/etc/dhcpd.conf"
+atftpd_conf="/etc/conf.d/atftpd"
+exports_conf="/etc/exports"
+client_conf="/etc/dxs/client.cfg/machine-setup.default"
+
+# this variable choses which atftpd template file to chose
+atftpd_conf_name="atftpd_default"
+
+# wild guess on correct format of password string (dxs-root)
+root_pw='$1$yhUR.J5f$t4Djzm0SWX1hCmCVoIZ371'