File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ umount_chroot () {
213213
214214# Mount airootfs on "${work_dir}/${arch}/airootfs"
215215mount_airootfs () {
216- mkdir -p " ${work_dir} /airootfs "
216+ mkdir -p " ${airootfs_dir} "
217217 # _mount "${work_dir}/${arch}/airootfs.img" "${work_dir}/${arch}/airootfs"
218218 # _mount "${work_dir}/${arch}/airootfs.img" "${airootfs_dir}"
219219 _mount " ${airootfs_dir} .img" " ${airootfs_dir} "
@@ -291,7 +291,7 @@ for_module(){
291291
292292# パッケージをインストールする
293293_pacman (){
294- msg_info " Installing packages to ' ${work_dir} /airootfs /'..."
294+ msg_info " Installing packages to ${airootfs_dir} /'..."
295295 pacstrap -C " ${work_dir} /pacman-${arch} .conf" -c -G -M -- " ${airootfs_dir} " ${* }
296296 msg_info " Packages installed successfully!"
297297}
@@ -1072,8 +1072,6 @@ make_overisofs() {
10721072
10731073# Build ISO
10741074make_iso () {
1075- remove " ${work_dir} /airootfs"
1076-
10771075 local _iso_efi_boot_args=" "
10781076 if [[ ! -f " ${work_dir} /iso/isolinux/isolinux.bin" ]]; then
10791077 _msg_error " The file '${work_dir} /iso/isolinux/isolinux.bin' does not exist." 1
You can’t perform that action at this time.
0 commit comments