Identify UUID of target system even if it's SWRAID or a mountpoint
[grml-debootstrap.git] / grml-debootstrap
2017-12-08 Michael ProkopIdentify UUID of target system even if it's SWRAID...
2017-09-23 Michael ProkopFix a bunch of typos
2017-07-09 BigoUpdate /dev and /dev/pts mount from --bind to proper...
2017-01-26 Michael ProkopDebian stretch is the new default release
2017-01-24 Evgeni Golovdon't fiddle around with /etc/hosts
2017-01-24 Michael ProkopHonor GRUB_DISABLE_LINUX_UUID=true for all Debian releases
2016-12-15 Stefan SchlesingerExport TARGET_HOSTNAME before running post-scripts
2016-09-22 Michael ProkopDisable ^metadata_csum' feature when creating ext fs...
2016-07-15 Michael ProkopHide errors during loading of efivars module
2016-04-13 Michael ProkopAdd EFI support via --efi <device> option
2016-02-22 Michael ProkopNo longer depend on mksh + drop check for mksh
2016-02-22 Sebastian PippingEnsure that MBR jumping to GRUB's core.img code
2016-02-22 Sebastian PippingMark first partition bootable
2016-02-22 Sebastian PippingUse parted to create partition table (issue #90)
2015-12-17 Patrick Schleizerimproved amd64 on i386 build attempt bailout msg
2015-06-17 Paul MenzelUse official redirector address httpredir.debian.org [1]
2015-06-10 Michael ProkopReport CONFFILES usage in config overview
2015-06-05 Michael ProkopDisplay error message if --vmfile and --grub are used...
2015-06-04 Michael ProkopMake mountpoint output silent
2015-06-04 Michael ProkopDisable SCRIPTS by default, replaced by POST_SCRIPTS
2015-06-04 Michael ProkopMake check for GRUB_DISABLE_LINUX_UUID more stable
2015-06-04 Michael ProkopRun code for --remove-configs before unmounting chroot
2015-06-04 Michael ProkopWrite hostname to installed system (fix for bedb4090)
2015-06-04 Michael ProkopFix syntax error for introduced in 91f2e990ca65aa367
2015-06-04 Michael ProkopProvide new option --remove-configs to delete grml...
2015-06-04 Michael ProkopHonor GRUB_DISABLE_LINUX_UUID=true and don't set root...
2015-06-04 Michael ProkopEnsure that grub-pc is installed in VMs even when using...
2015-06-04 Michael ProkopProvide hostname to pre-scripts by setting up /etc...
2015-06-04 Michael ProkopExplicitely set LANGUAGE=C to avoid possible locale...
2015-06-04 Michael ProkopRename --scripts to --post-scripts for consistency
2015-06-04 Michael ProkopDo not copy `packages` file if --nopackages option...
2015-06-04 Michael ProkopImprove --vm and --vmfile usage instructions
2015-06-04 Michael ProkopDon't try to re-read partition table when building...
2015-06-04 Michael ProkopProvide workaround for GRUB font path bug in jessie...
2015-06-04 Michael ProkopImprove check for identifying underlying block device
2015-06-03 Michael ProkopDrop contrib + non-free from default COMPONENTS, suppor...
2015-05-08 Patrick Schleizerimplemented trap ERR for grml-debootstrap and chroot...
2015-05-08 Sebastian PippingInstall GRUB once, at most (second take, issue #78)
2015-05-08 Sebastian PippingRevert "Check for grub-mkimage when creating virtual...
2015-05-08 Michael ProkopMerge remote-tracking branch 'hartwork:one-more-umount...
2015-05-08 Sebastian PippingAdd support for installation of Debian stretch (issue...
2015-05-08 Sebastian PippingNo longer write too many disk ID bytes (issue #75)
2015-05-08 Sebastian PippingMount and unmount /dev/pts for chrooting (issue #39)
2015-05-06 Sebastian PippingFix unmounting [..]/dev once more (issue #50)
2015-03-10 Michael ProkopDefine ewarn function to properly display warning messages
2015-03-10 Sebastian PippingAdd missing escaping of user input (issue #58)
2015-03-10 Sebastian PippingSource cmdlineopts.clp from same folder as grml-deboots...
2015-03-10 Sebastian PippingFixed version reported when run from Git (issue #55)
2015-03-10 Sebastian PippingCheck for grub-mkimage when creating virtual machine...
2015-03-10 Michael ProkopDo not stop hosts' SSH + mdadm services in cleanup...
2015-02-27 Patrick SchleizerBreak when using unsupported generic codenames "stable...
2015-02-27 Sebastian PippingTry unmounting [..]/dev harder
2014-12-11 Michael ProkopAdjust filesystem check for new blkid behaviour
2014-10-13 Michael ProkopFix check for available /dev/md* devices
2014-10-13 Michael ProkopSupport GRUB as present in Debian/jessie in VM builds
2014-10-13 Michael ProkopExecute kpartx in sync mode to avoid race conditions
2014-10-13 Michael ProkopAlways use UUIDs for GRUB booting in VMs instead of...
2014-10-13 Michael ProkopDo not use fixed disk identifiers by default
2014-10-13 Michael ProkopFix some further issues identified by shellcheck
2014-10-13 Patrick SchleizerUse UUIDs in /boot/grub/grub.cfg for VM builds rather...
2014-10-13 Michael ProkopMake disk identifier configurable via DISK_IDENTIFIER...
2014-10-13 Michael ProkopSupport MKFS_OPTS variable + use -F option in mkfs...
2014-10-13 Michael ProkopAdd support for jessie in dialog based user interface
2014-10-13 Michael ProkopUse jessie as new default release
2014-07-29 Patrick SchleizerAdjust locale handling (LANG/LANGUAGE) to match with...
2014-07-03 Michael ProkopMerge branch 'master' of https://github.com/zeha/grml...
2014-04-26 Christian HofstaedtlerAdd option --vm to install VMs into LVs and such
2014-04-20 Michael ProkopProvide option --defaultinterfaces to install default...
2014-04-20 Michael ProkopSet up default /etc/network/interfaces with dhcp for...
2014-04-18 Michael ProkopSupport --nokernel option to skip installation of defau...
2014-04-18 Michael ProkopCopy /etc/network/interfaces from host system, unless...
2014-04-15 Michael ProkopSupport execution of --grub when installing to target...
2014-04-15 Michael ProkopProvide --debug option for very verbose execution
2014-04-15 Michael ProkopSwitch default filesystem from ext3 to ext4
2014-03-07 Michael ProkopAbort if FIXED_DISK_IDENTIFIERS is set but mkfs.* does...
2014-03-07 Patrick SchleizerSupport FIXED_DISK_IDENTIFIERS option, useful for repro...
2014-02-24 Michael ProkopMerge branch 'version' of https://github.com/adrelanos...
2014-02-20 Patrick SchleizerIt is not possible to build amd64 on i386. Break when...
2014-02-19 Patrick Schleizergrml-debootstrap own version detection code simplification
2014-02-17 Patrick Schleizergrml-debootstrap own version detection code simplification
2013-11-12 Michael ProkopDrop URL to release notes from script header
2013-11-12 Michael ProkopFix usage of configuration variables
2013-11-08 Michael ProkopMention that "raw format" is used for vmfile option
2013-10-21 Michael ProkopSupport overriding configuration via environment variables
2013-10-15 Michael ProkopInstall grub to main md device when installing on SW...
2013-10-15 Michael ProkopSupport $DEFAULT_LOCALES to enable specified locales...
2013-02-07 Markus RekkenbeilAdd new feature "backportrepos" (trigger: --backportrepos )
2013-02-04 Michael ProkopUse http.debian.net as default mirror
2013-02-04 Evgeni Golovdon't fail to ask for a password if there is no TTY
2012-12-31 Michael ProkopMerge branch 'mika/wheezy_release'
2012-12-17 Michael ProkopSet wheezy as the new default release [Closes: #688234]
2012-12-17 Michael ProkopDo not hardcode squeeze as Debian/stable
2012-12-17 Evgeni Golovadd BOOT_APPEND to GRUB_CMDLINE_LINUX_DEFAULT
2012-08-14 Evgeni Golovadd BOOT_APPEND to GRUB_CMDLINE_LINUX_DEFAULT
2012-08-14 Evgeni Golovadd a fallback mirror to be added in case when a local...
2012-08-01 Evgeni GolovDebian ISOs do not contain signed Release files
2012-08-01 Evgeni Golovdebootstrap from an ISO when ISO is set as MIRROR is...
2012-08-01 Evgeni Golovset ISO to file:$ISO, not to file:$1 which is just...
2012-06-07 Michael Prokopdm-mod: also check for device-mapper support using...
2012-05-15 Darshaka Pathiranadisplay architecture in checkconfiguration summary
next