git: 21970f278028 - main - nanobsd: embedded: Remove stray comment

From: Jose Luis Duran <jlduran_at_FreeBSD.org>
Date: Thu, 19 Mar 2026 17:15:27 UTC
The branch main has been updated by jlduran:

URL: https://cgit.FreeBSD.org/src/commit/?id=21970f278028464f053fa15d45321cfa727c488a

commit 21970f278028464f053fa15d45321cfa727c488a
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2026-03-19 17:13:29 +0000
Commit:     Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2026-03-19 17:13:29 +0000

    nanobsd: embedded: Remove stray comment
    
    Remove an outdated comment about NanoBSD not being able to remove the
    firstboot sentinel file.
    
    It was fixed in cb51e2bc3db7 ("rc: Allow the removal of
    firstboot_sentinel on read-only file systems").
    
    Reviewed by:    imp
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D54977
---
 tools/tools/nanobsd/embedded/common | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/tools/nanobsd/embedded/common b/tools/tools/nanobsd/embedded/common
index 2aaf9eee182e..69a7eb8bf848 100644
--- a/tools/tools/nanobsd/embedded/common
+++ b/tools/tools/nanobsd/embedded/common
@@ -427,7 +427,6 @@ typical_embedded() {
 	echo "ifconfig_DEFAULT=DHCP" >> $rc
 	echo "ntpdate_hosts='0.freebsd.pool.ntp.org 1.freebsd.pool.ntp.org'" >> $rc
 	# Make sure that firstboot scripts run so growfs works.
-	# Note: still some issues removing this XXX
 	touch ${NANO_WORLDDIR}/firstboot
 }
 customize_cmd typical_embedded