84e60b1bea
pc-sysinstall is a new installer for FreeBSD, with a number of advantages over the legacy sysinstall installer. The port makes pc-sysinstall more widely available. It can be used with older FreeBSD releases, with an appropriate conversion script. It has been used to perform network installs of FreeBSD 8.3 in a university protocol testbed. Josh Paetzel will be maintainer. Submitted by: bms Reviewed by: eadler
78 lines
3.1 KiB
Text
78 lines
3.1 KiB
Text
sbin/pc-sysinstall
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pc-autoinstall.conf
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcinstall.cfg.fbsd-netinstall
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcinstall.cfg.geli
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcinstall.cfg.gmirror
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcinstall.cfg.netinstall
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcinstall.cfg.restore
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcinstall.cfg.rsync
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcinstall.cfg.upgrade
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcinstall.cfg.zfs
|
|
%%DATADIR%%/backend-partmanager/create-part.sh
|
|
%%DATADIR%%/backend-partmanager/delete-part.sh
|
|
%%DATADIR%%/backend-query/detect-emulation.sh
|
|
%%DATADIR%%/backend-query/detect-laptop.sh
|
|
%%DATADIR%%/backend-query/detect-nics.sh
|
|
%%DATADIR%%/backend-query/disk-info.sh
|
|
%%DATADIR%%/backend-query/disk-list.sh
|
|
%%DATADIR%%/backend-query/disk-part.sh
|
|
%%DATADIR%%/backend-query/enable-net.sh
|
|
%%DATADIR%%/backend-query/get-packages.sh
|
|
%%DATADIR%%/backend-query/list-components.sh
|
|
%%DATADIR%%/backend-query/list-config.sh
|
|
%%DATADIR%%/backend-query/list-mirrors.sh
|
|
%%DATADIR%%/backend-query/list-packages.sh
|
|
%%DATADIR%%/backend-query/list-rsync-backups.sh
|
|
%%DATADIR%%/backend-query/list-tzones.sh
|
|
%%DATADIR%%/backend-query/query-langs.sh
|
|
%%DATADIR%%/backend-query/send-logs.sh
|
|
%%DATADIR%%/backend-query/set-mirror.sh
|
|
%%DATADIR%%/backend-query/setup-ssh-keys.sh
|
|
%%DATADIR%%/backend-query/sys-mem.sh
|
|
%%DATADIR%%/backend-query/test-live.sh
|
|
%%DATADIR%%/backend-query/test-netup.sh
|
|
%%DATADIR%%/backend-query/update-part-list.sh
|
|
%%DATADIR%%/backend-query/xkeyboard-layouts.sh
|
|
%%DATADIR%%/backend-query/xkeyboard-models.sh
|
|
%%DATADIR%%/backend-query/xkeyboard-variants.sh
|
|
%%DATADIR%%/backend/functions-bsdlabel.sh
|
|
%%DATADIR%%/backend/functions-cleanup.sh
|
|
%%DATADIR%%/backend/functions-disk.sh
|
|
%%DATADIR%%/backend/functions-extractimage.sh
|
|
%%DATADIR%%/backend/functions-ftp.sh
|
|
%%DATADIR%%/backend/functions-installcomponents.sh
|
|
%%DATADIR%%/backend/functions-installpackages.sh
|
|
%%DATADIR%%/backend/functions-localize.sh
|
|
%%DATADIR%%/backend/functions-mountdisk.sh
|
|
%%DATADIR%%/backend/functions-mountoptical.sh
|
|
%%DATADIR%%/backend/functions-networking.sh
|
|
%%DATADIR%%/backend/functions-newfs.sh
|
|
%%DATADIR%%/backend/functions-packages.sh
|
|
%%DATADIR%%/backend/functions-parse.sh
|
|
%%DATADIR%%/backend/functions-runcommands.sh
|
|
%%DATADIR%%/backend/functions-unmount.sh
|
|
%%DATADIR%%/backend/functions-upgrade.sh
|
|
%%DATADIR%%/backend/functions-users.sh
|
|
%%DATADIR%%/backend/functions.sh
|
|
%%DATADIR%%/backend/installimage.sh
|
|
%%DATADIR%%/backend/parseconfig.sh
|
|
%%DATADIR%%/backend/startautoinstall.sh
|
|
%%DATADIR%%/conf/avail-langs
|
|
%%DATADIR%%/conf/exclude-from-upgrade
|
|
%%DATADIR%%/conf/license/bsd-en.txt
|
|
%%DATADIR%%/conf/license/intel-en.txt
|
|
%%DATADIR%%/conf/license/nvidia-en.txt
|
|
%%DATADIR%%/conf/pc-sysinstall.conf
|
|
%%DATADIR%%/doc/help-disk-list
|
|
%%DATADIR%%/doc/help-disk-size
|
|
%%DATADIR%%/doc/help-index
|
|
%%DATADIR%%/doc/help-start-autoinstall
|
|
@dirrm %%DATADIR%%/doc
|
|
@dirrm %%DATADIR%%/conf/license
|
|
@dirrm %%DATADIR%%/conf
|
|
@dirrm %%DATADIR%%/backend-query
|
|
@dirrm %%DATADIR%%/backend-partmanager
|
|
@dirrm %%DATADIR%%/backend
|
|
@dirrm %%DATADIR%%
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|