Add stretch to release-table and update lenny installation instructions
[grml-debootstrap.git] / chroot-script
2015-06-04 Michael ProkopAlways remove /boot/grub/device.map to avoid leaking...
2015-06-03 Michael ProkopDrop contrib + non-free from default COMPONENTS, suppor...
2015-06-03 Michael ProkopInstall firmware-linux only when non-free is among...
2015-05-08 Michael ProkopUse full fingerprint instead of short GPG key ids for...
2015-05-08 Patrick Schleizerimplemented trap ERR for grml-debootstrap and chroot...
2015-05-08 Sebastian PippingFix grub-install invocation for post-wheezy releases...
2014-10-13 Michael ProkopFix linux-image package check for Debian/jessie 32bit
2014-10-13 Michael ProkopFix some minor issues identified by shellcheck
2014-10-13 Michael ProkopAdd sources.list support for squeeze-lts
2014-08-30 Markus RekkenbeilAdd set process for /etc/mailname [Closes: issue1315]
2014-07-29 Patrick SchleizerAdjust locale handling (LANG/LANGUAGE) to match with...
2014-04-20 Michael ProkopSet up default /etc/network/interfaces with dhcp for...
2014-04-18 Michael ProkopDo not enable security mirror for lenny release, being...
2014-04-18 Michael ProkopSupport --nokernel option to skip installation of defau...
2014-04-14 Christian HofstaedtlerFix smbfs example in fstab
2014-04-08 Michael ProkopExecute apt upgrade with DEBIAN_FRONTEND environment...
2014-01-28 Patrick Schleizeradded $DPKG_OPTIONS to all instances of apt-get and...
2013-11-12 Michael ProkopImprove error handling for update-locale
2013-10-15 Michael ProkopSupport $DEFAULT_LOCALES to enable specified locales...
2013-03-08 Evgeni Golovfix kernel image search on i386
2013-02-07 Markus RekkenbeilAdd new feature "backportrepos" (trigger: --backportrepos )
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-08-14 Evgeni GolovAdd firmware-linux-free to the packages to be installed
2012-08-14 Evgeni GolovDynamically determine the correct kernel package name
2012-08-14 Evgeni Golovadd a fallback mirror to be added in case when a local...
2012-08-14 Evgeni Golovremove local (file://) mirrors from sources.list
2012-08-01 Evgeni GolovDebian ISOs do not contain signed Release files
2012-05-14 Michael ProkopRemove chroot-script after execution
2012-04-23 Gregor ThillRemove the sysfs noauto entry from the installed fstab
2012-01-27 Michael Prokopgrub_install: slightly change message if grub is not...
2012-01-27 Michael ProkopRun upgrade procedure by default (disable via UPGRADE_S...
2011-10-14 Michael Prokopmake sure grub-pc is installed when grub option is...
2011-10-13 Michael Prokopsupport --grmlrepos command line option
2011-10-13 Michael ProkopSupport --nopassword option to not prompt for the root...
2011-10-13 Michael Prokopchroot-script: clarify error message iff packages is...
2011-08-10 Michael Prokopchroot-script: be more verbose about steps executed...
2011-08-10 Michael Prokopchroot-script: de-duplicate code WRT security mirror.
2011-07-26 Michael ProkopDrop "set -e" from the scripts.
2011-05-14 Michael ProkopBe quiet when checking for package precense.
2011-05-04 Michael ProkopImprove installed-check for packages that should be...
2011-03-11 Michael ProkopAdd security.debian.org to sources.list (except for...
2011-01-30 Christian Hofstaedtlerturn off Install-Recommends for our apt-get calls
2011-01-30 Christian HofstaedtlerInstall (non-free) firmware for Linux kernel
2010-12-28 Michael ProkopMove grub_install from grml-debootstrap to chroot-script.
2010-12-02 Michael ProkopUse /etc/apt/sources.list.d/grml.list for grml-repos...
2010-10-18 Christian Hofstaedtlerremove bashism "read -s" from chroot-script
2010-02-26 Michael ProkopDo NOT execute umount -a in chroot.
2010-02-22 Michael ProkopSupport config variable RM_APTCACHE.
2010-02-22 Michael ProkopSlightly improve checks for grub-install/update-grub.
2010-02-22 Michael ProkopMove the apt cache removal function to the end to avoid...
2009-12-15 Michael ProkopMove remove_apt_cache behind stage extrapackages
2009-12-14 Michael ProkopMerge branch 't/pre_scripts'
2009-12-14 Michael ProkopUse apt-get clean instead of manually removing files...
2009-12-14 Michael ProkopMerge commit 'remotes/origin/t/remove_apt_cache'
2009-12-03 Michael Gebetsroitherremove cached debs to reduce diskpace during bootstrap
2009-11-22 Ulrich DangelReplace /bin/true with true in chroot-script
2009-11-22 Ulrich DangelInstall signal handler to always cleanup chroot.
2009-11-22 Ulrich DangelAlways execute install_policy_rcd in chroot [Closes...
2009-11-15 Ulrich DangelDo not run MAKEDEV inside the chroot.
2009-10-28 Michael ProkopDrop deprecated sarge specific code
2009-10-28 Michael ProkopDrop support for Etch, simplify grub handling
2009-10-24 Michael ProkopFix typo in GRUB_CMDLINE_LINUX
2009-10-24 Michael ProkopDrop -y from update-grub when using grub2
2009-10-24 Michael ProkopAdjust grub handling and support INSTALL_NOTES
2009-10-23 Michael ProkopAdjust grubdevice() handling and install grub-pc
2009-07-07 Michael ProkopDo not adjust mydestination and myhostname in /etc...
2009-07-07 Michael ProkopUse 'pri=0' as example for swap partition in /etc/fstab
2009-07-07 Michael ProkopInstall busybox in kernel stage
2009-06-16 Ulrich DangelWürgaround for changed chpasswd options
2009-05-08 Michael Prokopchroot-script: put installation of kernel before instal... v0.27
2009-05-08 Michael ProkopSupport setting aptitude/apt-get options through $DPKG_...
2009-05-08 Michael ProkopSupport setting Debian mirror components
2009-03-17 Michael ProkopDo not use UUID on SW-RAID
2009-03-04 Michael ProkopDrop $CHROOTMIRROR variable v0.24
2008-11-21 Michael ProkopFix handling of /etc/hosts
2008-11-21 Michael ProkopFix check for chroot script directory
2008-11-21 Michael ProkopAdjust postfix configuration
2008-11-20 Michael ProkopAlways execute finalize(), based on patch by Tong Sun...
2008-11-20 Michael ProkopMerge branch 'chrootscripts'
2008-11-20 Michael ProkopSupport execution of further scripts
2008-11-12 Michael ProkopAdjust /etc/postfix/main.cf and /etc/network/interfaces
2008-10-06 Tong SunReapply previous missing various patches for the issues...
2008-10-05 Michael ProkopApply several patches by Tong Sun, update changelog
2008-09-02 Michael ProkopUse root=UUID=... by default, provide interface for...
2008-08-28 Michael ProkopRun aptitude with --without-recommends option
2008-08-28 Michael ProkopImprove passwords()
2008-08-28 Michael ProkopAllow use of comments in file /etc/debootstrap/packages...
2008-08-26 Michael ProkopProvide interactive configuration dialog, several bugfixes
2007-12-19 Michael ProkopDrop the second passwd call 0.16
2007-12-16 Michael ProkopMake sure the passwd command succeeds 0.15
2007-06-05 Michael ProkopSupport option -i/--iso: now it is possible to install...
2007-04-28 Michael ProkopMake sure stopping a service inside chroot-script does... 0.9
2007-04-28 Michael ProkopRewrote interfaces() code for handling of /etc/network...
2007-04-23 Michael ProkopFix syntax error in chroot-script
2007-04-23 Michael ProkopUse apt-pinning for grml-repository
2007-04-23 Michael ProkopAdjust gpg code
2007-04-22 Michael ProkopReturn always true in gpg code
2007-04-22 Michael ProkopFix typo in grml-repos code; use new stages in chroot...
2007-04-22 Michael ProkopAdjust GRMLREPOS in chroot-script
next