aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* grs/Interpret.py: fix typov0.7Anthony G. Basile2018-11-111-1/+1
* grs/TarIt.py: fix typoAnthony G. Basile2018-11-111-1/+1
* grs/Netboot.py: control the entire alt-name for the initramfs/kernel/ISOAnthony G. Basile2018-11-111-7/+9
* grs/TarIt.py: control the entire alt-name for the tarballAnthony G. Basile2018-11-111-5/+5
* grs/Constants.py: add CONFIGFILE for an alt to '/etc/grs/systems.conf'Anthony G. Basile2018-06-251-0/+6
* grs/Kernel.py: look for firmware-dir in portage_configrootAnthony G. Basile2018-04-141-0/+6
* grs/Kernel.py: allow genkernel to install firmwareAnthony G. Basile2018-04-091-1/+0
* grs/Synchronize.py: improve 'git submodule update' commandAnthony G. Basile2018-02-191-5/+2
* grs/Synchronize.py: update tracking the remote branchAnthony G. Basile2018-02-191-1/+1
* grs/Kernel.py: fix typoAnthony G. Basile2018-02-181-1/+1
* grs/Kernel.py: use scripts/genkernel.conf if providedAnthony G. Basile2018-02-181-0/+3
* grs/Synchronize.py: checkout the branch before updating the submoduleAnthony G. Basile2018-02-061-4/+4
* grs/Synchronize.py: always re-init submodulesAnthony G. Basile2018-02-061-11/+10
* grs/Synchronize.py: add git submodules supportAnthony G. Basile2018-02-061-0/+13
* grs/Kernel.py: use scripts/busybox-config if providedAnthony G. Basile2018-01-281-0/+4
* grs: prettify __init__ argumentsAnthony G. Basile2018-01-287-11/+35
* grs/Netboot.py: fix location of ISO tarball under /usr/shareAnthony G. Basile2018-01-141-1/+1
* grs/Netboot.py: return to using busybox from system rootAnthony G. Basile2018-01-142-2/+1
* grs/Kernel.py: utils to have same arch as kernelAnthony G. Basile2018-01-141-0/+1
* grs/Netboot.py: fix path to ISO directoryAnthony G. Basile2018-01-141-3/+4
* grs/Interpret.py: fix bug in semantic interpreterAnthony G. Basile2018-01-141-1/+1
* grs/Netboot.py: correct unpacking of ISO tarballAnthony G. Basile2018-01-141-6/+2
* grs/Netboot.py: add option to make efi hybrid bootable CDAnthony G. Basile2018-01-142-3/+55
* grs/Netboot.py: change name of source init script for netbootAnthony G. Basile2018-01-131-1/+1
* grs/Netboot.py: switch from xz to gzip compressionAnthony G. Basile2018-01-101-4/+4
* grs/Netboot.py: use busybox built by genkernelAnthony G. Basile2018-01-101-0/+8
* grs/Netboot.py: use only xz compressionAnthony G. Basile2017-12-281-1/+2
* grs/Netboot.py: build busybox inside the system chrootAnthony G. Basile2017-12-281-0/+8
* grs/Netboot.py: fix alt digest namev0.6Anthony G. Basile2017-12-271-2/+2
* grs/Netboot.py: move kernel/initramfs to tmpdirAnthony G. Basile2017-12-261-15/+11
* grs/Netboot.py: chmod 755 the init scriptAnthony G. Basile2017-12-251-3/+4
* grs/Netboot.py: add self.kernelrootAnthony G. Basile2017-12-251-0/+1
* grs/Interpret.py: fix typoAnthony G. Basile2017-12-251-1/+1
* grs/__init__.py: import Netboot classAnthony G. Basile2017-12-252-0/+2
* grs/Netboot.py: initial commit of netbootit directive.Anthony G. Basile2017-12-252-0/+109
* grs/Interpret.py: fix number of args for _ke.kernel()Anthony G. Basile2017-12-231-1/+1
* grs/Kernel.p: add arch on the kernel directive lineAnthony G. Basile2017-12-232-4/+5
* bin/make-worldconf: exclude ruby_ USE_EXPAND flagsAnthony G. Basile2016-05-261-1/+1
* README.md: updateAnthony G. Basile2016-04-021-4/+0
* grs/Rotator.py: make glob stricterMatteo Contri2016-03-231-2/+3
* bin/grsup: dereference sym links so you don't clobber /lib -> /lib64v0.5Anthony G. Basile2016-02-211-1/+1
* grs/WorldConf.py: guard against <cat>/<pkg> with no ebuilds.v0.4Anthony G. Basile2015-11-261-1/+5
* lint: minor code cleanups.v0.3Anthony G. Basile2015-10-102-5/+7
* grs/Execute.py: suppress logging rc = 0.Anthony G. Basile2015-10-101-1/+2
* grs/Execute.py, Interpret.py: clean up signal codeAnthony G. Basile2015-10-102-31/+10
* grs/Interpret.py: fix minor errors.Anthony G. Basile2015-10-101-2/+1
* grs/Interpret.py: fix minor errors in semantic_action().Anthony G. Basile2015-10-101-2/+3
* grs/Interpret.py: fix logging during sync/seed.Anthony G. Basile2015-10-101-2/+2
* grs/Interpret.py: don't run sync/seed during mock run.Anthony G. Basile2015-10-101-2/+8
* grs/Interpret.py: exec() is bad, get rid of it.Anthony G. Basile2015-10-101-25/+30