summaryrefslogtreecommitdiffstats
path: root/lib/cmd/installer-pc.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/cmd/*.sh to src/cmd/P. J. McDermott2015-12-071-101/+0
|
* lib/cmd/*.sh: Don't use use()P. J. McDermott2015-12-061-6/+0
|
* cmd/installer-pc: Use register_cmd()P. J. McDermott2015-12-061-0/+6
|
* 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
* 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
|
* 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
|
* cmd/installer-pc: New commandP. J. McDermott2015-05-241-0/+92
TODO: Either throw an error if arch and plat aren't given or make them optional to enter an interactive mode.