K 10 svn:author V 6 dteske K 8 svn:date V 27 2013-12-18T21:16:57.513169Z K 7 svn:log V 330 In bsdinstall_log, it's rather confusing to see the following sequence: DEBUG: Running installation step: hostname rm: /tmp/bsdinstall_etc/fstab: No such file or directory The two lines are unrelated, and the rm is spurious. Let's add `-f' to that rm(1) so it doesn't confuse us when debugging an install. MFC after: 3 days END