grml-debootstrap.git
2024-02-24 Michael ProkopRelease new version 0.108 master v0.108
2024-02-02 Michael ProkopMerge remote-tracking branch 'origin/pr/272'
2024-02-02 Darshaka PathiranaMove try_umount above cleanup()
2024-02-02 Michael ProkopRelease new version 0.107 v0.107
2024-01-26 Michael ProkopMerge remote-tracking branch 'origin/pr/269'
2024-01-23 Antoine Beaupréfix debootstrap error handler
2023-12-23 Michael ProkopRelease new version 0.106 v0.106
2023-12-23 Michael ProkopMerge remote-tracking branch 'origin/pr/265'
2023-12-23 Michael ProkopMerge remote-tracking branch 'origin/pr/264'
2023-12-23 Michael ProkopMerge remote-tracking branch 'origin/pr/262'
2023-12-23 Michael ProkopMerge remote-tracking branch 'origin/pr/261'
2023-12-23 Chris Hofstaedtlerci: enable test-build on pushes to branches and periodic
2023-12-23 Chris HofstaedtlerMerge pull request #261 from grml/mika/stretch
2023-12-22 Patrick Schleizerconsistently use same code path for umounting
2023-12-22 Patrick Schleizerremove noops "eend $RC"
2023-12-22 Patrick Schleizerimproved error handling, removed RC=$? noops
2023-12-22 Michael ProkopInstall busybox On Debian/stretch as it's required... mika/stretch
2023-12-22 Michael ProkopMerge remote-tracking branch 'origin/pr/259'
2023-12-22 Michael Prokopcoding style: use '[' instead of 'test'
2023-12-22 Michael ProkopMerge remote-tracking branch 'origin/pr/255'
2023-12-12 Patrick Schleizerconsistently use ESP label for the EFI system partition
2023-12-11 Patrick Schleizerfix error handling for unmounting on the arm64 architecture
2023-12-11 Patrick Schleizerstyle fix: always use "${MNTPOINT}"/boot/efi
2023-12-07 Patrick Schleizernot enabling stretch security repository
2023-12-07 Patrick Schleizerimprove error handling for EFI uuid
2023-12-07 Patrick Schleizerignore exit code of blkid as it might fail on some...
2023-12-07 Patrick Schleizerci: enable `--debug`
2023-12-07 Patrick Schleizerignore non-zero exist codes of `modprobe loop` and...
2023-12-07 Patrick Schleizerthe first `rmdir "$MNTPOINT"` needs `|| true`
2023-12-07 Patrick Schleizerignore exit codes of umount during cleanup function
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 Schleizerchroot-script: properly quote stage execution code
2023-12-07 Patrick Schleizertrigger error handler as soon as possible
2023-12-07 Patrick Schleizercode simplification of stages executing
2023-12-07 Patrick Schleizeradjust stages executing for new error handling method
2023-12-07 Patrick Schleizerremove obsolete `|| return 1`
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-12-07 Michael ProkopRelease new version 0.105 v0.105
2023-12-07 Michael ProkopDon't install busybox any longer by default
2023-12-07 Michael ProkopMerge remote-tracking branch 'origin/pr/254'
2023-12-07 Michael ProkopMerge remote-tracking branch 'origin/pr/249'
2023-12-07 Michael ProkopMerge remote-tracking branch 'origin/pr/251'
2023-11-22 Patrick SchleizerAvoid intermediary installation of initramfs-tools...
2023-11-18 Chris Hofstaedtlerci: fix shellcheck for test scripts
2023-11-18 Chris Hofstaedtlerci: disable progress output from apt-get
2023-11-17 Michael ProkopMerge remote-tracking branch 'origin/pr/247'
2023-11-17 Michael ProkopMerge remote-tracking branch 'origin/pr/246'
2023-11-17 Chris HofstaedtlerRemove empty shell-based test suite
2023-11-17 Chris HofstaedtlerRemove shadowconfig call
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 HofstaedtlerGitHub Actions: add shellcheck to PR workflow
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 Hofstaedtlerpacker: remove pre-jessie code
2023-11-17 Chris Hofstaedtlerswraid: remove code for lenny
2023-11-17 Chris Hofstaedtlerchrootmirror: remove pre-jessie code
2023-11-17 Chris Hofstaedtlerd/control: record (actual) minimum debootstrap version
2023-11-17 Chris Hofstaedtlergrub_install: use same method for checking grub-install...
2023-11-17 Chris Hofstaedtlergrub_install: remove pre-jessie code
2023-11-17 Chris Hofstaedtlerkernel selection: drop 2.6 specific kernel image support
2023-11-17 Chris Hofstaedtlerkernel selection: drop pre-jessie code
2023-11-17 Michael ProkopMerge remote-tracking branch 'origin/pr/238'
2023-11-16 Chris HofstaedtlerREADME: replace build status badge
2023-11-16 Chris HofstaedtlerGitHub Actions: build and test grml-debootstrap in PRs
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 Michael ProkopMerge remote-tracking branch 'origin/pr/227'
2023-10-25 Patrick Schleizercode simplification: drop NOP usage of eend 0
2023-10-25 Patrick Schleizerdebian: add dosfstools to Depends for EFI use case
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-23 Michael ProkopMerge remote-tracking branch 'origin/pr/220'
2023-10-21 Patrick Schleizerdisable prompt/wait by tune2fs
2023-10-19 Patrick Schleizerremove unnecessary unicode from chroot-script
2023-10-19 Michael ProkopMerge remote-tracking branch 'origin/pr/218'
2023-10-19 Patrick Schleizerremove unnecessary unicode from config
2023-10-16 GavinPaciniInitial arm64 support mika/arm64
2023-10-16 Michael ProkopMerge remote-tracking branch 'origin/pr/217'
2023-10-16 Patrick Schleizeradd mmdebstrap as alternative to (c)debootstrap
2023-10-16 Michael ProkopMerge remote-tracking branch 'origin/pr/216'
next