opnsense-src/usr.sbin/bsdinstall/scripts
Devin Teske bef42d18c5 Fix invalid parameter expansion (change $@ to "$@")
Without quotes, $@ loses its special meanining (see below)

% sh -c 'echo $@' /bin/sh "   1   " "   2   "
1 2
% sh -c 'echo "$@"' /bin/sh "   1   " "   2   "
   1       2

The quotes are required to get ARGV to be unperterped
2016-12-12 21:04:11 +00:00
..
adduser Make messages about typos appear on the screen instead of in the log file. 2011-08-21 18:49:28 +00:00
auto Add new System Hardening menu and options to bsdinstall. 2016-07-15 15:07:24 +00:00
checksum Mark any distfiles with no checksum entries in the manifest "Skipped" 2011-03-23 13:43:56 +00:00
config Add new System Hardening menu and options to bsdinstall. 2016-07-15 15:07:24 +00:00
docsinstall Update copyrights 2015-09-11 20:58:00 +00:00
entropy Explicitly set permissions on entropy files 2015-12-28 17:27:20 +00:00
hardening Write kern.randompid to /etc/sysctl.conf 2016-08-09 15:57:37 +00:00
hostname Update copyrights 2015-09-11 20:58:00 +00:00
jail Explicitly exit with success 2015-09-11 20:59:13 +00:00
keymap Explicitly exit with success 2015-09-11 21:01:26 +00:00
Makefile Add new System Hardening menu and options to bsdinstall. 2016-07-15 15:07:24 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
mirrorselect Strip the patch level from the release name before trying to fetch the 2014-07-24 17:43:42 +00:00
mount Import bsdinstall. This is meant to be (eventually in conjunction with 2011-02-18 14:54:34 +00:00
netconfig Adapt to new wireless scheme where base wlan interfaces do not show up in 2015-12-06 00:20:45 +00:00
netconfig_ipv4 bsdinstall: unbreak static address assignment for wired networks. 2016-05-26 11:58:36 +00:00
netconfig_ipv6 Produce meaningful exit code 2015-09-11 21:08:46 +00:00
rootpass Remove trailing newline at EOF 2015-09-11 21:09:39 +00:00
script Update copyright 2015-09-11 21:13:34 +00:00
services Add a line to the post-installation configuration dialog to enable the 2014-09-26 11:38:10 +00:00
time Make the new 'set date and time' dialog default to skip 2016-07-14 00:41:19 +00:00
umount Import bsdinstall. This is meant to be (eventually in conjunction with 2011-02-18 14:54:34 +00:00
wlanconfig Fix invalid parameter expansion (change $@ to "$@") 2016-12-12 21:04:11 +00:00
zfsboot A failed installation once restarted will often error out 2016-07-16 19:35:04 +00:00