diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-17 16:07:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-17 16:07:10 +0000 |
commit | 0526fd1d555374f0b5b6aea25564fd7c206186a5 (patch) | |
tree | 1f3ef454322b875bff5dd252f5d3aaa089b701e4 | |
parent | 9431b1827416b9b8d294896bcbf3a8ef38f1b911 (diff) |
cannot create a hash for bsd.rd, obviously. well, some media could since
they have their own bsd.rd, but not not bsd.rd or installXX.iso, so punt
on this.
-rw-r--r-- | distrib/miniroot/makehash.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/distrib/miniroot/makehash.sh b/distrib/miniroot/makehash.sh index f5de00263cb..9e6ff79fbb9 100644 --- a/distrib/miniroot/makehash.sh +++ b/distrib/miniroot/makehash.sh @@ -22,12 +22,6 @@ if [ -f $rel/bsd.mp ]; then #echo bsd.mp `cat $dir/bsd.mp` fi -if [ -f $rel/bsd.rd ]; then - cat $rel/bsd.rd | sum -a sha256 > $dir/bsd.rd - #ls -alF $rel/bsd.rd - #echo bsd.rd `cat $dir/bsd.rd` -fi - for i in base comp etc misc man game ; do cat $rel/$i$rev.tgz | sum -a sha256 > $dir/$i$rev.tgz #ls -alF $rel/$i$rev.tgz |