diff options
Diffstat (limited to 'init')
-rw-r--r-- | init | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ if [ -f "$realtab" ]; then if usr_source=$(findmnt -snero source --tab-file="$realtab" /usr); then mountopts=$(findmnt -snero options --tab-file="$realtab" /usr) fsck_device "$usr_source" + msg ":: mounting '$usr_source' on /usr" mount "$usr_source" /new_root/usr -o "$mountopts" fi fi |