diff options
| author | torben | 2015-11-13 15:19:29 +0100 |
|---|---|---|
| committer | torben | 2015-11-13 15:19:29 +0100 |
| commit | 950e09b9a00056ea526f3424386f3b7ca6fbf520 (patch) | |
| tree | 29fe1e0f5a9ac072f8495dad320382311da5c7ce | |
| parent | Set static ips for our test tftp server. (diff) | |
| download | systemd-init-950e09b9a00056ea526f3424386f3b7ca6fbf520.tar.gz systemd-init-950e09b9a00056ea526f3424386f3b7ca6fbf520.tar.xz systemd-init-950e09b9a00056ea526f3424386f3b7ca6fbf520.zip | |
Sync.
| -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 af33065f..80ba8c6c 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="132.230.4.202" +declare -rg DNBD3_SERVER="132.230.4.201" declare -rg DNBD3_IMAGE="archLinux.vdi" declare -rg DNBD3_RID="0" declare -rg DNBD3_DEVICE="/dev/dnbd0" |
