Difference between revisions of "Build Manjaro ISOs with buildiso"

imported>Fhdk
imported>Fhdk
Line 217: Line 217:




===xfce-overlay===
===desktop-overlay===


The ''xfce-overlay'' folder looks like this (hidden files are not shown):
The ''desktop-overlay'' folder looks like this:


  └── etc
  ~ >>> tree /usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/etc                                         
    ├── lightdm
/usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/etc
     │  └── lightdm-gtk-greeter.conf
├── fonts
    └── samba
│   └── conf.d
        └── smb.conf
│      └── 70-no-bitmaps.conf -> /etc/fonts/conf.avail/70-no-bitmaps.conf
└── lightdm
     └── lightdm-gtk-greeter.conf
 
3 directories, 2 files


Go to this directory.
Go to this directory.


  /usr/share/manjaro-tools/iso-profiles/official/xfce/xfce-overlay/etc/
  /usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/etc/


Then create '''skel''' folder. This is where you can clone everything you see on your Desktop Screen to ISO.
Then create '''skel''' folder. This is where you can clone everything you see on your Desktop Screen to ISO.


After the ISO has been successfully installed all files and folder in ''desktop-overlay'' folder get copied over to the installed system. This includes settings/config files but also themes and backgrounds/pictures.


After the XFCE ISO has been successfully installed all files and folder in ''xfce-overlay'' folder get copied over to the installed system. This includes settings/config files but also themes and backgrounds/pictures.
All files and folder in here will get copied to the home folder. Most hidden files and their structure in <code>/usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/etc/skel/</code> should be already familiar to you, because your home folder looks very similar.
 
All files and folder in here will get copied to the home folder. Most hidden files and their structure in <code>manjaro-tools-iso-profiles/xfce/xfce-overlay/etc/skel/</code> should be already familiar to you, because your home folder looks very similar.
 


===Clone Custom Wallpaper Desktop===
===Clone Custom Wallpaper Desktop===
Anonymous user