Skip to content

Commit

Permalink
Merge pull request bottlerocket-os#3499 from yeazelm/xfs_logging
Browse files Browse the repository at this point in the history
release: Remove explicit Type for Local Filesystem
  • Loading branch information
yeazelm authored Oct 3, 2023
2 parents e61a30a + 3ac01cb commit 6541406
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/release/local.mount
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ After=prepare-local-fs.service
Requires=prepare-local-fs.service

[Mount]
EnvironmentFile=/usr/share/bottlerocket/image-features.env
What=/dev/disk/by-partlabel/BOTTLEROCKET-DATA
Where=/local
Type=${DATA_PARTITION_FILESYSTEM}
# "noexec" omitted to allow containers and migrations to run
Options=defaults,nosuid,nodev,noatime,private
StandardError=journal+console

[Install]
WantedBy=preconfigured.target

0 comments on commit 6541406

Please sign in to comment.