Iso building
From Mintarc Forge
ISO Building
When you get ready to compile the ISO ensure you pay attention to these things
Install and confifgure the rootfs
You need to prep the roofs so that you can compile it this means you wan to configure it and install software that you will use in the ISO.
sudo mount --bind /dev /paths to your/chroot_folder/dev sudo mount --bind /proc /paths to your/chroot_folder/proc sudo mount --bind /sys /paths to your/chroot_folder/sys sudo mount -t devpts devpts /paths to your/chroot_folder/dev/pts