From: Daan De Meyer Date: Fri, 20 Dec 2024 09:04:41 +0000 (+0100) Subject: debug-generator: add a kernel cmdline option to pause the boot process (#35410) X-Git-Tag: v258-rc1~1801 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dec47e58a632d77ae22ff8a3dafd5752810c92b1;p=thirdparty%2Fsystemd.git debug-generator: add a kernel cmdline option to pause the boot process (#35410) Introduce the `systemd.break=` kernel command line option to allow stopping the boot process at a certain point and spawn a debug shell. After exiting this shell, the system will resume booting. It accepts the following values: - `pre-udev`: before starting to process kernel uevents (initrd and host). - `pre-basic`: before leaving early boot and regular services start (initrd and host). - `pre-mount`: before the root filesystem is mounted (initrd). - `pre-switch-root`: before switching root (initrd). --- dec47e58a632d77ae22ff8a3dafd5752810c92b1