summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* cmd/help: Use register_cmd()P. J. McDermott2015-12-061-0/+6
|
* register_cmd(): New functionP. J. McDermott2015-12-061-0/+10
|
* Merge branch 'feature/installer-integration'P. J. McDermott2015-05-267-255/+398
|\
| * cmd/installer-pc: Require non-null -a and -p opt argsP. J. McDermott2015-05-261-2/+2
| | | | | | | | | | | | Previously, something like the following would work: # prokit installer-pc -a '' -p '' dev/trunk /dev/sdb
| * get_options(): Handle cases when OPTARG is nullP. J. McDermott2015-05-261-3/+9
| | | | | | | | | | Previously, option variables were set to "true" if an option required an argument but the argument given was null.
| * install_system(): Pick mirror before validating arch/platP. J. McDermott2015-05-261-5/+7
| | | | | | | | Based on commit 83bcfb5 in the master branch.
| * install_find_pkgs(): Cut Packages.gz from opkg src/gz linesP. J. McDermott2015-05-261-2/+2
| | | | | | | | Based on commit a9f0cd2 in the master branch.
| * Merge branch 'master' into feature/installer-integrationP. J. McDermott2015-05-263-36/+36
| |\ | | | | | | | | | | | | Conflicts: lib/cmd/install.sh
| * \ Merge branch 'feature/block-device-mounting' into feature/installer-integrationP. J. McDermott2015-05-251-1/+1
| |\ \
| * | | cmd/installer-pc: Require -a and -pP. J. McDermott2015-05-251-0/+8
| | | |
| * | | cmd/installer-pc: Fix argument count checkP. J. McDermott2015-05-251-2/+2
| | | |
| * | | cmd/installer-pc: Verify block dev before dd/fdiskP. J. McDermott2015-05-251-0/+1
| | | |
| * | | Merge branch 'feature/block-device-mounting' into feature/installer-integrationP. J. McDermott2015-05-253-8/+72
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: locale/en_US.sh
| * | | | cmd/installer-pc: Fix old variable namesP. J. McDermott2015-05-251-1/+1
| | | | |
| * | | | cmd/installer-pc: Fix variable namesP. J. McDermott2015-05-251-2/+2
| | | | |
| * | | | cmd/installer-pc: Mount partition, not deviceP. J. McDermott2015-05-251-1/+1
| | | | |
| * | | | get_options(): Use ${running_cmd_clean}P. J. McDermott2015-05-251-3/+3
| | | | |
| * | | | run_cmd(): Set new running_cmd_clean variableP. J. McDermott2015-05-251-0/+3
| | | | |
| * | | | cmd/installer-pc: New commandP. J. McDermott2015-05-242-1/+94
| | | | | | | | | | | | | | | | | | | | | | | | | TODO: Either throw an error if arch and plat aren't given or make them optional to enter an interactive mode.
| * | | | cmd/install: Drop old unused variablesP. J. McDermott2015-05-241-3/+0
| | | | |
| * | | | lib/install.sh: Rename message stringsP. J. McDermott2015-05-241-14/+14
| | | | |
| * | | | install_system(): Move "use profile"P. J. McDermott2015-05-241-1/+1
| | | | |
| * | | | install_system(): Take ${foreign} argumentP. J. McDermott2015-05-242-1/+2
| | | | |
| * | | | cmd/install: Drop default arch/plat/mirror settingP. J. McDermott2015-05-241-25/+3
| | | | |
| * | | | install_system(): Set arch, plat, & mirror if nullP. J. McDermott2015-05-241-0/+18
| | | | |
| * | | | cmd/install: Use install_system()P. J. McDermott2015-05-241-218/+2
| | | | |
| * | | | lib/local.mk: Add lib/install.shP. J. McDermott2015-05-241-1/+2
| | | | |
| * | | | lib/install.sh: Rename variables and functionsP. J. McDermott2015-05-241-30/+30
| | | | |
| * | | | lib/install.sh: Copy more from lib/cmd/install.shP. J. McDermott2015-05-241-0/+200
| | | | |
| * | | | install_system(): New functionP. J. McDermott2015-05-241-0/+53
| | | | |
* | | | | prof_proteanos_select_mirror(): Use rand()P. J. McDermott2015-05-261-4/+5
| | | | |
* | | | | prof_proteanos_select_mirror(): Get mirrors list from files siteP. J. McDermott2015-05-261-14/+7
| |_|_|/ |/| | |
* | | | cmd/install: Pick mirror before validating arch/platP. J. McDermott2015-05-261-7/+9
| | | |
* | | | prof_proteanos_validate_archplat(): New functionP. J. McDermott2015-05-261-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This gets a Manifest file from a package archive managed by pro-archman 1.4.0 or later instead of hardcoding a list of architectures and platforms, which may change between prokit versions or even ProteanOS suites.
* | | | profile_validate_archplat(): Pass through to profileP. J. McDermott2015-05-261-21/+10
| | | |
* | | | profile/proteanos: Switch to src/gz for opkg feedsP. J. McDermott2015-05-251-4/+4
| | | |
* | | | cmd/install: Cut Packages.gz from opkg src/gz linesP. J. McDermott2015-05-251-2/+2
| | | |
* | | | feed_download(): s/gzip/gunzip/P. J. McDermott2015-05-251-1/+1
| |_|/ |/| | | | | | | | Oops.
* | | check_block(): Add missing argument to error msgfeature/block-device-mountingP. J. McDermott2015-05-251-1/+1
| |/ |/|
* | check_block(): New functionP. J. McDermott2015-05-251-2/+9
| |
* | lib/block.sh: Fix error()/get_msg() callsP. J. McDermott2015-05-251-4/+4
| |
* | block_mount(): Use get_vardata_dir()P. J. McDermott2015-05-251-2/+2
| |
* | lib/vardata.sh: New fileP. J. McDermott2015-05-252-0/+57
|/
* cmd/install: use blockP. J. McDermott2015-05-241-0/+1
|
* cmd/build: Accept block device as rootP. J. McDermott2015-05-241-1/+14
|
* cmd/install: Initialize ${dev}P. J. McDermott2015-05-241-0/+1
|
* cmd/install: Accept block device as rootP. J. McDermott2015-05-241-0/+10
|
* cmd/opkg: Accept block device as rootP. J. McDermott2015-05-241-0/+12
|
* cmd/shell: Accept block device as rootP. J. McDermott2015-05-241-0/+12
|
* lib/block.sh: New fileP. J. McDermott2015-05-242-0/+86
|