Peppermint Bubbles: Difference between revisions
From Mintarc Forge
Line 64: | Line 64: | ||
** installer_infra.py - Set the installer infrastructure for bubbles while building the ISO | ** installer_infra.py - Set the installer infrastructure for bubbles while building the ISO | ||
*'''lists_modules''' | *'''lists_modules''' | ||
* lists_binary.py - | ** lists_binary.py - | ||
* lists_buildtypes.py - | ** lists_buildtypes.py - | ||
* lists_desktop_environment.py - | ** lists_desktop_environment.py - | ||
* lists_firmware.py - | ** lists_firmware.py - | ||
* lists_grub.py - | ** lists_grub.py - | ||
* lists_login_manager.py - | ** lists_login_manager.py - | ||
* lists_shared.py - | ** lists_shared.py - | ||
* lists_system.py - | ** lists_system.py - | ||
* lists_uncategorized.py - | ** lists_uncategorized.py - |
Revision as of 14:11, 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.py - This modules contained the functions that will copy the desktop configuration files to their expected locations.
- infra_general.py - Set the infrastructure for bubbles to begin the ISO build
- installer_infra.py - Set the installer infrastructure for bubbles while building the ISO
- lists_modules
- lists_binary.py -
- lists_buildtypes.py -
- lists_desktop_environment.py -
- lists_firmware.py -
- lists_grub.py -
- lists_login_manager.py -
- lists_shared.py -
- lists_system.py -
- lists_uncategorized.py -