]> git.ipfire.org Git - people/ms/bricklayer.git/history - src
master: Generate a random label for the disk image
[people/ms/bricklayer.git] / src /
2021-05-27  Michael Tremermaster: Generate a random label for the disk image
2021-05-25  Michael Tremermaster: Install a kernel and device-mapper for build
2021-05-25  Michael Tremermaster: Throw away dracut logs
2021-05-25  Michael Tremermaster: Ensure that the kernel in the build and live...
2021-05-18  Michael Tremermaster: Pakfire now supports different architectures...
2021-05-18  Michael Tremermaster: Install kernel and create an initramdisk
2021-05-13  Michael Tremermaster: Install some extra modules which not pre-loaded
2021-05-13  Michael Tremermaster: Install temporary system and call grub-mkstanda...
2021-05-12  Michael Tremerbricklayer-master: Experimentally install GRUB on CD
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 TremerAdd scaffolding of a script that masters an ISO image
2021-05-10  Michael TremerSet the first install status in unattended installations
2021-05-10  Michael TremerAdd dummy systemd files
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
2021-05-05  Michael Tremerlang: Do not translate language names
2021-05-05  Michael TremerAdd disk selection using parted
2021-05-05  Michael Tremerlang: Select the default language
2021-05-05  Michael Tremertui: Take a dictionary with values and description
2021-05-05  Michael TremerAdd a language selection
2021-05-05  Michael Tremerunattended: Show warning before starting installation
2021-05-05  Michael TremerAdd steps and a simple proof-of-concept welcome step
2021-05-05  Michael Tremertui: Add function to show a simple message window
2021-05-05  Michael Tremertui: Setup screen with some helptext
2021-05-05  Michael TremerAdd scaffolding for a text user interface
2021-05-05  Michael Tremercli: Add switch for unattended mode
2021-05-05  Michael Tremerbricklayer: Store test mode
2021-05-05  Michael TremerAdd logging
2021-05-05  Michael TremerAdd basic CLI scaffolding
2021-05-04  Michael TremerAdd autotools