回答

0

是的,你可以不带驱动器创建CloudShell壳牌是否使用ShellFoundry与否。

为了从删除驱动程序被附接到所述外壳的模型,位于下数据模型目录中打开进行编辑shellconfig.xml文件。

然后从ResourceTemplate XML节点中删除驱动属性:

<?xml version="1.0" encoding="utf-8"?> 
<ShellsConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.qualisystems.com/ResourceManagement/ShellsConfigurationSchema.xsd"> 
<ResourceTemplates> 
    <ResourceTemplate Name="ShellWithoutDriver" Model="ShellWithoutDriver"> 
     <Description></Description> 
     <AutoLoad Enable="false"> 
      <Description>Description for autoload </Description> 
     </AutoLoad> 
     <Attributes> 
      <Attribute Name="User" Value="" /> 
      <Attribute Name="Password" Value="" /> 
     </Attributes> 
    </ResourceTemplate>  
</ResourceTemplates> 
</ShellsConfiguration> 
相关问题