Difference between revisions of "Build Manjaro ISOs with buildiso"

imported>Excalibur1234
imported>ABOhiccups
Line 103: Line 103:


  '''xfce-overlay'''
  '''xfce-overlay'''
  isolinux -> ../shared/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-livecd -> ../shared/overlay-livecd/
  live-overlay -> ../shared/live-overlay/
  Packages -> ../shared/Packages-Systemd
  Packages-Root -> ../shared/Packages-Root
  Packages-Livecd -> ../shared/Packages-Livecd-Systemd
  Packages-Live -> ../shared/Packages-Live
  '''Packages-Xfce'''
  '''Packages-Xfce'''
  Packages-Xorg -> ../shared/Packages-Xorg
  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-livecd'': Similar to ''xfce-overlay''. Files and folders in here will only get copied over to the LiveCD of your ISO.
* ''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-Livecd'': This file contains packages, which will only get installed on the LiveCD.
* ''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-Xorg'': This file contains Xorg packages important to all Manjaro installations and LiveCDs.
* ''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==
Anonymous user