diff options
| author | torben | 2015-11-05 16:45:48 +0100 |
|---|---|---|
| committer | torben | 2015-11-05 16:45:48 +0100 |
| commit | ed1fc1cfffc9879be46162a0cec9871b5d579029 (patch) | |
| tree | fd6a20adeb611180743fa14d00fc738633a81486 | |
| parent | Fixes. Sync. (diff) | |
| download | systemd-init-ed1fc1cfffc9879be46162a0cec9871b5d579029.tar.gz systemd-init-ed1fc1cfffc9879be46162a0cec9871b5d579029.tar.xz systemd-init-ed1fc1cfffc9879be46162a0cec9871b5d579029.zip | |
Sync.
| -rwxr-xr-x | builder/dnbd3-rootfs/module-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/dnbd3-rootfs/module-setup.sh b/builder/dnbd3-rootfs/module-setup.sh index 1efc6c3f..e86c612d 100755 --- a/builder/dnbd3-rootfs/module-setup.sh +++ b/builder/dnbd3-rootfs/module-setup.sh @@ -69,7 +69,7 @@ install() { # in your iniramfs. inst_multiple lsblk ping ip ifconfig sshd htop tail head cat vim \ touch sed lsmod insmod qemu-img sleep route wget find lsof strace \ - chroot switch_root pivot_root qemu-nbd mount nbd-client fdisk mkfs.xfs + chroot switch_root pivot_root qemu-nbd mount fdisk mkfs.xfs # Production: # inst_multiple insmod qemu-img qemu-nbd } |
