diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-03-19 17:13:29 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-03-19 17:13:29 +0000 |
| commit | 21970f278028464f053fa15d45321cfa727c488a (patch) | |
| tree | 227fd415abe79f3b7f97030c405543bd6197b66f | |
| parent | 5de9a54c76cf4ce423685531f3d9ec256a31b1b6 (diff) | |
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
| -rw-r--r-- | tools/tools/nanobsd/embedded/common | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
