|
From: <abe...@us...> - 2017-06-20 17:42:42
|
Revision: 8405
http://sourceforge.net/p/astlinux/code/8405
Author: abelbeck
Date: 2017-06-20 17:42:40 +0000 (Tue, 20 Jun 2017)
Log Message:
-----------
Enable VMWARE_PVSCSI=y (vmw_pvscsi) as a bootable disk driver for both RUNNIX and the genx86_64-vm AstLinux, adds very little extra size to RUNNIX. Also add vmw_pvscsi to the ISO Installer (runnix-iso)
Modified Paths:
--------------
branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config
branches/1.0/project/runnix/geni586/linux.config
branches/1.0/project/runnix-iso/geni586/linux.config
Modified: branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config
===================================================================
--- branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config 2017-06-19 15:47:53 UTC (rev 8404)
+++ branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config 2017-06-20 17:42:40 UTC (rev 8405)
@@ -1179,7 +1179,7 @@
# CONFIG_SCSI_HPTIOP is not set
CONFIG_SCSI_BUSLOGIC=y
# CONFIG_SCSI_FLASHPOINT is not set
-# CONFIG_VMWARE_PVSCSI is not set
+CONFIG_VMWARE_PVSCSI=y
# CONFIG_HYPERV_STORAGE is not set
# CONFIG_LIBFC is not set
# CONFIG_LIBFCOE is not set
Modified: branches/1.0/project/runnix/geni586/linux.config
===================================================================
--- branches/1.0/project/runnix/geni586/linux.config 2017-06-19 15:47:53 UTC (rev 8404)
+++ branches/1.0/project/runnix/geni586/linux.config 2017-06-20 17:42:40 UTC (rev 8405)
@@ -809,7 +809,7 @@
# CONFIG_SCSI_HPTIOP is not set
CONFIG_SCSI_BUSLOGIC=y
# CONFIG_SCSI_FLASHPOINT is not set
-# CONFIG_VMWARE_PVSCSI is not set
+CONFIG_VMWARE_PVSCSI=y
# CONFIG_LIBFC is not set
# CONFIG_LIBFCOE is not set
# CONFIG_FCOE is not set
Modified: branches/1.0/project/runnix-iso/geni586/linux.config
===================================================================
--- branches/1.0/project/runnix-iso/geni586/linux.config 2017-06-19 15:47:53 UTC (rev 8404)
+++ branches/1.0/project/runnix-iso/geni586/linux.config 2017-06-20 17:42:40 UTC (rev 8405)
@@ -810,7 +810,7 @@
# CONFIG_SCSI_HPTIOP is not set
CONFIG_SCSI_BUSLOGIC=y
# CONFIG_SCSI_FLASHPOINT is not set
-# CONFIG_VMWARE_PVSCSI is not set
+CONFIG_VMWARE_PVSCSI=y
# CONFIG_LIBFC is not set
# CONFIG_LIBFCOE is not set
# CONFIG_FCOE is not set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|