Shutdown by power button support in Trusty
This commit is contained in:
parent
bf531d0720
commit
e4ef293657
@ -242,7 +242,7 @@ EOF
|
||||
software-properties-common python-software-properties libnss-myhostname f2fs-tools"
|
||||
;;
|
||||
trusty)
|
||||
package_list="$package_list libnl-3-dev libnl-genl-3-dev software-properties-common python-software-properties f2fs-tools"
|
||||
package_list="$package_list libnl-3-dev libnl-genl-3-dev software-properties-common python-software-properties f2fs-tools acpid"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
@ -146,7 +146,7 @@ case $RELEASE in
|
||||
PAKETKI="$PAKETKI thin-provisioning-tools libnl-3-dev libnl-genl-3-dev libpam-systemd software-properties-common python-software-properties libnss-myhostname"
|
||||
;;
|
||||
trusty)
|
||||
PAKETKI="$PAKETKI libnl-3-dev libnl-genl-3-dev software-properties-common python-software-properties"
|
||||
PAKETKI="$PAKETKI libnl-3-dev libnl-genl-3-dev software-properties-common python-software-properties acpid"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user