浏览代码

'grundinstallation.sh' ändern

Daniel Wenzel 2 年之前
父节点
当前提交
ddc5172b67
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      grundinstallation.sh

+ 6 - 6
grundinstallation.sh

@@ -71,12 +71,12 @@ if [ $? -eq 0 ] ; then
   apt install linux-virtual -y
   apt install linux-tools-virtual linux-cloud-tools-virtual -y
   
-  cat <<EOF >> /etc/initramfs-tools/modules
-  hv_vmbus
-  hv_storvsc
-  hv_blkvsc
-  hv_netvsc
-  EOF
+cat <<EOF >> /etc/initramfs-tools/modules
+hv_vmbus
+hv_storvsc
+hv_blkvsc
+hv_netvsc
+EOF
   
   update-initramfs -u
 fi