Difference between revisions of "Build Manjaro ISOs with buildiso"

imported>ABOhiccups
imported>ABOhiccups
Line 137: Line 137:
The ''xfce-overlay'' folder looks like this (hidden files are not shown):
The ''xfce-overlay'' folder looks like this (hidden files are not shown):


  ├── etc
  └── etc
│   ├── lightdm
     ├── lightdm
│   │   └── lightdm-gtk-greeter.conf
     │   └── lightdm-gtk-greeter.conf
│   ├── mdm
     ├── mdm
│   │   └── custom.conf
     │   └── custom.conf
│   └── '''skel'''
     └── '''skel''' <========== This Folder needs to be create.
└── usr
    └── share
        ├── backgrounds
        │   └── lightdm
        │      └── manjaro-lightdm-gtk-greeter.jpg
        ├── icons
        │   └── default
        │      └── index.theme
        └── xfce4
            └── backdrops
                └── default.jpg -> /usr/share/backgrounds/manjaro.jpg


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.
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.
Line 162: Line 151:


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.
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.


===profile.conf===
===profile.conf===
Anonymous user