aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2026-03-21 16:06:37 +0000
committerColin Percival <cperciva@FreeBSD.org>2026-03-21 16:10:25 +0000
commit118699732de1ec99b06d5d73ee61b1b74842c1de (patch)
tree8158564afb3a70b1c8fae3eaa72b74ce4e9c3c72
parent4b29bf721ef09c399f3e4a4ab5ca9f549c5b1550 (diff)
EC2: Remove stale comment
MFC after: 3 days Sponsored by: Amazon
-rw-r--r--release/tools/ec2.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/release/tools/ec2.conf b/release/tools/ec2.conf
index 4e1260903e06..dc1818219816 100644
--- a/release/tools/ec2.conf
+++ b/release/tools/ec2.conf
@@ -21,10 +21,6 @@ export VMSIZE=8000m
export NOSWAP=YES
ec2_common() {
- # Delete the pkg package and the repo database; they will likely be
- # long out of date before the EC2 instance is launched. In
- # unprivileged builds this is unnecessary as pkg will not be
- # installed to begin with.
if [ -z "${NO_ROOT}" ]; then
echo "ERROR: NO_ROOT not set" >&2
exit 1