Home
last modified time | relevance | path

Searched refs:swapsize (Results 1 – 4 of 4) sorted by relevance

/trueos/tools/tools/nanobsd/rescue/Files/root/
HDGPT4ZFS_Create.sh6 swapsize=$(expr 1 \* 1024 \* 2048 + 1024)
13 \tswap size: if no -s size in blocks is given, default is $swapsize blocks\n\
23 s) swapsize=${OPTARG};;
38 siz=$swapsize
42 off=$(expr $align + $swapsize)
/trueos/usr.sbin/bsdinstall/scripts/
HDzfsboot744 # NOTE: $swapsize and $bootsize should be defined by the calling function.
834 [ ${swapsize:-0} -gt 0 ] && targetpart=p3
841 [ ${swapsize:-0} -gt 0 ] && targetpart=p4
860 if [ ${swapsize:-0} -gt 0 ]; then
863 freebsd-swap ${swapsize}b $disk ||
931 if [ ${swapsize:-0} -gt 0 ]; then
934 freebsd-swap ${swapsize}b ${disk}s1 ||
956 local swapsize
957 f_expand_number "$ZFSBOOT_SWAP_SIZE" swapsize
977 elif [ ${swapsize:-0} -eq 0 ]; then
[all …]
/trueos/usr.sbin/bsdinstall/partedit/
HDpart_wizard.c300 intmax_t swapsize, available; in wizard_makeparts() local
343 swapsize = SWAP_SIZE(available); in wizard_makeparts()
344 humanize_number(swapsizestr, 7, swapsize, "B", HN_AUTOSCALE, in wizard_makeparts()
346 humanize_number(rootsizestr, 7, available - swapsize - 1024*1024, in wizard_makeparts()
/trueos/contrib/tcsh/
HDFixes154 12. add rlimit swapsize from FreeBSD.