summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* configure.ac: Don't look for fdisk if sfdisk is foundP. J. McDermott2016-01-161-4/+8
|
* prof_proteanos_make_initramfs(): Add CRCP. J. McDermott2016-01-161-1/+2
|
* prokit(1): Update dateP. J. McDermott2016-01-161-1/+1
|
* configure.ac: Set PACKAGE_VERSION to git-describe outputP. J. McDermott2016-01-161-0/+3
|
* cmd/*: Use profile_detect()P. J. McDermott2016-01-164-4/+4
|
* profile_detect(): New functionP. J. McDermott2016-01-163-0/+27
|
* locale/en_US: Update file name in commentP. J. McDermott2016-01-161-1/+1
|
* cmd/mkinitramfs: Accept block device as rootP. J. McDermott2016-01-162-0/+14
|
* main(): Run init_vardata() after srand()P. J. McDermott2016-01-161-1/+1
|
* resolve_deps(): Move to src/deps.shP. J. McDermott2016-01-154-54/+34
|
* cmd/version: Update copyright yearsP. J. McDermott2016-01-151-1/+1
|
* TODO: mkinitramfs command is doneP. J. McDermott2016-01-151-3/+0
|
* prokit(1): Refer to prokit-mkinitramfs(8)P. J. McDermott2016-01-151-0/+3
|
* prokit-mkinitramfs(8): New manual pageP. J. McDermott2016-01-152-1/+45
|
* locale/en_US: s/vmlinuz/linux/P. J. McDermott2016-01-151-1/+1
|
* NEWS: Mention mkinitramfs commandP. J. McDermott2016-01-151-0/+2
|
* cmd/mkinitramfs: ImplementP. J. McDermott2016-01-152-1/+39
|
* profile_make_initramfs(): New functionP. J. McDermott2016-01-152-0/+23
|
* profile_find_kernel(): New functionP. J. McDermott2016-01-152-1/+30
|
* config.sh.in: Add CPIO and XZP. J. McDermott2016-01-151-0/+2
|
* configure.ac: Find cpio and xzP. J. McDermott2016-01-151-0/+53
|
* cmd/mkinitramfs: New stub of a commandP. J. McDermott2016-01-153-1/+40
|
* Update copyright yearsP. J. McDermott2016-01-1416-16/+16
|
* TODO: We now use sfdiskP. J. McDermott2016-01-141-2/+0
|
* src/cmd/installer-pc.sh: Use ${HAVE_SFDISK}, ${SFDISK}, etc.P. J. McDermott2016-01-141-1/+5
|
* config.sh.in: Add HAVE_SFDISK, SFDISK, HAVE_FDISK, and FDISKP. J. McDermott2016-01-141-0/+4
|
* configure.ac: Find sfdisk and fdisk utilitiesP. J. McDermott2016-01-141-0/+61
|
* TODO: UpdateP. J. McDermott2015-12-071-2/+0
|
* 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
|
* config.sh.in: Add GUNZIPP. J. McDermott2015-12-071-0/+1
|
* configure.ac: Find gunzip utilityP. J. McDermott2015-12-071-0/+25
|
* src/cmd/installer-pc.sh: Use ${MKE2FS}P. J. McDermott2015-12-071-1/+1
|
* config.sh.in: Add MKE2FSP. J. McDermott2015-12-071-0/+1
|
* configure.ac: Find mke2fs utilityP. J. McDermott2015-12-071-0/+28
|
* src/install.sh: Use ${SHA256SUM}P. J. McDermott2015-12-071-1/+1
|
* config.sh.in: Add SHA256SUMP. J. McDermott2015-12-071-0/+1
|
* configure.ac: Find sha256sum utilityP. J. McDermott2015-12-071-0/+25
|
* src/profile/proteanos.sh: Use ${WGET}P. J. McDermott2015-12-071-2/+2
|