diff options
| author | Dirk von Suchodoletz | 2006-03-09 22:10:10 +0100 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-03-09 22:10:10 +0100 |
| commit | 0793f31569b709530ec01b967ce1af873f50c7f4 (patch) | |
| tree | 6885df5231e29f86f5a05769f72b401d780d1087 /initrd/initrd-stuff/etc | |
| parent | some notes (diff) | |
| download | core-0793f31569b709530ec01b967ce1af873f50c7f4.tar.gz core-0793f31569b709530ec01b967ce1af873f50c7f4.tar.xz core-0793f31569b709530ec01b967ce1af873f50c7f4.zip | |
"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
Diffstat (limited to 'initrd/initrd-stuff/etc')
| -rw-r--r-- | initrd/initrd-stuff/etc/machine-setup | 12 |
1 files changed, 10 insertions, 2 deletions
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 <dirk@goe.net>, 08-03-2006 +# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 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 |
