summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* src/install.sh: Use ${WGET}P. J. McDermott2015-12-071-1/+1
|
* src/feed.sh: Use ${WGET}P. J. McDermott2015-12-071-1/+1
|
* config.sh.in: Add WGETP. J. McDermott2015-12-071-0/+1
|
* configure.ac: Find wget utilityP. J. McDermott2015-12-071-0/+26
|
* tools/shld.sh: Write errors to stderrP. J. McDermott2015-12-071-1/+1
|
* tools/shpp.sh: Write errors to stderrP. J. McDermott2015-12-071-2/+2
|
* tools/shpp.sh: Add error() functionP. J. McDermott2015-12-071-0/+8
|
* NEWS: Bump version and update changesP. J. McDermott2015-12-071-1/+4
|
* configure.ac: Set package version to 2.0.0P. J. McDermott2015-12-071-1/+1
|
* tests/local.mk: Add objects to CLEANFILESP. J. McDermott2015-12-071-0/+7
|
* Makefile.am: Add objects to CLEANFILESP. J. McDermott2015-12-071-0/+1
|
* configure.ac: Drop pkglocalstatedirP. J. McDermott2015-12-071-17/+0
|
* Makefile.am: Drop pkglocalstatedirP. J. McDermott2015-12-071-14/+0
|
* main(): Call fini_vardata()P. J. McDermott2015-12-071-0/+2
|
* locale/en_US: Add src/vardata.sh stringsP. J. McDermott2015-12-071-0/+4
|
* fini_vardata(): New functionP. J. McDermott2015-12-071-0/+17
|
* init_vardata(): Use /tmp or ${TMPDIR}P. J. McDermott2015-12-071-7/+17
|
* config.sh.in: Add PACKAGEP. J. McDermott2015-12-071-0/+1
|
* locale/en_US: Update paths in commentsP. J. McDermott2015-12-071-17/+17
|
* tests/*.sh: Drop magic numberP. J. McDermott2015-12-077-14/+0
|
* Merge branch 'feature/use-shld'P. J. McDermott2015-12-0755-510/+687
|\
| * Makefile.am: List files only once in todo targetfeature/use-shldP. J. McDermott2015-12-071-1/+1
| |
| * Makefile.am: Drop sources variableP. J. McDermott2015-12-071-9/+3
| | | | | | | | Distributing preprocessed and linked test programs is wrong.
| * Makefile.am: Check syntax of source file before preprocessingP. J. McDermott2015-12-071-0/+1
| |