Skip to content

Commit

Permalink
v6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fourdee committed Jan 12, 2018
1 parent 85589b4 commit 349c70a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dietpi/dietpi-drive_manager
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,11 @@

local mount_options='defaults,noatime,nofail'

# Disable x-systemd.automount for RootFS, breaks FS_partition
if [ "${aDRIVE_MOUNT_TARGET[$i]}" != '/' ]; then
# Disable x-systemd.automount for
# RootFS, breaks FS_partition
# Boot, breaks dietpi-ramdisk on ASUS TB
if [ "${aDRIVE_MOUNT_TARGET[$i]}" != '/' ] &&
[ "${aDRIVE_MOUNT_TARGET[$i]}" != '/boot' ]; then

mount_options+=',x-systemd.automount'

Expand Down

0 comments on commit 349c70a

Please sign in to comment.