OSDN Git Service

[update] : Added comments
authorhayao <hayao@fascode.net>
Sun, 7 Mar 2021 02:20:16 +0000 (11:20 +0900)
committerhayao <hayao@fascode.net>
Sun, 7 Mar 2021 02:20:16 +0000 (11:20 +0900)
build.sh

index 4b0dc3c..4a75b38 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -555,6 +555,10 @@ make_pacman_conf() {
 
 # Base installation (airootfs)
 make_basefs() {
+    mkdir -p "${airootfs_dir}"
+
+    # ここにmkalterisoの_create_img_sysを実装する
+
     #${mkalteriso} ${mkalteriso_option} -w "${work_dir}/${arch}" -C "${work_dir}/pacman-${arch}.conf" -D "${install_dir}" init
     _pacman "base" "syslinux"
 }