回答

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> 
相關問題