From 0793f31569b709530ec01b967ce1af873f50c7f4 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Thu, 9 Mar 2006 21:10:10 +0000 Subject: "dynamic variables" in machine-setup. mkfs.ext2 in hwautocfg, tmp mount ... git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@101 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/initrd-stuff/etc/machine-setup | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'initrd/initrd-stuff/etc') diff --git a/initrd/initrd-stuff/etc/machine-setup b/initrd/initrd-stuff/etc/machine-setup index 35dc5a9c..0cdae408 100644 --- a/initrd/initrd-stuff/etc/machine-setup +++ b/initrd/initrd-stuff/etc/machine-setup @@ -6,13 +6,17 @@ # New settings are simply appended, so that they might # overwrite previously defined variables # -# Author(s): Dirk von Suchodoletz , 08-03-2006 +# Author(s): Dirk von Suchodoletz , 09-03-2006 # Blabla # Blub # # Copyright: (c) 2003 - 2006 - RZ Universitaet Freiburg # -# format variable="value" +# format variable="static_value" or variable="$serverip:123" +# it is possible to use the variables $serverip (the IP of the +# providing DHCP server - not neccessarily NFS server), $clientip +# (the IP of the client itself) and $host_name +# # # password of system administrator (root) as crypt -> 'dxs-root' root_pw='$2a$10$MoEYhIPZGCtR62R8UvBl3emNn2qMOuQpLQpfmNnhya4bGLhyF0pbu' @@ -83,8 +87,12 @@ netbios_workgroup="dxs-network" automnt_dir="/home" automnt_src="10.8.4.254:/home" +# scratch space on server +scratch="$serverip:/dxs/tmp" + # configure and start vmware services vmware="no" +imgsrv="$serverip:/dxs/vmware" start_xdmcp=xdm start_x=yes -- cgit v1.2.3-55-g7522