Difference between revisions of "Build Manjaro ISOs with buildiso"
Views
Actions
Namespaces
Variants
Tools
→ISO profile overview: Update
imported>Excalibur1234 |
imported>ABOhiccups (→ISO profile overview: Update) |
||
Line 103: | Line 103: | ||
'''xfce-overlay''' | '''xfce-overlay''' | ||
isolinux -> | isolinux -> usr/share/manjaro-tools/isolinux/ | ||
mkinitcpio.conf -> ../shared/mkinitcpio.conf | mkinitcpio.conf -> ../shared/mkinitcpio.conf | ||
overlay -> ../shared/overlay/ | root-overlay -> ../shared/root-overlay/ | ||
overlay | live-overlay -> ../shared/live-overlay/ | ||
Packages -> ../shared/Packages- | Packages-Root -> ../shared/Packages-Root | ||
Packages- | Packages-Live -> ../shared/Packages-Live | ||
'''Packages-Xfce''' | '''Packages-Xfce''' | ||
Packages- | Packages-Mhwd -> ../shared/Packages-Mhwd | ||
'''profile.conf''' | '''profile.conf''' | ||
Line 116: | Line 116: | ||
* ''isolinux'': Contains files important for booting your ISO. This includes isolinux.cfg file to start syslinux bootloader. | * ''isolinux'': Contains files important for booting your ISO. This includes isolinux.cfg file to start syslinux bootloader. | ||
* ''mkinitcpio.conf'' holds the information of all needed kernel modules. | * ''mkinitcpio.conf'' holds the information of all needed kernel modules. | ||
* ''overlay'': Similar to ''xfce-overlay'', but it contains files and folders important to all Manjaro installations and LiveCDs. | * ''root-overlay'': Similar to ''xfce-overlay'', but it contains files and folders important to all Manjaro installations and LiveCDs. | ||
* ''overlay | * ''live-overlay'': Similar to ''xfce-overlay''. Files and folders in here will only get copied over to the LiveCD of your ISO. | ||
* ''Packages'': This file contains base packages important to all Manjaro installations and LiveCDs. | * ''Packages-Root'': This file contains base packages important to all Manjaro installations and LiveCDs. | ||
* ''Packages- | * ''Packages-Live'': This file contains packages, which will only get installed on the LiveCD. | ||
* ''Packages-Xfce'': This file contains packages specific to your ISO (XFCE) installation. All packages will also get installed on LiveCDs. | * ''Packages-Xfce'': This file contains packages specific to your ISO (XFCE) installation. All packages will also get installed on LiveCDs. | ||
* ''Packages- | * ''Packages-Mhwd'': This file contains Xorg packages important to all Manjaro installations and LiveCDs. | ||
* ''profile.conf'' contains basic settings for your ISO installation and LiveCD. | * ''profile.conf'' contains basic settings for your ISO installation and LiveCD. | ||
Line 127: | Line 127: | ||
All folders and files specific to your ISO (in this example XFCE) are marked. You can change them to your liking. | All folders and files specific to your ISO (in this example XFCE) are marked. You can change them to your liking. | ||
==Modifying an ISO profile== | ==Modifying an ISO profile== |