aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/nanobsd/defaults.sh
Commit message (Expand)AuthorAgeFilesLines
* nanobsd: Fix the fix to a typoGleb Smirnoff2023-12-211-1/+1
* nanobsd: fix typo in utility function call nameGuido Falsi2023-11-061-1/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* nanobsd: fix typoGleb Smirnoff2023-02-271-1/+1
* nanobsd: Better NANO_OBJ if NANO_LAYOUT is setWarner Losh2023-02-271-1/+1
* Fix the pattern for changing PermitRootLoginJose Luis Duran2021-07-241-1/+1
* nanobsd: default to -j $hw.ncpuWarner Losh2021-07-151-1/+3
* nanobsd: Use gpart and create code image before full disk imageArrigo Marchiori2021-07-151-1/+3
* If /usr/obj is a symlink, cpio(1) needs persuation to DTRT.Poul-Henning Kamp2019-11-021-4/+7
* Use set -o xtrace in preference to set -x for consistency withWarner Losh2019-09-271-4/+4
* Push and pop xtrace correctly for run_early_customizeWarner Losh2019-09-271-1/+5
* Remove workaround for building on FreeBSD hosts prior to FreeBSD 10.Warner Losh2019-09-271-20/+10
* Mount and unmount devfs around calls to add packages.Warner Losh2019-06-211-1/+3
* Specify DB_FROM_SRC=yes when doing any installation target.Warner Losh2018-08-161-3/+3
* Fix native-xtools installion after r325082 and r325000 to be to /nxb-bin.Bryan Drewery2017-10-301-1/+2
* native-xtools: Override proper NXBDESTDIR.Bryan Drewery2017-10-251-1/+1
* Fix packages with interactive post install scripts.Warner Losh2017-09-241-1/+1
* Always create usr/local/etc -> /etc/local symlinkWarner Losh2017-09-211-2/+10
* Remove an 'unused' function.Nick Hibma2017-09-211-5/+0
* Fix up style for consistency.Nick Hibma2017-09-211-14/+3
* Allow _.disk.image to be specified.Warner Losh2017-07-281-1/+3
* Ensure that ordinary files that happen to start with .git, .hg andWarner Losh2017-07-281-2/+2
* Properly expand shell glob characters in NANO_PACKAGE_LIST.Warner Losh2017-07-281-9/+19
* Start to move the old interface into a legacy file.Warner Losh2016-11-161-171/+0
* The -f check here is used to determine whether we have a single kernelGleb Smirnoff2016-08-231-1/+1
* o Remove EoL whitespaces.Maxim Konovalov2016-05-191-10/+10
* o usage() updated for -h and -X flags.Maxim Konovalov2016-05-191-1/+3
* tools: minor spelling fixes.Pedro F. Giffuni2016-05-011-2/+2
* Create /usr/local/etc before filling things into it.Poul-Henning Kamp2016-04-091-2/+3
* Add optional configuration knob NANO_CUST_FILES_MTREE. If set, it willGleb Smirnoff2016-04-061-0/+9
* Update cust_pkgng with a simpler, more robust version. We don't needWarner Losh2016-04-061-40/+27
* Add early_customize_cmd() that allows to register custom functions runGleb Smirnoff2016-04-041-0/+28
* Unquote NANO_PACKAGE_LIST so that it actually can be a list and soPoul-Henning Kamp2016-03-211-1/+1
* Use NANO_LOG instead of NANO_OBJ for log file locations. Have itWarner Losh2016-02-071-22/+24
* Two new variables: NANO_ROOT and NANO_ALTROOT. These used to beWarner Losh2016-01-301-5/+7
* Default NANO_DRIVE to ada0 not ad0. This shouldn't affect workingWarner Losh2016-01-261-1/+1
* Make sure that the /set directive gets put at the top of the file,Warner Losh2016-01-081-4/+3
* Eliminate a typo that crept into a last minute change before commit :(Warner Losh2015-12-131-1/+1
* Make sure to quote the arg after -n and -z tests.Warner Losh2015-12-071-6/+6
* Fix up mtree with additional entries written to it byWarner Losh2015-12-071-2/+71
* Disable /entropy by default. /var/db/entropy should be enough.Warner Losh2015-12-071-1/+5
* Generally use shorter, more idiomatic sh expressions in a bunch ofWarner Losh2015-12-071-31/+31
* Default serial connection to 115200. Hardly anybody uses slower theseWarner Losh2015-12-071-1/+1
* When building no-priv, chmod etc/defaults/rc.conf before appending toWarner Losh2015-12-051-1/+3
* Stupid last minute changes: Add missing } and fiWarner Losh2015-12-051-1/+1
* Setting NANO_NOPRIV_BUILD will now add -DNO_ROOT and METALOG=xxxx asWarner Losh2015-12-051-2/+11
* SRCCONF makes no sense in make.conf. Don't set it there. Rely on itWarner Losh2015-12-051-7/+9
* Minor cleanup in how we run make:Warner Losh2015-12-051-95/+137
* Add support for passing TARGET_CPUTYPE into the build. It's moreWarner Losh2015-11-201-10/+13
* Make the slice names for root configurable. For embedded platforms, weWarner Losh2015-11-121-17/+26