[package] base-files: use a natural mount syntax
[openwrt/svn-archive/archive.git] / package / base-files / files / lib / preinit / 80_mount_root
index cc8781687e1ba47a2e85424b9952fb7bc1389978..ad24fb8ace70707e434c9980d948399834ce160f 100644 (file)
@@ -4,7 +4,7 @@
 
 do_mount_root() {
     boot_run_hook preinit_mount_root
-}   
+}
 
 boot_hook_add preinit_main do_mount_root