mount_opts values are apparently required in the disk layout file.
signed-off-by: dave kormann <davek@research.att.com>
Change-Id: I1ce1ea4fe259bb8c78f4b33237624f0d79d3da8f
# See the License for the specific language governing permissions and
# limitations under the License.
-%define RPM_MINOR_VERSION 2
+%define RPM_MINOR_VERSION 3
Name: partfs_rootdisk
Version: %{_version}
- lvm_name: "home"
lvm_size: "2%VG"
mount_point: "/home"
+ mount_opts: noatime,nodev,nosuid
- lvm_name: "tmp"
lvm_size: "4%VG"
mount_point: "/tmp"
+ mount_opts: defaults
- lvm_name: "home"
lvm_size: "2%VG"
mount_point: "/home"
+ mount_opts: noatime,nodev,nosuid
- lvm_name: "tmp"
lvm_size: "4%VG"
mount_point: "/tmp"
+ mount_opts: defaults