Skip to content

Commit

Permalink
initramfs: correct the name of /proc/filesystems
Browse files Browse the repository at this point in the history
Reviewed-by: Fengguang Wu <[email protected]>
Signed-off-by: Wenzhong Sun <[email protected]>
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
Wenzhong Sun authored and rli9 committed Aug 4, 2016
1 parent 24d3d08 commit 6671beb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mount_overlayfs()
# http://comments.gmane.org/gmane.linux.file-systems.union/190
[ "$BOOT" = 'nfs' ] && return

grep -q overlayfs /proc/filesystem || modprobe overlay || return
grep -q overlayfs /proc/filesystems || modprobe overlay || return

local overlay_mnt=/overlay
mkdir -p $overlay_mnt
Expand Down

0 comments on commit 6671beb

Please sign in to comment.