Merge pull request #309 from marineam/remount

bump(coreos-base/coreos-init): Replace dev-mode script.
This commit is contained in:
Michael Marineau 2014-01-20 11:16:59 -08:00
commit 28956793e3
3 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ RDEPEND="${DEPEND}
src_install() { 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
else else
emake DESTDIR="${D}" install emake DESTDIR="${D}" install
fi fi

View File

@ -36,6 +36,7 @@ RDEPEND="${DEPEND}
src_install() { 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
else else
emake DESTDIR="${D}" install emake DESTDIR="${D}" install
fi fi