2022-06-13 14:37:50 +00:00
|
|
|
#!/bin/bash
|
|
|
|
# You should not be running this manually.
|
2022-06-15 20:53:12 +00:00
|
|
|
|
|
|
|
# everything should be logged like | tee -a {{ log_path }}/lorax-{{ arch }}-{{ date_stamp }}.log
|
|
|
|
# for the dvd, we need to rely on pulling from {{ entries_root }}/dvd-{{ arch }}-list
|
|
|
|
|
|
|
|
# Run the base lorax steps into a work dir specific to its arch
|
|
|
|
# copy everything into BaseOS/arch/os
|