diff options
| author | jandob | 2015-11-13 12:23:51 +0100 |
|---|---|---|
| committer | jandob | 2015-11-13 12:23:51 +0100 |
| commit | cfdf6b1f9bf45c3a81bef4cbc10a051c0f4dfbb0 (patch) | |
| tree | f7080c98ace756504dcd35962404f542a69a7b1e | |
| parent | added tftp ipxe files (diff) | |
| parent | Set janosch as dnbd3 server. (diff) | |
| download | systemd-init-cfdf6b1f9bf45c3a81bef4cbc10a051c0f4dfbb0.tar.gz systemd-init-cfdf6b1f9bf45c3a81bef4cbc10a051c0f4dfbb0.tar.xz systemd-init-cfdf6b1f9bf45c3a81bef4cbc10a051c0f4dfbb0.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init
| -rwxr-xr-x | builder/dnbd3-rootfs/hooks/pre-mount/prepare-root-partition.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/dnbd3-rootfs/hooks/pre-mount/prepare-root-partition.sh b/builder/dnbd3-rootfs/hooks/pre-mount/prepare-root-partition.sh index 6e6e98dc..af33065f 100755 --- a/builder/dnbd3-rootfs/hooks/pre-mount/prepare-root-partition.sh +++ b/builder/dnbd3-rootfs/hooks/pre-mount/prepare-root-partition.sh @@ -1,6 +1,6 @@ source "/usr/lib/utils.sh" -declare -rg DNBD3_SERVER="10.0.2.2" +declare -rg DNBD3_SERVER="132.230.4.202" declare -rg DNBD3_IMAGE="archLinux.vdi" declare -rg DNBD3_RID="0" declare -rg DNBD3_DEVICE="/dev/dnbd0" |
