diff options
-rw-r--r-- | src/initrd/btrfs-create.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/initrd/btrfs-create.sh b/src/initrd/btrfs-create.sh index f47dfaf..4548ee1 100644 --- a/src/initrd/btrfs-create.sh +++ b/src/initrd/btrfs-create.sh | |||
@@ -74,6 +74,7 @@ init_samizdat() | |||
74 | movemounts() | 74 | movemounts() |
75 | { | 75 | { |
76 | # Move mounted filesystems to the future root filesystem | 76 | # Move mounted filesystems to the future root filesystem |
77 | local dev mp rest target | ||
77 | while read dev mp rest; do | 78 | while read dev mp rest; do |
78 | case "$mp" in | 79 | case "$mp" in |
79 | /root/*|/root|/|/proc|/dev|/dev/pts|/sys|/run) continue ;; | 80 | /root/*|/root|/|/proc|/dev|/dev/pts|/sys|/run) continue ;; |