aboutsummaryrefslogtreecommitdiff
path: root/grs
Commit message (Expand)AuthorAgeFilesLines
* 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
* grs/Rotator.py: make glob stricterMatteo Contri2016-03-231-2/+3
* 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
* grs/Interpret.py and Execute.py: pid is out of scope.Anthony G. Basile2015-10-092-7/+7
* grs/Interpret.py: clean up white space padding on _line.Anthony G. Basile2015-10-091-1/+4
* grs/Interpret.py: skip blank lines with leading +Anthony G. Basile2015-10-091-1/+1
* grs/Execute.py: refactor signalexit().Anthony G. Basile2015-10-091-11/+7
* grs/Interpret.py: restructure semantic actions.Anthony G. Basile2015-10-091-64/+42
* grs/Interpret.py: clean up parsing a line.Anthony G. Basile2015-10-091-14/+15
* grs/Interpret.py: skip non-functional build linesAnthony G. Basile2015-10-091-6/+5
* grs/WorldConf.py: fix renaming s -> _section.Anthony G. Basile2015-10-081-1/+1
* grs/Interpret.py: prepare for refactoring large if clause.Anthony G. Basile2015-10-081-5/+5
* lint: rename internal variables.Anthony G. Basile2015-10-0811-142/+142
* grs/Populate.py: use isinstance() instead of type().Anthony G. Basile2015-10-071-2/+3
* lint: more unused imports.Anthony G. Basile2015-10-075-8/+0
* lint: fix indentations.Anthony G. Basile2015-10-072-8/+8
* lint: fix line length.Anthony G. Basile2015-10-078-12/+45
* lint: use raw strings with regexes.Anthony G. Basile2015-10-075-13/+13
* lint: remove unused imports.Anthony G. Basile2015-10-072-5/+0
* lint: fix white spacesAnthony G. Basile2015-10-0616-87/+77
* grs/ISOIt.py: mksquashfs and mkisofs can take a long time.v0.2Anthony G. Basile2015-09-161-4/+5
* grs/Kernel.py: build either modular or static kernel.Anthony G. Basile2015-09-161-6/+13
* grs/Execute.py: fix typo.Anthony G. Basile2015-09-151-1/+1