build_library: enable remount-usr later in the boot process.

This commit is contained in:
Michael Marineau 2014-07-14 15:55:03 -07:00
parent 0326b5f57f
commit 19a4ae59d0

View File

@ -93,7 +93,7 @@ EOF
# Remount the system partition read-write by default.
# The remount services are provided by coreos-base/coreos-init
systemd_enable "${root_fs_dir}" "local-fs.target" "remount-usr.service"
systemd_enable "${root_fs_dir}" "multi-user.target" "remount-usr.service"
finish_image "${disk_layout}" "${root_fs_dir}" "${image_contents}"
upload_image -d "${BUILD_DIR}/${image_name}.bz2.DIGESTS" \