aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/nanobsd/nanobsd.sh
Commit message (Expand)AuthorAgeFilesLines
* nanobsd: Use gpart and create code image before full disk imageArrigo Marchiori2021-07-151-5/+12
* Add -I to just run the imaging part of nanobsd so you can test outWarner Losh2017-12-111-8/+24
* Trying to autodetect legacy setups lead to problems when peopleWarner Losh2016-11-281-12/+3
* Allow installworld to be skipped as well as installkernel with -W.Warner Losh2016-11-161-5/+20
* Start to move the old interface into a legacy file.Warner Losh2016-11-161-0/+12
* o Remove EoL whitespaces.Maxim Konovalov2016-05-191-1/+1
* Add early_customize_cmd() that allows to register custom functions runGleb Smirnoff2016-04-041-0/+2
* Fix up mtree with additional entries written to it byWarner Losh2015-12-071-0/+1
* Enable nanobsd.sh to be executed when pwd != NANO_SRC.Will Andrews2015-01-221-7/+7
* Make NanoBSD source-able from other scripts.Will Andrews2014-12-161-949/+6
* clean_build is not always done (*), so move the mkdir to the first stepNick Hibma2014-11-271-2/+3
* Sort -K option before -k rather than at the top.Warner Losh2014-11-211-1/+1
* Simply remove the tmp dir before creating the symlink. We are doingNick Hibma2014-11-211-1/+1
* Add support for -X, which installs the native cross tools for qemuWarner Losh2014-08-191-1/+21
* create_$ARCH_diskimage never really took off. Collapse back down toWarner Losh2014-08-141-7/+2
* Only install the boot loader if it actually exists. This is a stop-gapWarner Losh2014-08-141-2/+8
* Sort switch statements.Warner Losh2014-08-021-6/+6
* Sort usage options.Warner Losh2014-08-021-2/+2
* Add a new -K to suppress installing the kernel. Useful for creatingWarner Losh2014-08-021-3/+13
* NANO_OBJ shouldn't end with a '/', so remove it here. This makes theWarner Losh2014-08-011-1/+1
* Use rm -x only on FreeBSD 10 and newer. Many people still build fromWarner Losh2014-08-011-12/+21
* (NANO_CONFIG): New variable containing path of config file, so thatThomas Quinot2014-05-121-2/+13
* Add appropriate quoting to allow building with a KERNCONFDIR containingThomas Quinot2014-05-031-12/+12
* Put my inner hobgoblin on a leash: These routines, at least, needed toWarner Losh2014-04-251-10/+10
* Turns out that bash whines line a spoiled three year old when itWarner Losh2014-04-241-0/+1
* Channel my inner hobgoblin and make all functions enclosed in ()Warner Losh2014-04-241-14/+14
* Hoist CR convenience function up from dhcpd config and useWarner Losh2014-04-241-13/+19
* Add a routine for easy workaround any umount issues w/o hackingWarner Losh2014-04-241-4/+10
* Introduce NANO_PKG_META_BASE to allow moving where metadata forWarner Losh2014-04-241-5/+8
* No need for true here, remove it.Warner Losh2014-04-241-1/+0
* Add -x to the removal of trees to prevent crossing mount points toWarner Losh2014-04-181-9/+9
* Also ignore files from Murcirial (.hg) and git (.git) when copyingWarner Losh2014-04-081-2/+2
* Dump default media size to 1GB to reflect a fatter environment andWarner Losh2014-03-281-1/+1
* Remove comment meant for removal in r263287Bryan Drewery2014-03-181-1/+0
* 'pkg(8) add' has no internal restriction on number of packages.Bryan Drewery2014-03-181-2/+1
* Remove TARGET_BIG_ENDIAN. It's no longer relevant.Warner Losh2014-03-141-1/+0
* Rely on default UFS type (though this is unlikely to change).Warner Losh2014-03-141-1/+1
* Be more explicit about setting SRCCONF to /dev/null (plus allow it toWarner Losh2014-03-141-4/+11
* When NANO_IMAGE_MBRONLY is set, and we're backing via swap, only copyWarner Losh2014-03-141-0/+11
* Print an error message when we exit out early.Warner Losh2014-03-141-1/+11
* With the more generous footprints today, it makes little sense to useWarner Losh2014-03-141-1/+1
* Fix build with spaces in names.Warner Losh2014-03-141-6/+8
* Add package additions support for pkgng by adding a new function cust_pkgng():Michael Reifenberger2013-11-281-0/+71
* Do a parallel buildworld & buildkernel (using NANO_PMAKE), but use aNick Hibma2013-11-281-4/+7
* Replace a silly command sequence with a proper if-then-else.Nick Hibma2013-04-281-5/+5
* Doing a cpio from /var/empty if dir was not specified or non-existentNick Hibma2013-04-281-6/+7
* Don't need (and can't use) -L to copy links here.Warner Losh2011-05-311-1/+1
* Restore BOOT2CFG, accidentally removed in r212938.Warner Losh2011-05-141-1/+1
* If there's no package directory, don't try to install packages fromWarner Losh2011-05-131-0/+6
* Add ${} around variable dereference...Warner Losh2011-05-131-1/+1