Difference between revisions of "Build Manjaro ISOs with buildiso"
Views
Actions
Namespaces
Variants
Tools
→desktop-overlay
imported>Fhdk |
imported>Fhdk |
||
Line 217: | Line 217: | ||
=== | ===desktop-overlay=== | ||
The '' | The ''desktop-overlay'' folder looks like this: | ||
└── etc | ~ >>> tree /usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/etc | ||
/usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/etc | |||
├── fonts | |||
│ └── conf.d | |||
│ └── 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/ | /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. | |||
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 | |||
===Clone Custom Wallpaper Desktop=== | ===Clone Custom Wallpaper Desktop=== |