Iso building: Difference between revisions

From Mintarc Forge
Created page with "k"
 
No edit summary
Line 1: Line 1:
k
=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.
 
 
<pre>
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
</pre>

Revision as of 12:42, 9 April 2025

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