virtual-appliance/scripts
Albert Hopkins 3eece1b6ed scripts/COPY: don't use check_call
subprocess.check_call() raises an execption and produces an ugly Python
traceback on the console.  It's not really needed.  The cp command and
Makefile already give error output.  Instead we call sys.exit() with the
exit status of the cp command.
2018-12-02 11:53:35 -08:00
..
COPY scripts/COPY: don't use check_call 2018-12-02 11:53:35 -08:00
RUN scripts/RUN: don't use check_call 2018-12-02 00:04:26 -08:00
build-kernel scripts/build-kernel: re-format with black 2018-12-01 18:08:02 -08:00
fetch-stage3 scripts: replace sync-stage3.sh with fetch-stage3 2016-07-23 21:11:49 +00:00
grub-headless.sed switch over to GRUB 2 2017-05-27 22:13:01 +00:00
grub.shell Move appliances/configs/scripts to seperate directories. 2014-06-09 02:26:17 +00:00
motd.sh The great systemd commit. 2015-02-22 15:32:16 +00:00
print scripts: rename echo to print 2018-12-01 16:04:53 -08:00