fix vm autostart
This commit is contained in:
parent
baa23507c8
commit
cf03641875
@ -3,7 +3,7 @@
|
||||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "ipmi">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.03.13">
|
||||
<!ENTITY version "2016.03.14">
|
||||
<!ENTITY launch "Settings/IPMI">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
@ -16,6 +16,9 @@
|
||||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
||||
|
||||
<CHANGES>
|
||||
###2016.03.14
|
||||
- update freeipmi package
|
||||
- fix virtual machines not auto starting due to /etc/init.d directory created by freeipmi package
|
||||
###2016.03.13
|
||||
- add test button for sending sample notification events
|
||||
- move ID column to advanced
|
||||
|
@ -11,8 +11,11 @@ The ipmi plugin allows you to view your system sensors and events using your ipm
|
||||
</Description>
|
||||
<Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support>
|
||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png</Icon>
|
||||
<Date>2016-03-13</Date>
|
||||
<Date>2016-03-14</Date>
|
||||
<Changes>
|
||||
###2016.03.14
|
||||
- update freeipmi package
|
||||
- fix virtual machines not auto starting due to /etc/init.d directory created by freeipmi package
|
||||
###2016.03.13
|
||||
- add test button for sending sample notification events
|
||||
- move ID column to advanced
|
||||
|
Loading…
Reference in New Issue
Block a user