summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* cmd/*: Check return value of profile_detect()P. J. McDermott2016-01-174-4/+16
| | | | Also clean up on error now.
* *_vardata(): Use non-exiting error()P. J. McDermott2016-01-171-4/+8
|
* main(): Check return value of *_vardata()P. J. McDermott2016-01-171-2/+6
|
* main(): s/exit/return/P. J. McDermott2016-01-171-2/+2
|
* cmd/*: s/exit/return/P. J. McDermott2016-01-176-13/+13
|
* cmd/mkinitramfs: Use non-exiting error() and clean up on errorP. J. McDermott2016-01-171-1/+2
|
* cmd/build: Use non-exiting error() and clean up on errorP. J. McDermott2016-01-171-2/+3
|
* run_cmd(): Switch to non-exiting error()P. J. McDermott2016-01-171-1/+2
|
* main(): Return run_cmd() exit statusP. J. McDermott2016-01-171-1/+3
| | | | fini_vardata() was shoved in between run_cmd() and return.
* main(): Switch to non-exiting error()P. J. McDermott2016-01-171-1/+6
|
* error(): Add variant that doesn't exitP. J. McDermott2016-01-171-10/+21
|
* install_*(): s/chroot/root/P. J. McDermott2016-01-161-43/+42
|
* cmd/install: s/chroot/root/P. J. McDermott2016-01-161-7/+7
|
* cmd/*: Reduce block_umount() calls to one-linersP. J. McDermott2016-01-164-12/+4
|
* prof_proteanos_make_initramfs(): Add CRCP. J. McDermott2016-01-161-1/+2
|
* cmd/*: Use profile_detect()P. J. McDermott2016-01-164-4/+4
|
* profile_detect(): New functionP. J. McDermott2016-01-162-0/+26
|
* cmd/mkinitramfs: Accept block device as rootP. J. McDermott2016-01-161-0/+11
|
* main(): Run init_vardata() after srand()P. J. McDermott2016-01-161-1/+1
|
* resolve_deps(): Move to src/deps.shP. J. McDermott2016-01-153-53/+33
|
* cmd/version: Update copyright yearsP. J. McDermott2016-01-151-1/+1
|
* cmd/mkinitramfs: ImplementP. J. McDermott2016-01-151-1/+38
|
* profile_make_initramfs(): New functionP. J. McDermott2016-01-152-0/+23
|
* profile_find_kernel(): New functionP. J. McDermott2016-01-152-1/+30
|
* cmd/mkinitramfs: New stub of a commandP. J. McDermott2016-01-152-1/+34
|
* Update copyright yearsP. J. McDermott2016-01-1412-12/+12
|
* src/cmd/installer-pc.sh: Use ${HAVE_SFDISK}, ${SFDISK}, etc.P. J. McDermott2016-01-141-1/+5
|
* cmd_*_main(): Load /etc/os-release in a subshellP. J. McDermott2015-12-073-6/+3
| | | | | Limit the effects of this sort of arbitrary code execution, or at least avoid cluttering the namespace.
* package_init(): Don't use use()P. J. McDermott2015-12-071-2/+0
|
* profile_set(): Don't use use()P. J. McDermott2015-12-071-1/+0
|
* src/feed.sh: Use ${GUNZIP}P. J. McDermott2015-12-071-1/+1
|
* src/cmd/installer-pc.sh: Use ${MKE2FS}P. J. McDermott2015-12-071-1/+1
|
* src/install.sh: Use ${SHA256SUM}P. J. McDermott2015-12-071-1/+1
|
* src/profile/proteanos.sh: Use ${WGET}P. J. McDermott2015-12-071-2/+2
|
* src/install.sh: Use ${WGET}P. J. McDermott2015-12-071-1/+1
|
* src/feed.sh: Use ${WGET}P. J. McDermott2015-12-071-1/+1
|
* main(): Call fini_vardata()P. J. McDermott2015-12-071-0/+2
|
* fini_vardata(): New functionP. J. McDermott2015-12-071-0/+17
|
* init_vardata(): Use /tmp or ${TMPDIR}P. J. McDermott2015-12-071-7/+17
|
* Move lib/package/*.sh to src/package/P. J. McDermott2015-12-073-0/+80
|
* Move lib/profile/*.sh to src/profile/P. J. McDermott2015-12-073-0/+261
|
* Move lib/cmd/*.sh to src/cmd/P. J. McDermott2015-12-079-0/+598
|
* Move lib/*.sh to src/P. J. McDermott2015-12-0622-1/+2188
|
* Rename src/prokit.sh to src/main.shP. J. McDermott2015-12-062-1/+1
|
* src/prokit.sh: Drop magic numberP. J. McDermott2015-12-061-2/+0
|
* src/local.mk: Append to prokit_SOURCESP. J. McDermott2015-12-061-1/+1
|
* src/prokit.sh: Don't use substitution macrosP. J. McDermott2015-12-061-3/+0
|
* main(): Don't call load_cmds()P. J. McDermott2015-12-061-1/+0
|
* use(): RemoveP. J. McDermott2015-12-061-6/+0
|
* src/prokit.sh: Don't use use()P. J. McDermott2015-12-061-6/+0
|