Lines Matching full:packages
176 "A minimal set of packages suitable for a multi-user system "..
177 "is always installed. Select additional packages you wish "..
219 -- Returns a list of pkgbase packages selected by the user
275 local packages = {}
278 append_list(packages, pkglist)
289 append_list(packages, components[dbgset])
295 return packages
311 -- Fetch and install pkgbase packages to BSDINSTALL_CHROOT.
347 local packages = table.concat(select_packages(pkg, options), " ")
349 while not os.execute(pkg .. "install -U -F -y -r FreeBSD-base " .. packages) do
350 if not prompt_yn("Fetching packages failed, try again?") then
355 if not os.execute(pkg .. "install -U -y -r FreeBSD-base " .. packages) then