diff options
author | Ed Maste <emaste@FreeBSD.org> | 2019-03-27 17:28:23 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2019-03-27 17:28:23 +0000 |
commit | 2a965e2836bada272f2e5ca5ddcc691feb9be161 (patch) | |
tree | 801a72a6d89b41344bf4e90bd0ed09c2dae1051b | |
parent | 61fef9e8601a39e6d7dca611a7bba9b60bf327d7 (diff) | |
download | src-test2-2a965e2836bada272f2e5ca5ddcc691feb9be161.tar.gz src-test2-2a965e2836bada272f2e5ca5ddcc691feb9be161.zip |
Notes
-rwxr-xr-x | tools/tools/makeroot/makeroot.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/tools/makeroot/makeroot.sh b/tools/tools/makeroot/makeroot.sh index e5b854604b22..a1b450e1d836 100755 --- a/tools/tools/makeroot/makeroot.sh +++ b/tools/tools/makeroot/makeroot.sh @@ -238,9 +238,5 @@ if [ -n "${SIZE}" ]; then SIZEFLAG="-s ${SIZE}" fi -# Zero out subsecond component of time= keywords as they are currently not -# supported by makefs -sed -i '' -E 's/(time=[0-9]*)\.[0-9]*/\1.0/' ${manifest} - cd ${BSDROOT}; makefs ${DUPFLAG} -N ${DBDIR} ${SIZEFLAG} ${BFLAG} \ -t ffs ${LABELFLAG} -f 256 ${IMGFILE} ${manifest} |