bump(coreos-base/coreos-init): Enable btrfs resizing on boot.

This commit is contained in:
Michael Marineau 2014-03-06 15:24:36 -08:00
parent 33cd1a2094
commit 702e4e91a4
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86" KEYWORDS="~amd64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="730d09ee93ff119f201e3b978cf28dfe1429cd55" CROS_WORKON_COMMIT="77d219211155cffd57c4895b36f7fcec52a5b953"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi
@ -44,6 +44,7 @@ src_install() {
if use symlink-usr ; then if use symlink-usr ; then
emake DESTDIR="${D}" install-usr emake DESTDIR="${D}" install-usr
systemd_enable_service local-fs.target remount-root.service systemd_enable_service local-fs.target remount-root.service
systemd_enable_service default.target resize-btrfs.service
else else
emake DESTDIR="${D}" install emake DESTDIR="${D}" install
fi fi