]> git.ipfire.org Git - people/ms/bricklayer.git/history - src/python
backend: Send all Pakfire messages up to the logger
[people/ms/bricklayer.git] / src / python /
2025-03-25  Michael Tremerbackend: Send all Pakfire messages up to the logger master
2025-03-25  Michael Tremerpasswords: Implement setting the root password
2025-03-15  Michael Tremertui: Don't try to automatically size the text on progre...
2025-03-15  Michael Tremerbricklayer: Allow to customize the unattended timeout...
2025-03-15  Michael Tremertui: Receive the title in the start callback
2025-03-15  Michael Tremertui: Remove unused progress callbacks
2025-03-15  Michael Tremertui: Add a status callback
2025-03-14  Michael Tremertui: Set maximum value later on progress windows
2025-03-14  Michael Tremersteps: Use the new Transaction class to install packages
2025-03-14  Michael Tremertui: Register with the Pakfire progress callback
2025-03-14  Michael Tremerbricklayer: Read Pakfire configuration and don't pass...
2025-03-14  Michael Tremerbackend: Create the Pakfire context only once
2025-02-16  Michael Tremerpython: Use context to initialize Pakfire
2025-02-16  Michael Tremerpasswords: Run a quality check before accepting the...
2025-02-16  Michael Tremerstep: Fix import of Pakfire errors
2023-09-14  Michael TremerGRUB: Do not enable the VGA console when installing...
2023-09-14  Michael TremerAdd switch to ignore kernel cmdline options
2023-09-14  Michael TremerAllow to enable serial console on the command line
2023-09-14  Michael Tremerbootloader: Correctly configure the serial console...
2023-09-14  Michael Tremertui: Fix selection menu for multiple entries
2023-09-14  Michael TremerDo not install any additional packages
2023-02-25  Michael Tremerkeymaps: Apply the setting
2023-02-25  Michael TremerTUI: Ignore the default value if it does not exist
2023-02-25  Michael Tremerkeymaps: Refactor how we ignore any errors
2023-02-25  Michael Tremercommands: Don't process output if the command failed
2023-02-25  Michael TremerImplement selecting a keymap
2023-02-24  Michael Tremeri18n: Rename language to locale
2023-02-05  Michael Tremercmdline: Parse installer.unattended from cmdline
2023-02-05  Michael Tremercmdline: Use installer as a prefix instead of bricklayer
2023-02-05  Michael Tremerbootloaders: Set kernel command line options
2023-02-05  Michael Tremerbootloaders: Configure serial console in GRUB
2023-02-05  Michael TremerParse the kernel command line
2023-02-05  Michael Tremerbootloaders: Enable serial console for GRUB if enabled
2023-02-05  Michael Tremerbootloaders: Write a proper GRUB configuration file
2022-12-01  Michael Tremerdisk: Set filesystem to auto
2022-11-29  Michael Tremerdisk: Write /etc/fstab to the installed system
2022-11-29  Michael Tremerbootloader: Don't use Pakfire jail to run GRUB commands
2022-11-28  Michael TremerSet root password
2022-11-28  Michael Tremerbootloaders: Map /dev into jail & generate config
2022-11-28  Michael Tremerbootloaders: Disable GRUB EFI
2022-11-28  Michael Tremerpackages: Log which packages are being installed
2022-11-28  Michael TremerInstall some more packages
2022-11-09  Michael TremerStop installing "@Base" since Pakfire no longer support...
2022-11-09  Michael Tremerpakfire: Remove confirm callback
2022-05-09  Michael Tremerunattended: Show a success message at the end of the...
2022-05-09  Michael Tremerunattended: Move warning message later to show more...
2022-05-09  Michael Tremerdisk: Use wipefs(8) to remove any previous signatures
2022-05-09  Michael Tremerdisks: Moving scan into an extra step
2022-05-09  Michael Tremerdisks: Fix automatic disk selection in unattended mode
2022-05-09  Michael Tremerpakfire: Allow passing a specific configuration file
2022-05-09  Michael Tremerpakfire: Use new status callback feature
2022-05-09  Michael Tremerpakfire: Configure confirm callback
2021-12-09  Michael Tremerpackages: Make it clearer what is being installed
2021-12-09  Michael Tremerpackages: Use Pakfire callbacks to show progress
2021-12-09  Michael Tremertui: Export some callbacks for the progress window
2021-12-09  Michael Tremerdisk: Set PARTITION_ESP if unset
2021-05-12  Michael TremerAdd debug shell
2021-05-11  Michael Tremerdisk: Switch to btrfs as default filesystem
2021-05-11  Michael Tremerdisk: Drop test disk size
2021-05-10  Michael TremerSet the first install status in unattended installations
2021-05-10  Michael Tremertui: Fix return values when the callback wasn't callable
2021-05-10  Michael Tremerdisks: Do not scan for disks before the step is run
2021-05-10  Michael TremerAdd "first install" mode to do configuration later
2021-05-10  Michael Tremersteps: Move TUI into Step class
2021-05-10  Michael Tremerbootloaders: Remove comment from package install code
2021-05-10  Michael Tremerbootloaders: Create special partitions only if needed
2021-05-10  Michael TremerAdd installation of bootloaders
2021-05-09  Michael TremerAdd timezone selection
2021-05-09  Michael TremerImplement dependency resolving and package installation
2021-05-09  Michael TremerAdd a step for the root password
2021-05-08  Michael Tremertui: Allow user to cancel the installation process
2021-05-08  Michael TremerDrop test mode
2021-05-08  Michael Tremertui: Default to zero when no value is given
2021-05-08  Michael Tremertui: Merge multi-select into select window
2021-05-08  Michael Tremertui: Refactor progress window
2021-05-08  Michael Tremertui: Add own implementation of button and list choice...
2021-05-08  Michael TremerMount/umount filesystems
2021-05-08  Michael TremerShow message window when creating the partition layout
2021-05-08  Michael Tremerwelcome: Merge language selection into welcome screen
2021-05-08  Michael Tremertui: Move from sub-module to normal file
2021-05-08  Michael TremerImplement passing disk images on the command line
2021-05-08  Michael Tremerdisk: Show status window when formatting partitions
2021-05-08  Michael Tremertui: Make progressbar optional for progress windows
2021-05-08  Michael Tremerdisks: Shut down storage when leaving the installer
2021-05-08  Michael Tremerdisk: Add step that creates filesystems
2021-05-08  Michael TremerMount image as loop device in test mode
2021-05-08  Michael Tremercommand: Add function to call shell commands
2021-05-08  Michael Tremerdisk: Destroy the old partition table before writing...
2021-05-08  Michael Tremerdisk: Skip more devices we cannot use
2021-05-08  Michael Tremerdisk: Add automatic partitioning steps
2021-05-08  Michael TremerTUI: Make error messages wider for better traceback...
2021-05-07  Michael Tremerdisk: Show disk size in list
2021-05-07  Michael Tremerdisk: Create a fake disk in test mode
2021-05-05  Michael TremerImprove helpline with information about test/unattended...
2021-05-05  Michael TremerShow release information on main screen
2021-05-05  Michael TremerShow a congratulations message when the installation...
2021-05-05  Michael TremerRead /etc/os-release to fetch release information
2021-05-05  Michael Tremersteps: Add convenience wrapper to disable steps in...
2021-05-05  Michael TremerCatch any exceptions and show an error message
2021-05-05  Michael Tremerlang: Make the language selection work
next