diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-12-06 22:45:54 +0100 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-12-06 22:45:54 +0100 |
| commit | 4d53ae9b891b123b85aeca5f5dda4a676c876f96 (patch) | |
| tree | 0cbda451dbf5c0854d6fd2b76ce9b32fc1dd5ec9 | |
| parent | 56a4469199a54800f6d0c48255ee02a3c48adaa3 (diff) | |
Forgot to call make_pacman_conf
| -rwxr-xr-x | liveusb/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/liveusb/build.sh b/liveusb/build.sh index be18c69..3f3b1ce 100755 --- a/liveusb/build.sh +++ b/liveusb/build.sh @@ -85,6 +85,7 @@ make_iso() { mkarchiso -v -w "${work_dir}" -D "${install_dir}" -L "${iso_label}" -o "${out_dir}" iso "${iso_name}-${iso_version}-${arch}.iso" } +run_once make_pacman_conf run_once make_basefs run_once make_packages run_once make_setup_mkinitcpio |
