Peppermint Bubbles: Difference between revisions

From Mintarc Forge
Line 56: Line 56:
*'''final_modules'''
*'''final_modules'''
** file_mapping.py - Maps the file type to focus on for the building process
** file_mapping.py - Maps the file type to focus on for the building process
** finish_cleanup.py - Clean up the working folder and move ISO and other files
** finish_cleanup.py - Clean up the working folder and move ISO and other files to their final location
*'''inflate_modules'''
*'''inflate_modules'''
** inflate_bubble.py - These functions will build the base of the fusato build folders
** inflate_bubble.py - These functions will build the base of the fusato build folders
*'''infra_modules'''
*'''infra_modules'''
** desktop_configs - This modules contained the functions that will copy the desktop configuration files to their expected locations.
** desktop_configs - This modules contained the functions that will copy the desktop configuration files to their expected locations.

Revision as of 14:05, 31 December 2024

Peppermint Bubbles

Bubbles is an ISO builder, using Python, that supports multiple operating systems. It is capable of creating ISO images for both Debian and Devuan-based distributions. Targeting 64-bit, 32-bit, or ARM platforms.

Requirements needed to use Bubbles

  • debian live-build tools
  • python

Folder and File Structure

iso_configs

This folder is used to contain all the configuration files, used to compile the ISOs

  • aliases - the bash aliases
  • application - the .desktop files
  • autostart - the files that are used for auto starting
  • browser_profiles - browser profiles, used for the Kumo SSB,
  • build_types - files used to compile the correct ISO
  • calamares_settings - all the Calamares installer configurations files for the installer
  • desktop_base - Debian specific, theming files for plymouth and grub
  • face - user profile, avatar
  • font - default font used for the system
  • gnome-flashback - desktop configurations for this desktop
  • grub - grub boot configurations
  • hooks - files used to run scripts inside the chroot, files.
  • icons - icons, that are installed in the iso
  • id_files - chroot, file identification
  • info - system info and mirrors
  • installer - Debian installer configuration files.
  • issue - issue configuration files
  • kde - this desktop's configuration files
  • lightdm - login manager configurations
  • loaded - the loaded configuration files
  • logs - bubbles logs output
  • menu - the system menu configurations
  • multimedia - multimedia repos
  • openbox - this desktops configurtions
  • osrelease - system release configuration for peppermint
  • PepProPixMaps - Peptools icon files
  • PepProTools - the peppermint tools executable files
  • plymouth - plymouth configuration files.
  • pmostools - peppermint tool box.
  • polkit - polkit configurations
  • profile - the skel profile, configurations
  • pylibraries - peppermint specific python libraries
  • server - server build configurations files
  • sources - system sources configurations
  • splash - boot splash files.
  • theme - themes installed in the ISO
  • user_config - Peppermint live user config
  • wallpaper - wallpaper used for the ISO
  • xfce - desktop configurations

python_modules

This folder is the python project folder used to run bubbles.

  • conf_modules - contains the the following
    • conf.py - used to configure the series of commands that are used run bubbles
    • lbset_commands.py - used to set up the live build required structure
  • final_modules
    • file_mapping.py - Maps the file type to focus on for the building process
    • finish_cleanup.py - Clean up the working folder and move ISO and other files to their final location
  • inflate_modules
    • inflate_bubble.py - These functions will build the base of the fusato build folders
  • infra_modules
    • desktop_configs - This modules contained the functions that will copy the desktop configuration files to their expected locations.