2023-09-05 14:38:55 +00:00
|
|
|
"""
|
|
|
|
* Author: "PeppermintOS Team(peppermintosteam@proton.me)
|
|
|
|
*
|
|
|
|
* License: SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
*
|
2023-12-11 04:47:17 -01:00
|
|
|
* This config file is the master configs used to build ISOs oer arch and desktop
|
|
|
|
* As the need to scale the builds arises, you can add more settings to meet the
|
|
|
|
* need.
|
2023-09-05 14:38:55 +00:00
|
|
|
"""
|
2023-08-05 12:04:10 +00:00
|
|
|
|
2023-08-09 11:35:07 +00:00
|
|
|
##########################
|
2023-12-11 04:47:17 -01:00
|
|
|
# Functions to be ran
|
2023-08-09 11:35:07 +00:00
|
|
|
##########################
|
2023-12-11 04:47:17 -01:00
|
|
|
# inflate_bubble sets the configs files
|
2023-08-24 06:16:56 +00:00
|
|
|
# infra copies the needed configs
|
|
|
|
shared_setup_cmds = ('inflate_bubble.set_fusato_structure',
|
2024-05-25 11:06:14 +00:00
|
|
|
'inflate_bubble.set_fusato_installer_structure',
|
2023-08-24 06:16:56 +00:00
|
|
|
'inflate_bubble.set_general_shared',
|
|
|
|
'inflate_bubble.set_grub_shared',
|
|
|
|
'inflate_bubble.set_binary_shared',
|
|
|
|
'inflate_bubble.set_lightdm',
|
|
|
|
'infra.shared_folders',
|
|
|
|
'infra.icons_themes',
|
|
|
|
'infra.shared_files',
|
|
|
|
'infra.set_symlinks',
|
2024-06-22 12:31:43 +00:00
|
|
|
'infra.boostrap_shared',
|
|
|
|
'infra.add_web_profile'
|
2023-08-09 11:35:07 +00:00
|
|
|
)
|
|
|
|
|
2024-03-28 13:05:56 -01:00
|
|
|
shared_setup_loaded_cmds = ('inflate_bubble.set_fusato_structure',
|
2024-06-03 14:45:19 +00:00
|
|
|
'inflate_bubble.set_fusato_installer_structure',
|
2024-03-28 13:05:56 -01:00
|
|
|
'inflate_bubble.set_general_shared',
|
|
|
|
'inflate_bubble.set_grub_shared',
|
|
|
|
'inflate_bubble.set_binary_shared',
|
|
|
|
'inflate_bubble.set_lightdm',
|
|
|
|
'infra.shared_folders',
|
|
|
|
'infra.icons_themes',
|
|
|
|
'infra.shared_files',
|
|
|
|
'infra.set_symlinks',
|
2024-06-23 07:48:58 +00:00
|
|
|
'infra.boostrap_shared',
|
|
|
|
'infra.add_web_profile'
|
2024-03-28 13:05:56 -01:00
|
|
|
)
|
|
|
|
|
2024-05-09 13:10:35 +00:00
|
|
|
shared_setup_server_cmds = ('inflate_bubble.set_fusato_server_installer_structure',
|
|
|
|
'inflate_bubble.set_fusato_server_structure',
|
2024-04-12 11:23:24 +00:00
|
|
|
'inflate_bubble.set_grub_shared',
|
|
|
|
'inflate_bubble.set_binary_shared',
|
|
|
|
'infra.shared_server_files',
|
|
|
|
'infra.boostrap_shared'
|
|
|
|
)
|
2023-08-09 11:35:07 +00:00
|
|
|
|
2024-05-12 00:17:42 +00:00
|
|
|
shared_setup_mini_cmds = ('inflate_bubble.set_fusato_mini_installer_structure',
|
2024-05-09 13:10:35 +00:00
|
|
|
'inflate_bubble.set_binary_shared',
|
2024-05-12 23:15:35 +00:00
|
|
|
'infra.mini_shared_installer_files'
|
2024-05-09 13:10:35 +00:00
|
|
|
)
|
|
|
|
|
2024-06-19 07:17:51 +00:00
|
|
|
flag_specific_setup_32_cmds = ('inflate_bubble.set_specific_32_packages',)
|
2024-06-19 07:04:00 +00:00
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# Setup Desktop configs
|
|
|
|
# Add mor as needed
|
2023-08-24 06:16:56 +00:00
|
|
|
setup_xfce_cmds = ('inflate_bubble.set_xfce',
|
2024-05-12 23:15:35 +00:00
|
|
|
'infra.xfce_configs',
|
2023-08-24 06:16:56 +00:00
|
|
|
)
|
2023-08-30 05:23:03 +00:00
|
|
|
setup_gfb_cmds = ('inflate_bubble.set_gfb',
|
2024-05-12 23:15:35 +00:00
|
|
|
'infra.gnome_flahsbak_configs',
|
2023-08-30 05:23:03 +00:00
|
|
|
)
|
2024-01-26 04:54:17 -01:00
|
|
|
setup_opb_cmds = ('inflate_bubble.set_opb',
|
2024-05-12 23:15:35 +00:00
|
|
|
'infra.open_box_configs',
|
2024-01-26 04:54:17 -01:00
|
|
|
)
|
2024-03-20 11:53:53 -01:00
|
|
|
setup_loaded_cmds = ('inflate_bubble.set_loaded',
|
2024-03-25 11:58:00 -01:00
|
|
|
'infra.loaded_configs',
|
2024-05-12 23:15:35 +00:00
|
|
|
'infra.loaded_folders',
|
2024-03-25 11:58:00 -01:00
|
|
|
)
|
2024-04-12 11:23:24 +00:00
|
|
|
setup_server_cmds = ('inflate_bubble.set_server',
|
2024-05-12 23:15:35 +00:00
|
|
|
'infra.server_configs',
|
|
|
|
)
|
|
|
|
setup_mini_cmds = ('inflate_bubble.set_mini',)
|
2023-08-05 11:01:58 +00:00
|
|
|
|
2023-08-24 06:16:56 +00:00
|
|
|
# Setup grub chroot
|
|
|
|
setup_chroot_grub_64 = ('inflate_bubble.set_chroot_grub_64',)
|
|
|
|
setup_chroot_grub_arm = ('inflate_bubble.set_chroot_grub_arm',)
|
|
|
|
setup_chroot_grub_32 = ('inflate_bubble.set_chroot_grub_32',)
|
2024-05-09 13:10:35 +00:00
|
|
|
setup_chroot_grub_64ld = ('inflate_bubble.set_chroot_grub_64ld',)
|
|
|
|
setup_chroot_grub_64srv = ('inflate_bubble.set_chroot_grub_64srv',)
|
2024-05-12 23:15:35 +00:00
|
|
|
setup_chroot_grub_64min = ('inflate_bubble.set_chroot_grub_64,min',)
|
2023-07-11 06:48:53 +00:00
|
|
|
|
2023-08-24 06:16:56 +00:00
|
|
|
# Setup grub binary
|
|
|
|
setup_binary_grub_64 = ('inflate_bubble.set_binary_64',)
|
|
|
|
setup_binary_grub_arm = ('inflate_bubble.set_binary_arm',)
|
|
|
|
setup_binary_grub_32 = ('inflate_bubble.set_binary_32',)
|
2023-07-11 06:48:53 +00:00
|
|
|
|
2023-08-24 06:16:56 +00:00
|
|
|
# Setup Firmware
|
|
|
|
setup_fw_64_32 = ('inflate_bubble.set_firmware',)
|
2023-09-05 14:38:55 +00:00
|
|
|
setup_fw_arm = ('inflate_bubble.set_firmware_arm',)
|
2023-07-11 06:48:53 +00:00
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# Combined tuples for building
|
|
|
|
# Add more as the need arises Per Desktop
|
2023-09-05 14:38:55 +00:00
|
|
|
build64_xfce_build = (shared_setup_cmds + setup_xfce_cmds +
|
|
|
|
setup_chroot_grub_64 + setup_binary_grub_64 +
|
2023-08-24 06:16:56 +00:00
|
|
|
setup_fw_64_32
|
|
|
|
)
|
2023-07-11 06:48:53 +00:00
|
|
|
|
2023-09-05 14:38:55 +00:00
|
|
|
build32_xfce_build = (shared_setup_cmds + setup_xfce_cmds +
|
|
|
|
setup_chroot_grub_32 + setup_binary_grub_32 +
|
2024-06-19 07:04:00 +00:00
|
|
|
setup_fw_64_32 + flag_specific_setup_32_cmds
|
2023-08-24 06:16:56 +00:00
|
|
|
)
|
2023-07-11 06:48:53 +00:00
|
|
|
|
2023-09-05 14:38:55 +00:00
|
|
|
buildarm_xfce_build = (shared_setup_cmds + setup_xfce_cmds +
|
|
|
|
setup_chroot_grub_arm + setup_binary_grub_arm +
|
2023-08-24 06:16:56 +00:00
|
|
|
setup_fw_arm
|
|
|
|
)
|
2024-01-26 04:54:17 -01:00
|
|
|
# Gnome_FlashBack
|
2023-09-05 14:38:55 +00:00
|
|
|
build64_gfb_build = (shared_setup_cmds + setup_gfb_cmds +
|
|
|
|
setup_chroot_grub_64 + setup_binary_grub_64 +
|
2024-06-19 07:07:45 +00:00
|
|
|
setup_fw_64_32
|
2023-08-30 05:23:03 +00:00
|
|
|
)
|
|
|
|
|
2023-09-05 14:38:55 +00:00
|
|
|
build32_gfb_build = (shared_setup_cmds + setup_gfb_cmds +
|
|
|
|
setup_chroot_grub_32 + setup_binary_grub_32 +
|
2024-06-19 07:04:00 +00:00
|
|
|
setup_fw_64_32 + flag_specific_setup_32_cmds
|
2023-08-30 05:23:03 +00:00
|
|
|
)
|
|
|
|
|
2023-09-05 14:38:55 +00:00
|
|
|
buildarm_gfb_build = (shared_setup_cmds + setup_gfb_cmds +
|
|
|
|
setup_chroot_grub_arm + setup_binary_grub_arm +
|
2023-08-30 05:23:03 +00:00
|
|
|
setup_fw_arm
|
|
|
|
)
|
|
|
|
|
2024-01-26 04:54:17 -01:00
|
|
|
#Open_box
|
|
|
|
build64_opb_build = (shared_setup_cmds + setup_opb_cmds +
|
|
|
|
setup_chroot_grub_64 + setup_binary_grub_64 +
|
|
|
|
setup_fw_64_32
|
|
|
|
)
|
|
|
|
|
|
|
|
build32_opb_build = (shared_setup_cmds + setup_opb_cmds +
|
|
|
|
setup_chroot_grub_32 + setup_binary_grub_32 +
|
2024-06-19 07:04:00 +00:00
|
|
|
setup_fw_64_32 + flag_specific_setup_32_cmds
|
2024-01-26 04:54:17 -01:00
|
|
|
)
|
|
|
|
|
|
|
|
buildarm_opb_build = (shared_setup_cmds + setup_opb_cmds +
|
|
|
|
setup_chroot_grub_arm + setup_binary_grub_arm +
|
|
|
|
setup_fw_arm
|
|
|
|
)
|
2024-05-09 13:10:35 +00:00
|
|
|
|
2024-03-11 12:57:59 -01:00
|
|
|
#Xfce_loaded
|
2024-05-12 00:17:42 +00:00
|
|
|
build64_loaded_build = (shared_setup_loaded_cmds + setup_loaded_cmds +
|
2024-05-12 23:15:35 +00:00
|
|
|
setup_chroot_grub_64 + setup_binary_grub_64 +
|
|
|
|
setup_fw_64_32
|
|
|
|
)
|
2024-06-14 11:15:51 +00:00
|
|
|
build32_loaded_build = (shared_setup_loaded_cmds + setup_loaded_cmds +
|
2024-06-14 10:14:38 +00:00
|
|
|
setup_chroot_grub_32 + setup_binary_grub_32 +
|
|
|
|
setup_fw_64_32
|
|
|
|
)
|
2023-07-11 06:48:53 +00:00
|
|
|
|
2024-04-12 11:23:24 +00:00
|
|
|
#Server
|
2024-05-12 00:17:42 +00:00
|
|
|
build64_server_build = (shared_setup_server_cmds + setup_server_cmds +
|
2024-05-12 23:15:35 +00:00
|
|
|
setup_chroot_grub_64 + setup_binary_grub_64 +
|
|
|
|
setup_fw_64_32
|
|
|
|
)
|
2024-05-09 13:10:35 +00:00
|
|
|
|
|
|
|
#Mini
|
2024-05-12 00:17:42 +00:00
|
|
|
build64_mini_build = (shared_setup_mini_cmds + setup_mini_cmds +
|
2024-05-12 23:15:35 +00:00
|
|
|
setup_binary_grub_64 + setup_fw_64_32
|
|
|
|
)
|
2024-05-09 13:10:35 +00:00
|
|
|
|
2024-05-12 00:17:42 +00:00
|
|
|
build32_mini_build = (shared_setup_mini_cmds + setup_mini_cmds +
|
2024-05-12 23:15:35 +00:00
|
|
|
setup_binary_grub_32 + setup_fw_64_32
|
|
|
|
)
|
2024-04-12 11:23:24 +00:00
|
|
|
|
2023-08-24 06:16:56 +00:00
|
|
|
### Inflate bubble section
|
2023-12-11 04:47:17 -01:00
|
|
|
# Packages that are to be installed as needed per Desktop
|
|
|
|
# Add more Desktops as the need arises
|
2023-09-05 14:38:55 +00:00
|
|
|
XFCE_LIST = ('xfce4\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'mousepad\n'
|
|
|
|
'xfce4-battery-plugin\n'
|
|
|
|
'xfce4-clipman-plugin\n'
|
|
|
|
'xfce4-power-manager\n'
|
|
|
|
'xfce4-taskmanager\n'
|
|
|
|
'xfce4-terminal\n'
|
|
|
|
'xfce4-screenshooter\n'
|
|
|
|
'xfce4-whiskermenu-plugin\n'
|
|
|
|
'xfce4-panel-profiles\n'
|
|
|
|
'thunar-archive-plugin\n'
|
|
|
|
'thunar-volman\n'
|
|
|
|
'xarchiver\n'
|
|
|
|
'plank\n'
|
|
|
|
'mugshot\n'
|
|
|
|
'menulibre\n'
|
2023-12-20 03:26:19 -01:00
|
|
|
'python3-xapian\n'
|
|
|
|
'apt-xapian-index\n'
|
2023-09-14 08:55:15 +00:00
|
|
|
)
|
2023-09-05 14:38:55 +00:00
|
|
|
GNOME_FLASHBACK_LIST = ('alacarte\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'eog\n'
|
|
|
|
'evince\n'
|
|
|
|
'file-roller\n'
|
|
|
|
'gedit\n'
|
|
|
|
'gnome-calculator\n'
|
|
|
|
'gnome-control-center\n'
|
|
|
|
'gnome-tweaks\n'
|
|
|
|
'gnome-screenshot\n'
|
|
|
|
'gnome-session-flashback\n'
|
|
|
|
'gnome-terminal\n'
|
|
|
|
'nautilus\n'
|
|
|
|
'yelp\n'
|
|
|
|
)
|
2024-01-06 17:52:34 -01:00
|
|
|
OPENBOX_LIST = ('openbox\n'
|
2024-01-26 04:54:17 -01:00
|
|
|
'tint2\n'
|
|
|
|
'thunar\n'
|
|
|
|
'thunar-archive-plugin\n'
|
|
|
|
'mousepad\n'
|
|
|
|
'lxpolkit\n'
|
|
|
|
'pnmixer\n'
|
|
|
|
'gmrun\n'
|
|
|
|
'nitrogen\n'
|
|
|
|
'compton\n'
|
|
|
|
'compton-conf\n'
|
|
|
|
'compton-conf-l10n\n'
|
|
|
|
'xarchiver\n'
|
|
|
|
'lxsession-logout\n'
|
|
|
|
'xfce4-screenshooter\n'
|
|
|
|
'xfce4-settings\n'
|
|
|
|
'xfce4-terminal\n'
|
|
|
|
'marwaita-peppermint-gtk-theme\n'
|
|
|
|
'tela-icon-theme\n'
|
|
|
|
'openbox-theme-collection\n'
|
|
|
|
'xdg-user-dirs-gtk\n'
|
2024-01-29 11:56:22 -01:00
|
|
|
'gnome-screensaver\n'
|
2024-01-26 04:54:17 -01:00
|
|
|
'cbatticon\n'
|
|
|
|
'dunst\n'
|
|
|
|
'xfce4-clipman\n'
|
|
|
|
'xfce4-power-manager\n'
|
|
|
|
'plank\n'
|
|
|
|
'obmenu-generator\n'
|
|
|
|
'qt5-style-plugins \n'
|
|
|
|
'qt5ct\n'
|
|
|
|
'jgmenu\n'
|
|
|
|
)
|
2024-03-28 13:05:56 -01:00
|
|
|
|
2024-03-20 11:53:53 -01:00
|
|
|
LOADED_LIST = ('xfce4\n'
|
2024-03-11 12:57:59 -01:00
|
|
|
'xfce4-goodies\n'
|
|
|
|
'xorg\n'
|
|
|
|
'xserver-xorg\n'
|
|
|
|
'xserver-xorg-input-synaptics\n'
|
|
|
|
'xserver-xorg-input-all\n'
|
|
|
|
'xserver-xorg-video-vmware\n'
|
|
|
|
'xserver-xorg-video-all\n'
|
|
|
|
'apt-config-auto-update\n'
|
2024-06-06 15:08:36 +00:00
|
|
|
'gnome-system-tools\n'
|
2024-03-11 12:57:59 -01:00
|
|
|
'gvfs-backends\n'
|
|
|
|
'blueman\n'
|
2024-06-28 12:23:16 +00:00
|
|
|
'bluez-cups\n'
|
|
|
|
'bluez-alsa-utils\n'
|
2024-03-11 12:57:59 -01:00
|
|
|
'gufw\n'
|
2024-06-28 10:13:19 +00:00
|
|
|
'plank\n'
|
2024-03-11 12:57:59 -01:00
|
|
|
'tela-icon-theme\n'
|
|
|
|
'system-config-printer\n'
|
|
|
|
'menulibre\n'
|
|
|
|
'xscreensaver\n'
|
|
|
|
'xscreensaver-data\n'
|
|
|
|
'xscreensaver-data-extra\n'
|
|
|
|
'xscreensaver-gl\n'
|
|
|
|
'xscreensaver-gl-extra\n'
|
|
|
|
'gnome-calculator\n'
|
|
|
|
'accountsservice\n'
|
|
|
|
'catfish\n'
|
|
|
|
'timeshift\n'
|
2024-06-06 14:37:17 +00:00
|
|
|
'pepinstall\n'
|
2024-06-06 14:39:18 +00:00
|
|
|
'sticky\n'
|
|
|
|
'mintstick\n'
|
2024-06-06 15:08:36 +00:00
|
|
|
'peplocale\n'
|
2024-03-11 12:57:59 -01:00
|
|
|
'bleachbit\n'
|
|
|
|
'gimp\n'
|
|
|
|
'gimp-data-extras\n'
|
2024-05-09 13:10:35 +00:00
|
|
|
'inkscape\n'
|
2024-03-11 12:57:59 -01:00
|
|
|
'atril\n'
|
|
|
|
'transmission-gtk\n'
|
|
|
|
'thunderbird\n'
|
|
|
|
'thunderbird-l10n-all\n'
|
|
|
|
'libreoffice\n'
|
|
|
|
'libreoffice-gtk3\n'
|
|
|
|
'libreoffice-l10n*\n'
|
|
|
|
'printer-driver-cups-pdf\n'
|
|
|
|
'gnome-2048\n'
|
|
|
|
'gnome-chess\n'
|
|
|
|
'gnome-mahjongg\n'
|
|
|
|
'gnome-sudoku\n'
|
2024-05-09 13:10:35 +00:00
|
|
|
'cheese\n'
|
|
|
|
'parole \n'
|
2024-03-11 12:57:59 -01:00
|
|
|
'qt5-style-plugins\n'
|
|
|
|
'qt5ct\n'
|
|
|
|
'xfsdump\n'
|
|
|
|
'tumbler\n'
|
|
|
|
'tumbler-plugins-extra\n'
|
|
|
|
'ffmpegthumbnailer\n'
|
|
|
|
'baobab\n'
|
|
|
|
'xdg-user-dirs-gtk\n'
|
2024-03-28 13:05:56 -01:00
|
|
|
'squashfs-tools\n'
|
2024-06-06 17:13:59 +00:00
|
|
|
'flatpak\n'
|
|
|
|
'gir1.2-flatpak-1.0\n'
|
|
|
|
'ntpsec-ntpdate\n'
|
|
|
|
'ntpsec\n'
|
2024-07-02 13:30:33 +00:00
|
|
|
'mugshot\n'
|
2024-05-25 19:59:31 +00:00
|
|
|
)
|
2024-03-11 12:57:59 -01:00
|
|
|
|
2024-04-12 11:23:24 +00:00
|
|
|
SERVER_LIST = ('zonefstoolspep\n'
|
|
|
|
'dmzonedtoolspep\n'
|
|
|
|
'libzbdpep1\n'
|
|
|
|
'sudo\n'
|
|
|
|
'task-ssh-server\n'
|
|
|
|
'task-web-server\n'
|
|
|
|
'sshguard\n'
|
2024-06-02 04:44:42 +00:00
|
|
|
'btop\n'
|
2024-04-12 11:23:24 +00:00
|
|
|
'whois\n'
|
|
|
|
'rkhunter\n'
|
|
|
|
'debsecan\n'
|
|
|
|
'net-tools\n'
|
|
|
|
'nfs-common\n'
|
|
|
|
'firewalld\n'
|
|
|
|
'samba\n'
|
|
|
|
'cups\n'
|
|
|
|
'gvfs-backends\n'
|
|
|
|
'git\n'
|
|
|
|
'wget\n'
|
|
|
|
)
|
2024-03-11 12:57:59 -01:00
|
|
|
|
2024-05-12 23:15:35 +00:00
|
|
|
MINI_LIST = ('nano\n'
|
|
|
|
)
|
|
|
|
|
2024-06-15 13:16:24 +00:00
|
|
|
|
|
|
|
|
2023-12-09 12:56:03 -01:00
|
|
|
KDE_LIST = ('sample1\n'
|
|
|
|
'sample2\n'
|
|
|
|
)
|
|
|
|
|
2024-01-09 09:51:40 -01:00
|
|
|
|
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# The Light DM Login Settings
|
2023-09-05 14:38:55 +00:00
|
|
|
LIGHT_DM_LIST = ('lightdm\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'lightdm-gtk-greeter\n'
|
|
|
|
'lightdm-gtk-greeter-settings\n'
|
|
|
|
)
|
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# General Shared packages to be installed.
|
2023-09-05 14:38:55 +00:00
|
|
|
GENERAL_SHARED_LIST = ('alsa-utils\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'bluez\n'
|
2024-06-02 05:14:11 +00:00
|
|
|
'btop\n'
|
2024-05-14 12:35:16 +00:00
|
|
|
'calamares\n'
|
2024-05-26 17:34:18 +00:00
|
|
|
'calamares-settings-debian\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'console-setup\n'
|
|
|
|
'cups\n'
|
|
|
|
'curl\n'
|
|
|
|
'dconf-editor\n'
|
|
|
|
'dkms\n'
|
|
|
|
'dbus-x11\n'
|
2023-09-14 06:21:54 +00:00
|
|
|
'desktop-base\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'fonts-cantarell\n'
|
|
|
|
'fonts-liberation\n'
|
|
|
|
'f2fs-tools\n'
|
|
|
|
'gdebi\n'
|
|
|
|
'gir1.2-webkit2-4.0\n'
|
|
|
|
'git\n'
|
|
|
|
'gnome-disk-utility\n'
|
|
|
|
'gnome-system-tools\n'
|
|
|
|
'gparted\n'
|
|
|
|
'gvfs-backends\n'
|
|
|
|
'inputattach\n'
|
|
|
|
'inxi\n'
|
|
|
|
'locales\n'
|
2024-05-14 12:35:16 +00:00
|
|
|
'libgtk2.0-0\n'
|
|
|
|
'libgtk2.0-common\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'nala\n'
|
|
|
|
'network-manager-gnome\n'
|
|
|
|
'ntp\n'
|
|
|
|
'pulseaudio-module-bluetooth\n'
|
|
|
|
'python3-pip\n'
|
|
|
|
'python3-tk\n'
|
|
|
|
'python3-pil.imagetk\n'
|
|
|
|
'synaptic\n'
|
|
|
|
'system-config-printer\n'
|
|
|
|
'simple-scan\n'
|
|
|
|
'smartmontools\n'
|
|
|
|
'smbclient\n'
|
2023-08-27 10:41:53 +00:00
|
|
|
'spice-vdagent\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'sqlite3\n'
|
|
|
|
'wireless-tools\n'
|
|
|
|
'wget\n'
|
|
|
|
'xfsprogs\n'
|
|
|
|
)
|
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# Grub things shared by all
|
2023-09-05 14:38:55 +00:00
|
|
|
GRUB_LIST_SHARED = ('efibootmgr\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'grub-common\n'
|
|
|
|
'grub2-common\n'
|
|
|
|
'grub-efi\n'
|
|
|
|
'libefiboot1\n'
|
|
|
|
'libefivar1\n'
|
|
|
|
'mokutil\n'
|
|
|
|
'os-prober\n'
|
|
|
|
'shim-signed\n'
|
|
|
|
'shim-signed-common\n'
|
|
|
|
'shim-unsigned\n'
|
|
|
|
'libglib2.0\n'
|
|
|
|
)
|
2023-07-11 06:48:53 +00:00
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# Grub things shared by 64bit
|
2023-09-05 14:38:55 +00:00
|
|
|
GRUB_LIST_64 = ('grub-efi-amd64\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'grub-efi-amd64-bin\n'
|
|
|
|
'grub-efi-amd64-signed\n'
|
|
|
|
'shim-helpers-amd64-signed\n'
|
|
|
|
'grub-efi-ia32-bin\n'
|
2023-07-11 06:48:53 +00:00
|
|
|
)
|
|
|
|
|
2024-05-12 23:15:35 +00:00
|
|
|
# Grub things shared by 64bit
|
|
|
|
GRUB_LIST_64LD = ('grub-efi-amd64\n'
|
|
|
|
'grub-efi-amd64-bin\n'
|
|
|
|
'grub-efi-amd64-signed\n'
|
|
|
|
'shim-helpers-amd64-signed\n'
|
|
|
|
'grub-efi-ia32-bin\n'
|
|
|
|
)
|
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# Grub things shared by ARM
|
2023-09-05 14:38:55 +00:00
|
|
|
GRUB_LIST_ARM64 = ('grub-efi-arm64\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'grub-efi-arm64-bin\n'
|
|
|
|
'grub-efi-arm64-signed\n'
|
|
|
|
'shim-helpers-arm64-signed\n'
|
|
|
|
)
|
2023-07-11 06:48:53 +00:00
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# Grub things shared by 32bit
|
2023-09-05 14:38:55 +00:00
|
|
|
GRUB_LIST_32 = ('efibootmgr\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'grub-common\n'
|
|
|
|
'grub2-common\n'
|
|
|
|
'grub-efi\n'
|
|
|
|
'grub-efi-ia32\n'
|
|
|
|
'grub-efi-ia32-bin\n'
|
|
|
|
'grub-efi-ia32-signed\n'
|
|
|
|
'grub-efi-ia32-bin\n'
|
|
|
|
'os-prober\n'
|
|
|
|
'shim-helpers-i386-signed\n'
|
2023-07-11 06:48:53 +00:00
|
|
|
)
|
|
|
|
|
2024-06-19 07:04:00 +00:00
|
|
|
# Packages for ONLY 32bit builds for the flagship
|
|
|
|
FLAG_SPECIFIC_LIST_32=('luakit\n')
|
|
|
|
|
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# Firmware packages shared by 32 adn 64 bit
|
2023-09-05 14:38:55 +00:00
|
|
|
FIRMWARE_LIST_32_64 = ('atmel-firmware\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'bluez-firmware\n'
|
|
|
|
'firmware-atheros\n'
|
|
|
|
'firmware-amd-graphics\n'
|
|
|
|
'firmware-bnx2\n'
|
|
|
|
'firmware-bnx2x\n'
|
|
|
|
'firmware-brcm80211\n'
|
|
|
|
'firmware-cavium\n'
|
|
|
|
'firmware-intel-sound\n'
|
|
|
|
'firmware-iwlwifi\n'
|
|
|
|
'firmware-libertas\n'
|
|
|
|
'firmware-linux\n'
|
|
|
|
'firmware-linux-free\n'
|
|
|
|
'firmware-linux-nonfree\n'
|
|
|
|
'firmware-misc-nonfree\n'
|
|
|
|
'firmware-myricom\n'
|
|
|
|
'firmware-netronome\n'
|
|
|
|
'firmware-netxen\n'
|
|
|
|
'firmware-qcom-media\n'
|
|
|
|
'firmware-qcom-soc\n'
|
|
|
|
'firmware-qlogic\n'
|
|
|
|
'firmware-realtek\n'
|
|
|
|
'firmware-samsung\n'
|
|
|
|
'firmware-siano\n'
|
|
|
|
'firmware-sof-signed\n'
|
|
|
|
'midisport-firmware\n'
|
|
|
|
)
|
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# Frimware packages used by ARM
|
2023-09-05 14:38:55 +00:00
|
|
|
FIRMWARE_LIST_ARM = ('firmware-atheros\n'
|
2023-07-11 06:48:53 +00:00
|
|
|
'firmware-bnx2\n'
|
|
|
|
'firmware-bnx2x\n'
|
|
|
|
'firmware-brcm80211\n'
|
|
|
|
'firmware-iwlwifi\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'firmware-linux\n'
|
|
|
|
'firmware-linux-nonfree\n'
|
2023-07-11 06:48:53 +00:00
|
|
|
'firmware-libertas\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'firmware-misc-nonfree\n'
|
2023-07-11 06:48:53 +00:00
|
|
|
'firmware-netxen\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'firmware-realtek\n'
|
2023-08-27 10:41:53 +00:00
|
|
|
'firmware-ralink\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'firmware-zd1211\n'
|
2023-07-11 06:48:53 +00:00
|
|
|
)
|
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# Binary packages shared by all
|
2023-09-05 14:38:55 +00:00
|
|
|
BINARY_LIST_SHARED = ('efibootmgr\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'grub-common\n'
|
|
|
|
'grub2-common\n'
|
|
|
|
'grub-efi\n'
|
|
|
|
'libefiboot1\n'
|
|
|
|
'libefivar1\n'
|
|
|
|
'mokutil\n'
|
|
|
|
'os-prober\n'
|
|
|
|
'shim-signed\n'
|
|
|
|
'shim-signed-common\n'
|
|
|
|
'shim-unsigned\n'
|
|
|
|
)
|
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# Binary packages shared by 64bit
|
2023-09-05 14:38:55 +00:00
|
|
|
BINARY_LIST_64 = ('grub-efi-amd64\n'
|
2023-07-11 06:48:53 +00:00
|
|
|
'grub-efi-amd64-bin\n'
|
|
|
|
'grub-efi-amd64-signed\n'
|
|
|
|
'shim-helpers-amd64-signed\n'
|
2023-08-24 06:16:56 +00:00
|
|
|
'grub-efi-ia32-bin\n'
|
2023-07-11 06:48:53 +00:00
|
|
|
)
|
|
|
|
|
2024-05-12 23:15:35 +00:00
|
|
|
# Binary packages shared by 64bit
|
|
|
|
BINARY_LIST_64SRV = ('grub-efi-amd64\n'
|
|
|
|
'grub-efi-amd64-bin\n'
|
|
|
|
'grub-efi-amd64-signed\n'
|
|
|
|
'shim-helpers-amd64-signed\n'
|
|
|
|
'grub-efi-ia32-bin\n'
|
|
|
|
)
|
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# Binary packages shared by ARM
|
2023-09-05 14:38:55 +00:00
|
|
|
BINARY_LIST_ARM = ('grub-efi-arm64\n'
|
2023-07-11 06:48:53 +00:00
|
|
|
'grub-efi-arm64-bin\n'
|
|
|
|
'grub-efi-arm64-signed\n'
|
|
|
|
'shim-helpers-arm64-signed\n'
|
|
|
|
)
|
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# Binary packages shared by 32bit
|
2023-09-05 14:38:55 +00:00
|
|
|
BINARY_LIST_32 = ('grub-efi-ia32\n'
|
2023-07-11 06:48:53 +00:00
|
|
|
'grub-efi-ia32-bin\n'
|
|
|
|
'grub-efi-ia32-signed\n'
|
|
|
|
'grub-efi-ia32-bin\n'
|
|
|
|
'shim-helpers-i386-signed\n'
|
|
|
|
)
|
|
|
|
|
|
|
|
### END Inflate
|
|
|
|
|
|
|
|
# Set the LB configs
|
2023-12-11 04:47:17 -01:00
|
|
|
# Shared by all
|
|
|
|
LBSET_MAIN_SHARED = ('lb config noauto'
|
|
|
|
' --archive-areas "main contrib non-free non-free-firmware"'
|
|
|
|
' --apt-recommends true --backports false'
|
|
|
|
' --binary-images iso-hybrid --cache true'
|
|
|
|
' --checksums sha512 --clean --color'
|
|
|
|
' --firmware-binary true --firmware-chroot false'
|
|
|
|
' --iso-application "PeppermintOS"'
|
|
|
|
' --iso-preparer "PeppermintOS-https://peppermintos.com/"'
|
|
|
|
' --iso-publisher "Peppermint OS Team"'
|
|
|
|
' --iso-volume "PeppermintOS" --mode debian --quiet'
|
2024-06-13 11:29:59 +00:00
|
|
|
' --security true --zsync false'
|
|
|
|
' --updates true --win32-loader false'
|
2023-12-11 04:47:17 -01:00
|
|
|
)
|
2023-07-11 06:48:53 +00:00
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# Shared by architecture
|
2024-06-13 11:29:59 +00:00
|
|
|
LBSET_SHARED_32 = (' --architectures i386 --linux-flavours 686-pae'
|
|
|
|
' --uefi-secure-boot enable')
|
|
|
|
LBSET_SHARED_64 = (' --architectures amd64 --linux-flavours amd64')
|
2023-12-11 04:47:17 -01:00
|
|
|
LBSET_SHARED_ARM = (' --architectures arm64 --linux-flavours arm64'
|
|
|
|
' --bootstrap-qemu-arch arm64 --bootloaders grub-efi'
|
|
|
|
' --bootstrap-qemu-static /usr/sbin/qemu-debootstrap'
|
|
|
|
)
|
2023-07-11 06:48:53 +00:00
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# Shared By Debian
|
|
|
|
LBSET_DEBIAN_SHARED = (
|
|
|
|
' --distribution bookworm'
|
|
|
|
' --mirror-bootstrap https://deb.debian.org/debian'
|
|
|
|
' --parent-mirror-bootstrap https://deb.debian.org/debian'
|
|
|
|
' --parent-mirror-chroot https://deb.debian.org/debian'
|
|
|
|
' --parent-mirror-chroot-security https://security.debian.org/debian-security'
|
|
|
|
' --parent-mirror-binary https://deb.debian.org/debian'
|
|
|
|
' --parent-mirror-binary-security https://security.debian.org/debian-security'
|
|
|
|
' --mirror-chroot https://deb.debian.org/debian'
|
|
|
|
' --mirror-chroot-security https://security.debian.org/debian-security'
|
|
|
|
)
|
2023-07-11 06:48:53 +00:00
|
|
|
|
2023-12-11 04:47:17 -01:00
|
|
|
# Shared By Devuan
|
|
|
|
LBSET_DEVUAN_SHARED = (
|
|
|
|
' --distribution daedalus'
|
|
|
|
' --initsystem sysvinit'
|
|
|
|
' --mirror-bootstrap http://deb.devuan.org/merged'
|
|
|
|
' --parent-mirror-bootstrap http://deb.devuan.org/merged'
|
|
|
|
' --parent-mirror-chroot http://deb.devuan.org/merged'
|
|
|
|
' --parent-mirror-chroot-security http://deb.devuan.org/merged'
|
|
|
|
' --parent-mirror-binary http://deb.devuan.org/merged'
|
|
|
|
' --parent-mirror-binary-security http://deb.devuan.org/merged'
|
|
|
|
' --mirror-chroot http://deb.devuan.org/merged'
|
|
|
|
' --mirror-chroot-security http://deb.devuan.org/merged'
|
|
|
|
)
|
|
|
|
|
|
|
|
# Private by ISO build not shared
|
|
|
|
LBSET_PRIVATE_DEB32 = (' --image-name "PeppermintOS-Debian-32"')
|
|
|
|
LBSET_PRIVATE_DEB64 = (' --image-name "PeppermintOS-Debian-64"')
|
|
|
|
LBSET_PRIVATE_DEV32 = (' --image-name "PeppermintOS-Devuan-32"')
|
|
|
|
LBSET_PRIVATE_DEV64 = (' --image-name "PeppermintOS-Devuan-64"')
|
|
|
|
LBSET_PRIVATE_DEBARM = (' --image-name "PeppermintOS-Debian-ARM"')
|
|
|
|
LBSET_PRIVATE_DEVARM = (' --debootstrap-options "--merged-usr"'
|
2024-03-18 10:32:02 -01:00
|
|
|
' --image-name "PeppermintOS-Devuan-ARM"')
|
2024-05-09 13:10:35 +00:00
|
|
|
LBSET_PRIVATE_LOADED_DEB64 = (' --image-name "PeppermintOS-Loaded-Debian-64"')
|
|
|
|
LBSET_PRIVATE_LOADED_DEV64 = (' --image-name "PeppermintOS-Loaded-Devuan-64"')
|
2024-06-14 10:14:38 +00:00
|
|
|
LBSET_PRIVATE_LOADED_DEB32 = (' --image-name "PeppermintOS-Loaded-Debian-32"')
|
|
|
|
LBSET_PRIVATE_LOADED_DEV32 = (' --image-name "PeppermintOS-Loaded-Devuan-32"')
|
2024-04-29 11:30:11 +00:00
|
|
|
|
2024-06-14 10:14:38 +00:00
|
|
|
# Private to de server and mini builds
|
2024-05-09 13:10:35 +00:00
|
|
|
LBSET_SHARED_INSTALLER_DEB = (' --debian-installer-distribution "bookworm"'
|
|
|
|
' --debian-installer-gui true'
|
2024-05-12 23:15:35 +00:00
|
|
|
)
|
2024-05-09 13:10:35 +00:00
|
|
|
LBSET_SHARED_INSTALLER_DEV = (' --debian-installer-distribution "daedalus"'
|
|
|
|
' --debian-installer-gui true'
|
|
|
|
' --parent-mirror-debian-installer http://deb.devuan.org/devuan'
|
2024-05-12 23:15:35 +00:00
|
|
|
)
|
2024-05-28 13:36:25 +00:00
|
|
|
LBSET_SHARED_INSTALLER_MINI = (' --debootstrap-options --include=zstd,locales,dialog,krb5-locales'
|
|
|
|
' --debian-installer cdrom'
|
2024-05-28 13:11:33 +00:00
|
|
|
)
|
2024-05-09 13:10:35 +00:00
|
|
|
LBSET_PRIVATE_SERVER_DEB64 = (' --image-name "PeppermintOS-server-Debian-64"'
|
2024-05-28 13:36:25 +00:00
|
|
|
' --debian-installer live'
|
2024-05-12 23:15:35 +00:00
|
|
|
)
|
2024-05-09 13:10:35 +00:00
|
|
|
LBSET_PRIVATE_SERVER_DEV64 = (' --image-name "PeppermintOS-server-Devuan-64"'
|
|
|
|
' --debian-installer live'
|
2024-05-12 23:15:35 +00:00
|
|
|
)
|
2024-05-28 13:11:33 +00:00
|
|
|
LBSET_PRIVATE_MINI_DEB64 = (' --image-name "PeppermintOS-mini-Debian-64"')
|
|
|
|
LBSET_PRIVATE_MINI_DEV64 = (' --image-name "PeppermintOS-mini-Devuan-64"')
|
|
|
|
LBSET_PRIVATE_MINI_DEB32 = (' --image-name "PeppermintOS-mini-Debian-32"')
|
|
|
|
LBSET_PRIVATE_MINI_DEV32 = (' --image-name "PeppermintOS-mini-Devuan-32"')
|
2023-12-11 04:47:17 -01:00
|
|
|
|
|
|
|
# These are the correct order combined LB commands for the builds by ISO name
|
|
|
|
# these are used during the pipeline building process.
|
2024-06-19 07:04:00 +00:00
|
|
|
LBSET_DEB32 = (LBSET_MAIN_SHARED + LBSET_SHARED_32
|
|
|
|
+ LBSET_DEBIAN_SHARED + LBSET_PRIVATE_DEB32
|
2023-07-11 06:48:53 +00:00
|
|
|
)
|
2023-12-11 04:47:17 -01:00
|
|
|
LBSET_DEB64 = (LBSET_MAIN_SHARED + LBSET_SHARED_64 + LBSET_DEBIAN_SHARED
|
|
|
|
+ LBSET_PRIVATE_DEB64
|
|
|
|
)
|
|
|
|
LBSET_DEV32 = (LBSET_MAIN_SHARED + LBSET_SHARED_32 + LBSET_DEVUAN_SHARED
|
|
|
|
+ LBSET_PRIVATE_DEV32
|
|
|
|
)
|
|
|
|
LBSET_DEV64 = (LBSET_MAIN_SHARED + LBSET_SHARED_64 + LBSET_DEVUAN_SHARED
|
|
|
|
+ LBSET_PRIVATE_DEV64
|
|
|
|
)
|
2023-12-19 02:50:14 -01:00
|
|
|
LBSET_DEVarm =(LBSET_MAIN_SHARED + LBSET_SHARED_ARM + LBSET_DEVUAN_SHARED
|
2023-12-11 04:47:17 -01:00
|
|
|
+ LBSET_PRIVATE_DEVARM
|
|
|
|
)
|
2023-12-19 02:50:14 -01:00
|
|
|
LBSET_DEBarm =(LBSET_MAIN_SHARED + LBSET_SHARED_ARM + LBSET_DEBIAN_SHARED
|
2023-12-11 04:47:17 -01:00
|
|
|
+ LBSET_PRIVATE_DEBARM
|
2023-07-11 06:48:53 +00:00
|
|
|
)
|
2024-05-12 23:15:35 +00:00
|
|
|
LBSET_DEBLD64 = (LBSET_MAIN_SHARED + LBSET_SHARED_64 + LBSET_DEBIAN_SHARED
|
|
|
|
+ LBSET_PRIVATE_LOADED_DEB64
|
|
|
|
)
|
|
|
|
LBSET_DEVLD64 = (LBSET_MAIN_SHARED + LBSET_SHARED_64 + LBSET_DEVUAN_SHARED
|
|
|
|
+ LBSET_PRIVATE_LOADED_DEV64
|
|
|
|
)
|
2024-06-14 10:52:45 +00:00
|
|
|
LBSET_DEBLD32 = (LBSET_MAIN_SHARED + LBSET_SHARED_32 + LBSET_DEBIAN_SHARED
|
2024-06-14 10:14:38 +00:00
|
|
|
+ LBSET_PRIVATE_LOADED_DEB32
|
|
|
|
)
|
2024-06-14 10:52:45 +00:00
|
|
|
LBSET_DEVLD32 = (LBSET_MAIN_SHARED + LBSET_SHARED_32 + LBSET_DEVUAN_SHARED
|
2024-06-14 10:14:38 +00:00
|
|
|
+ LBSET_PRIVATE_LOADED_DEV32
|
|
|
|
)
|
2024-05-12 23:15:35 +00:00
|
|
|
LBSET_DEBSRV64 = (LBSET_MAIN_SHARED + LBSET_SHARED_64 + LBSET_DEBIAN_SHARED
|
|
|
|
+ LBSET_PRIVATE_SERVER_DEB64 + LBSET_SHARED_INSTALLER_DEB
|
|
|
|
)
|
|
|
|
LBSET_DEVSRV64 = (LBSET_MAIN_SHARED + LBSET_SHARED_64 + LBSET_DEVUAN_SHARED
|
|
|
|
+ LBSET_PRIVATE_SERVER_DEV64 + LBSET_SHARED_INSTALLER_DEV
|
|
|
|
)
|
|
|
|
LBSET_DEBMIN64 = (LBSET_MAIN_SHARED + LBSET_SHARED_64 + LBSET_DEBIAN_SHARED
|
|
|
|
+ LBSET_PRIVATE_MINI_DEB64 + LBSET_SHARED_INSTALLER_DEB
|
2024-05-28 13:11:33 +00:00
|
|
|
+ LBSET_SHARED_INSTALLER_MINI
|
2024-05-12 23:15:35 +00:00
|
|
|
)
|
|
|
|
LBSET_DEVMIN64 = (LBSET_MAIN_SHARED + LBSET_SHARED_64 + LBSET_DEVUAN_SHARED
|
|
|
|
+ LBSET_PRIVATE_MINI_DEB64 + LBSET_SHARED_INSTALLER_DEV
|
2024-05-28 13:11:33 +00:00
|
|
|
+ LBSET_SHARED_INSTALLER_MINI
|
2024-05-12 23:15:35 +00:00
|
|
|
)
|
|
|
|
LBSET_DEBMIN32 = (LBSET_MAIN_SHARED + LBSET_SHARED_32 + LBSET_DEBIAN_SHARED
|
|
|
|
+ LBSET_PRIVATE_MINI_DEB32 + LBSET_SHARED_INSTALLER_DEB
|
2024-05-28 13:11:33 +00:00
|
|
|
+ LBSET_SHARED_INSTALLER_MINI
|
2024-05-12 23:15:35 +00:00
|
|
|
)
|
|
|
|
LBSET_DEVMIN32 = (LBSET_MAIN_SHARED + LBSET_SHARED_32 + LBSET_DEVUAN_SHARED
|
|
|
|
+ LBSET_PRIVATE_MINI_DEB32 + LBSET_SHARED_INSTALLER_DEV
|
2024-05-28 13:11:33 +00:00
|
|
|
+ LBSET_SHARED_INSTALLER_MINI
|
2024-05-12 23:15:35 +00:00
|
|
|
)
|