live-bootstrap/steps/improve
Gábor Stefanik d50ecd58e8 Improve pseudo-interactive prompts using the early bash
By wrapping $(cat) in an eval, redirections and other advanced
syntax can now work in the early prompts.
Also, since "set -E" is broken is the early bash, fall back to
using "set -e" and an EXIT trap, until we can upgrade to a bash
version that already has working "set -E", or perhaps backport
it to 2.05b.
2024-02-05 10:02:34 +01:00
..
after.sh Fix "no job control in this shell" in final Bash prompt 2024-01-30 02:50:36 +01:00
clean_sources.sh Ensure sources are always cleaned the same 2024-01-26 10:29:57 +11:00
cleanup_filesystem.sh Cleanup the filesystem at end of bootstrap 2024-01-26 10:29:57 +11:00
finalize_fhs.sh Support reboot in non-chroot modes using grub and an init script 2024-02-04 16:54:13 +01:00
finalize_job_count.sh Restore multicore build support with kernel-bootstrap 2024-01-08 12:56:15 +01:00
get_network.sh Linters & CI updates 2023-12-15 21:44:43 +11:00
make_bootable.sh Support reboot in non-chroot modes using grub and an init script 2024-02-04 16:54:13 +01:00
merged_usr.sh Use merged usr throughout the entire bootstrap 2024-01-26 10:29:18 +11:00
musl_libdir.sh Linters & CI updates 2023-12-15 21:44:43 +11:00
null_time.sh Linters & CI updates 2023-12-15 21:44:43 +11:00
open_console.sh Improve pseudo-interactive prompts using the early bash 2024-02-05 10:02:34 +01:00
populate_device_nodes.sh Open shells on virtual terminals for monitoring in interactive mode 2024-01-30 02:50:36 +01:00
setup_repo.sh Linters & CI updates 2023-12-15 21:44:43 +11:00
swap.sh Support reboot in non-chroot modes using grub and an init script 2024-02-04 16:54:13 +01:00
update_checksums.sh Do update checksums when building with `--update-checksums` 2023-12-27 12:36:46 +01:00
update_env.sh Allow update_env to incorporate runtime changes to bootstrap.cfg 2024-01-08 12:55:19 +01:00