mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
bump(coreos-base/coreos-init): Enable btrfs resizing on boot.
This commit is contained in:
parent
33cd1a2094
commit
702e4e91a4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user