syntax check before parsing config files
[grml-debootstrap.git] / grml-debootstrap
2023-12-07 Patrick Schleizersyntax check before parsing config files
2023-12-07 Patrick Schleizeradjust use of `dialog` for new error handling method
2023-12-07 Patrick Schleizeradjust options parsing for new error handling method
2023-12-07 Patrick Schleizertrigger error handler as soon as possible
2023-12-07 Patrick Schleizeradjust stages executing for new error handling method
2023-12-07 Patrick Schleizeradjust use of `dialog` for new error handling method
2023-12-07 Patrick Schleizerfix use of `eend` in `cleanup` function
2023-12-07 Patrick Schleizerdon't suppress stderr of rmdir "$MNTPOINT"
2023-12-07 Patrick Schleizerfix `cleanup` function
2023-12-07 Patrick Schleizerfix `cleanup` function
2023-12-07 Patrick Schleizercode simplification
2023-12-07 Patrick Schleizerremove obsolete uses of `eend $?`
2023-12-07 Patrick Schleizeruse `|| eend $?` consistently in `cleanup` function
2023-12-07 Patrick Schleizerenable error handler by default
2023-11-17 Michael ProkopMerge remote-tracking branch 'origin/pr/239'
2023-11-17 Michael ProkopMerge remote-tracking branch 'origin/pr/245'
2023-11-17 Michael ProkopMerge remote-tracking branch 'origin/pr/241'
2023-11-17 Chris HofstaedtlerRemove manual setup of /dev contents
2023-11-17 Chris Hofstaedtlershellcheck: ignore SC2001,SC2181
2023-11-17 Chris Hofstaedtlershellcheck: fix some warnings
2023-11-17 Michael ProkopMerge remote-tracking branch 'origin/pr/242'
2023-11-17 Michael ProkopMerge remote-tracking branch 'origin/pr/243'
2023-11-17 Chris HofstaedtlerSkip EFI support check if --vm is given
2023-11-17 Chris HofstaedtlerStop using sed when creating CHROOT_VARIABLES
2023-11-17 Chris HofstaedtlerDrop support for installing releases before jessie
2023-11-17 Chris Hofstaedtlerswraid: remove code for lenny
2023-11-17 Chris Hofstaedtlergrub_install: remove pre-jessie code
2023-11-17 Michael ProkopMerge remote-tracking branch 'origin/pr/238'
2023-11-11 Chris Hofstaedtlergrml-debootstrap: support BOOT_APPEND in --vm mode
2023-10-25 Michael ProkopMerge remote-tracking branch 'origin/pr/230'
2023-10-25 Patrick Schleizercode simplification: drop NOP usage of eend 0
2023-10-25 Michael ProkopMerge remote-tracking branch 'origin/pr/214'
2023-10-25 Michael ProkopMerge remote-tracking branch 'origin/pr/226'
2023-10-23 Patrick Schleizerimprove error handling
2023-10-23 Michael ProkopMerge remote-tracking branch 'origin/pr/223'
2023-10-21 Patrick Schleizerdisable prompt/wait by tune2fs
2023-10-16 GavinPaciniInitial arm64 support mika/arm64
2023-10-16 Michael ProkopMerge remote-tracking branch 'origin/pr/216'
2023-10-14 Daniel WinzenAdd support for legacy BIOS boot to efi VM images
2023-10-13 Michael ProkopMerge remote-tracking branch 'origin/pr/213'
2023-10-13 Daniel WinzenAdd EFI support for VMs
2023-02-20 Michael ProkopDisable ext4 metadata_csum_seed for Debian releases...
2023-02-06 Michael ProkopUse bookworm as new default release + update release...
2023-02-06 Michael ProkopSupport new non-free repository component for Debian...
2022-11-25 Michael ProkopMerge remote-tracking branch 'origin/pr/196'
2022-07-03 Daniel WinzenAdd option to pass extra options to initrd generator
2022-07-01 Daniel WinzenAdd dracut support
2021-12-07 Michael ProkopMerge remote-tracking branch 'origin/pr/190'
2021-12-06 Michael ProkopVMs: create partition with alignment starting at 4MiB...
2021-12-03 Michael ProkopDrop leftover KEYRING code
2021-06-24 Michael ProkopFix git version detection when executing in foreign...
2021-06-04 Michael ProkopMerge remote-tracking branch 'origin/pr/177'
2021-06-04 Michael ProkopMerge remote-tracking branch 'origin/pr/176'
2021-06-04 Michael ProkopMerge remote-tracking branch 'origin/pr/175'
2021-06-02 Paul MenzelSupport XFS in VMs by including xfs driver in grub...
2021-06-02 Paul MenzelCorrect indentation in switch statement
2021-05-31 Michael ProkopMerge remote-tracking branch 'origin/pr/174'
2021-05-27 Michael ProkopEFI support: check + mount efivarfs to support Debian... mika/efivarfs
2021-05-21 Michael ProkopAvoid installation of os-proper in VM environments
2021-05-21 Michael ProkopBail out if architecture isn't set nor can be identifie...
2021-04-15 Michael ProkopUse shorter fs label for EFI partition to not break...
2021-01-22 Michael ProkopMerge remote-tracking branch 'origin/pr/161'
2021-01-20 Michael ProkopF2FS filesystem doesn't support errors=remount-ro mount...
2021-01-20 Michael ProkopSupport F2FS in VMs by including f2fs driver in grub...
2021-01-19 Michael ProkopDo not enable escape characters on dumb terminals
2020-12-23 Michael ProkopUse bullseye as default Debian release
2020-10-02 Michael ProkopImprove EFI detection by checking for /sys/firmware/efi
2020-09-03 Michael ProkopFix shellcheck issue SC2174
2020-06-03 Michael ProkopMerge remote-tracking branch 'origin/pr/155'
2020-06-03 Michael ProkopRefactor new --sshcopyid behavior into separate cmdline... mika/gh153
2020-06-03 Michael ProkopMerge remote-tracking branch 'origin/pr/153'
2020-02-25 Antoine Beaupréadd .ssh/authorized_keys support for --sshcopyid
2019-12-13 Michael ProkopCheck for existence of debootstrap binary after command...
2019-12-13 Michael ProkopProvide workaround for Debian bug #918590 with lvm...
2019-10-15 Michael ProkopMerge remote-tracking branch 'origin/pr/140'
2019-10-15 Michael ProkopMerge remote-tracking branch 'origin/pr/141'
2019-10-15 Michael ProkopMerge remote-tracking branch 'origin/pr/142'
2019-08-21 Michael ProkopSupport BOOT_APPEND usage outside of VMs
2019-06-13 Michael ProkopEnsure /etc/network exists before setting up /etc/netwo... mika/buster
2019-05-31 Michael ProkopFix detection of predictable network interface names
2019-03-02 Michael Prokopsshcopyid option: exit if `ssh-add -L` fails to execute
2019-03-02 Michael ProkopMerge remote-tracking branch 'origin/pr/129'
2019-03-02 Michael ProkopMerge remote-tracking branch 'origin/pr/127'
2019-03-02 Darshaka PathiranaAdd option --sshcopyid to authorise root login
2019-03-02 Darshaka PathiranaAdd DHCP setting for Predictable Network Interface...
2019-01-25 Michael ProkopUpdate bug report instructions
2019-01-24 Michael ProkopReplace http with https where possible
2019-01-24 Michael ProkopSupport mmdebstrap via DEBOOTSTRAP=mmdebstrap
2019-01-23 Michael ProkopMerge remote-tracking branch 'origin/pr/118'
2019-01-18 Michael ProkopBind-mount /run/udev in target system as workaround...
2018-12-30 Michael ProkopAdd preliminary support for Debian/bullseye (AKA Debian...
2018-12-30 Michael ProkopSupport and default to Debian/buster release, update...
2018-12-14 Michael ProkopMerge remote-tracking branch 'origin/pr/116'
2018-12-14 Darshaka PathiranaDo not create target directory in /dev
2018-11-14 Michael ProkopMerge remote-tracking branch 'remotes/origin/pr/113'
2018-11-14 Michael ProkopReport "Device-mapper support missing in kernel." as...
2018-11-14 Michael ProkopMerge remote-tracking branch 'origin/pr/111'
2018-11-14 Michael ProkopMerge remote-tracking branch 'origin/pr/112'
2018-11-14 Darshaka PathiranaImprove cleanup of loop devices
2018-09-09 Patrick Schleizercode style; einfo GRUB_INSTALL; document GRUB_INSTALL
next