nanobsd: Fix typos

MFC after:	1 week
This commit is contained in:
Jose Luis Duran
2026-01-17 18:11:19 +00:00
parent ecc039be7f
commit 4cd4ccb8e2
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ NANO_PARTITION_ALTROOT=a
NANO_ROOT=s1a
NANO_ALTROOT=s2a
# Default ownwership for nopriv build
# Default ownership for nopriv build
NANO_DEF_UNAME=root
NANO_DEF_GNAME=wheel
+1 -1
View File
@@ -204,7 +204,7 @@ do_add_port ()
}
# Need to check if this function works with cross-compiling architecture!!!!
# Recursive complex fonction: Generate one function for each ports
# Recursive complex function: Generate one function for each port
add_port () {
local port_path=$1
local port=`echo $1 | sed -e 's/\//_/'`
+2 -2
View File
@@ -323,7 +323,7 @@ die( ) {
# Automatically include the packaging port here so it is always first so it
# builds the port and adds the package so we can add other packages.
#XXX Doesn't work for cross build, so punting until I can integreate qemu-static
#XXX Doesn't work for cross build, so punting until I can integrate qemu-static
#XXX or poudriere, both of which require priv'd execution. Or qemu-system,
#XXX which is super, super slow.
#add_port ports-mgmt/pkg
@@ -386,7 +386,7 @@ 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 remvoing this XXX
# Note: still some issues removing this XXX
touch ${NANO_WORLDDIR}/firstboot
}
customize_cmd typical_embedded