grml-debootstrap.git
14 years agoUpdate documentation regarding /etc/debootstrap/config. v0.34
Michael Prokop [Mon, 22 Feb 2010 23:21:20 +0000 (00:21 +0100)]
Update documentation regarding /etc/debootstrap/config.

14 years agoSpecify nopackages in cmdline handling.
Michael Prokop [Mon, 22 Feb 2010 23:12:15 +0000 (00:12 +0100)]
Specify nopackages in cmdline handling.

14 years agoDocument --nopackages option usage screen.
Michael Prokop [Mon, 22 Feb 2010 23:10:35 +0000 (00:10 +0100)]
Document --nopackages option usage screen.

14 years agoFix minor typo in config file comment.
Michael Prokop [Mon, 22 Feb 2010 22:48:12 +0000 (23:48 +0100)]
Fix minor typo in config file comment.

14 years agoSupport config variable RM_APTCACHE.
Michael Prokop [Mon, 22 Feb 2010 22:46:58 +0000 (23:46 +0100)]
Support config variable RM_APTCACHE.

14 years agoIntroduce option --nopackages
Michael Prokop [Mon, 22 Feb 2010 22:34:30 +0000 (23:34 +0100)]
Introduce option --nopackages

14 years agoRevert "Updated grml-debootstrap parameter handling"
Michael Prokop [Mon, 22 Feb 2010 22:25:17 +0000 (23:25 +0100)]
Revert "Updated grml-debootstrap parameter handling"
This reverts commit 190788f7894ad368ea24d27b8acc2cef7db692d4.

14 years agoSlightly improve checks for grub-install/update-grub.
Michael Prokop [Mon, 22 Feb 2010 21:31:14 +0000 (22:31 +0100)]
Slightly improve checks for grub-install/update-grub.

14 years agoDisplay executed debootstrap cmdline when running it.
Michael Prokop [Mon, 22 Feb 2010 21:23:55 +0000 (22:23 +0100)]
Display executed debootstrap cmdline when running it.

14 years agoMove the apt cache removal function to the end to avoid failure of grub installation.
Michael Prokop [Mon, 22 Feb 2010 21:17:57 +0000 (22:17 +0100)]
Move the apt cache removal function to the end to avoid failure of grub installation.

14 years agoBump Standards-Version to 3.8.4; update changelog for release 0.33. v0.33
Michael Prokop [Mon, 15 Feb 2010 21:33:06 +0000 (22:33 +0100)]
Bump Standards-Version to 3.8.4; update changelog for release 0.33.

14 years agoUpdated unit test for latest changes
Ulrich Dangel [Sat, 30 Jan 2010 15:44:08 +0000 (16:44 +0100)]
Updated unit test for latest changes

14 years agoUpdated grml-debootstrap parameter handling
Tong Sun [Sat, 30 Jan 2010 15:41:48 +0000 (16:41 +0100)]
Updated grml-debootstrap parameter handling

14 years agoAdded unit tests for cmddlineopts.clp
Ulrich Dangel [Tue, 29 Dec 2009 17:44:31 +0000 (18:44 +0100)]
Added unit tests for cmddlineopts.clp

14 years agoFix sed usage for fall back to old behaviour in MBR handling
Michael Prokop [Fri, 18 Dec 2009 11:30:47 +0000 (12:30 +0100)]
Fix sed usage for fall back to old behaviour in MBR handling

14 years agoMove remove_apt_cache behind stage extrapackages
Michael Prokop [Tue, 15 Dec 2009 02:38:37 +0000 (03:38 +0100)]
Move remove_apt_cache behind stage extrapackages

14 years agoUpdate TODO (drop grub2 issue which has been implemented already)
Michael Prokop [Mon, 14 Dec 2009 23:43:54 +0000 (00:43 +0100)]
Update TODO (drop grub2 issue which has been implemented already)

14 years agoUpdate changelog for release 0.33.
Michael Prokop [Mon, 14 Dec 2009 23:42:10 +0000 (00:42 +0100)]
Update changelog for release 0.33.

14 years agoMerge branch 't/pre_scripts'
Michael Prokop [Mon, 14 Dec 2009 23:33:02 +0000 (00:33 +0100)]
Merge branch 't/pre_scripts'

14 years agoUse apt-get clean instead of manually removing files in /var/cache/apt/archives
Michael Prokop [Mon, 14 Dec 2009 23:26:46 +0000 (00:26 +0100)]
Use apt-get clean instead of manually removing files in /var/cache/apt/archives

14 years agoMerge commit 'remotes/origin/t/remove_apt_cache'
Michael Prokop [Mon, 14 Dec 2009 23:25:25 +0000 (00:25 +0100)]
Merge commit 'remotes/origin/t/remove_apt_cache'

14 years agoadd doku about --pre-scripts
Michael Gebetsroither [Sat, 5 Dec 2009 17:27:09 +0000 (18:27 +0100)]
add doku about --pre-scripts

14 years agoadd default config and activate pre_scripts there
Michael Gebetsroither [Sat, 5 Dec 2009 17:26:55 +0000 (18:26 +0100)]
add default config and activate pre_scripts there

14 years agointroduce --pre-scripts to be executed before chroot-scripts
Michael Gebetsroither [Sat, 5 Dec 2009 16:16:19 +0000 (17:16 +0100)]
introduce --pre-scripts to be executed before chroot-scripts

14 years agoremove cached debs to reduce diskpace during bootstrap
Michael Gebetsroither [Thu, 3 Dec 2009 21:21:07 +0000 (22:21 +0100)]
remove cached debs to reduce diskpace during bootstrap

Signed-off-by: Michael Gebetsroither <michael@mgeb.org>
14 years agoInstall to directory: normalise the path to an absolute directory name.
Michael Prokop [Thu, 3 Dec 2009 18:21:18 +0000 (19:21 +0100)]
Install to directory: normalise the path to an absolute directory name.

14 years agoOnly set PARTITION=1 if target is a block device.
Ulrich Dangel [Thu, 3 Dec 2009 21:06:57 +0000 (22:06 +0100)]
Only set PARTITION=1 if target is a block device.

14 years agoSwitched order of including cmdlineopts.clp, first check local directory
Ulrich Dangel [Thu, 3 Dec 2009 20:43:02 +0000 (21:43 +0100)]
Switched order of including cmdlineopts.clp, first check local directory
and afterwards system directory.

14 years agoRemove trailing whitespace from debian/rules
Ulrich Dangel [Thu, 3 Dec 2009 20:39:58 +0000 (21:39 +0100)]
Remove trailing whitespace from debian/rules

14 years agoAdjusted Filename comment in cmdlineopts.clp
Ulrich Dangel [Thu, 3 Dec 2009 18:41:06 +0000 (19:41 +0100)]
Adjusted Filename comment in cmdlineopts.clp

14 years agoRemove duplicate : in getopt definition. Caused wrong parameter handling.
Ulrich Dangel [Thu, 3 Dec 2009 18:29:42 +0000 (19:29 +0100)]
Remove duplicate : in getopt definition. Caused wrong parameter handling.

14 years agohandle /dev/shm/* as directory, not as an mountpoint
Michael Gebetsroither [Thu, 3 Dec 2009 17:10:22 +0000 (18:10 +0100)]
handle /dev/shm/* as directory, not as an mountpoint

14 years agoReplace /bin/true with true in chroot-script
Ulrich Dangel [Sun, 22 Nov 2009 14:24:42 +0000 (15:24 +0100)]
Replace /bin/true with true in chroot-script

14 years agoInstall signal handler to always cleanup chroot.
Ulrich Dangel [Sun, 22 Nov 2009 14:21:23 +0000 (15:21 +0100)]
Install signal handler to always cleanup chroot.

14 years agoAlways execute install_policy_rcd in chroot [Closes: issue778]
Ulrich Dangel [Sun, 22 Nov 2009 14:20:20 +0000 (15:20 +0100)]
Always execute install_policy_rcd in chroot [Closes: issue778]

14 years agoAdjusted umount handling in bailout() to work with set -e
Ulrich Dangel [Sun, 22 Nov 2009 13:55:27 +0000 (14:55 +0100)]
Adjusted umount handling in bailout() to work with set -e

14 years agoDo not run MAKEDEV inside the chroot.
Ulrich Dangel [Sun, 15 Nov 2009 15:48:50 +0000 (16:48 +0100)]
Do not run MAKEDEV inside the chroot.

14 years agoSupport and enable per default --keyring option. [Closes: issue746]
Ulrich Dangel [Wed, 11 Nov 2009 17:20:40 +0000 (18:20 +0100)]
Support and enable per default --keyring option. [Closes: issue746]

14 years agoDo not provide the 'install bootloader into partition' feature in the interactive...
Michael Prokop [Thu, 29 Oct 2009 00:41:33 +0000 (01:41 +0100)]
Do not provide the 'install bootloader into partition' feature in the interactive menu.

14 years agoAdd backwards compability checks and NEWS file v0.32
Michael Prokop [Wed, 28 Oct 2009 22:44:11 +0000 (23:44 +0100)]
Add backwards compability checks and NEWS file

14 years agoDrop deprecated sarge specific code
Michael Prokop [Wed, 28 Oct 2009 22:30:02 +0000 (23:30 +0100)]
Drop deprecated sarge specific code

14 years agoUpdate for release
Michael Prokop [Wed, 28 Oct 2009 22:25:32 +0000 (23:25 +0100)]
Update for release

14 years agoExecute blockdev to reread partition table; replace vol_id with blkid
Michael Prokop [Wed, 28 Oct 2009 21:43:48 +0000 (22:43 +0100)]
Execute blockdev to reread partition table; replace vol_id with blkid

14 years agoDrop support for Etch, simplify grub handling
Michael Prokop [Wed, 28 Oct 2009 20:42:37 +0000 (21:42 +0100)]
Drop support for Etch, simplify grub handling

14 years agoUpdate for release 0.31 v0.31
Michael Prokop [Sat, 24 Oct 2009 09:18:21 +0000 (11:18 +0200)]
Update for release 0.31

14 years agoMove displaying installation notes into umount_chroot()
Michael Prokop [Sat, 24 Oct 2009 01:26:46 +0000 (03:26 +0200)]
Move displaying installation notes into umount_chroot()

14 years agoFix typo in GRUB_CMDLINE_LINUX
Michael Prokop [Sat, 24 Oct 2009 01:20:38 +0000 (03:20 +0200)]
Fix typo in GRUB_CMDLINE_LINUX

14 years agoDrop -y from update-grub when using grub2
Michael Prokop [Sat, 24 Oct 2009 01:16:43 +0000 (03:16 +0200)]
Drop -y from update-grub when using grub2

14 years agoAdjust grub handling and support INSTALL_NOTES
Michael Prokop [Sat, 24 Oct 2009 00:48:20 +0000 (02:48 +0200)]
Adjust grub handling and support INSTALL_NOTES

14 years agoUse cdn.debian.net as default mirror
Michael Prokop [Sat, 24 Oct 2009 00:05:39 +0000 (02:05 +0200)]
Use cdn.debian.net as default mirror

14 years agoUpdate changelog
Michael Prokop [Fri, 23 Oct 2009 23:45:48 +0000 (01:45 +0200)]
Update changelog

14 years agoAdjust grubdevice() handling and install grub-pc
Michael Prokop [Fri, 23 Oct 2009 22:35:45 +0000 (00:35 +0200)]
Adjust grubdevice() handling and install grub-pc

14 years agoBump Standards-Version to 3.8.3 v0.30
Michael Prokop [Fri, 11 Sep 2009 01:16:06 +0000 (03:16 +0200)]
Bump Standards-Version to 3.8.3

14 years agoAdjust programm version in script
Michael Prokop [Fri, 11 Sep 2009 01:09:57 +0000 (03:09 +0200)]
Adjust programm version in script

14 years agoUpdate documentation for --arch option
Michael Prokop [Fri, 11 Sep 2009 01:08:33 +0000 (03:08 +0200)]
Update documentation for --arch option

14 years agoAdded cmdline option for specifying target architecture
Ulrich Dangel [Thu, 10 Sep 2009 13:22:51 +0000 (15:22 +0200)]
Added cmdline option for specifying target architecture

Allow to specify target architecture to install correct kernel inside
the chroot and not kernel for host architecture

14 years agoBump Standard Version to 3.8.2 v0.29
Michael Prokop [Fri, 24 Jul 2009 07:48:01 +0000 (09:48 +0200)]
Bump Standard Version to 3.8.2

14 years agoUpdate changelog for release
Michael Prokop [Fri, 24 Jul 2009 07:46:50 +0000 (09:46 +0200)]
Update changelog for release

14 years agoDo not continue execution if provided mirror doesn't work
Michael Prokop [Fri, 24 Jul 2009 07:46:21 +0000 (09:46 +0200)]
Do not continue execution if provided mirror doesn't work

14 years agoDo not display mountpoint if we are using the default one
Michael Prokop [Wed, 8 Jul 2009 20:33:46 +0000 (22:33 +0200)]
Do not display mountpoint if we are using the default one

14 years agoUpdate THANKS file
Michael Prokop [Wed, 8 Jul 2009 00:50:49 +0000 (02:50 +0200)]
Update THANKS file

14 years agoMinor doc improvements
Michael Prokop [Wed, 8 Jul 2009 00:43:00 +0000 (02:43 +0200)]
Minor doc improvements

14 years agoUse ls for locating /dev/md* devices
Michael Prokop [Wed, 8 Jul 2009 00:39:25 +0000 (02:39 +0200)]
Use ls for locating /dev/md* devices

14 years agoApply patch which address the /dev/cciss/c0d0* issue
Michael Prokop [Wed, 8 Jul 2009 00:34:09 +0000 (02:34 +0200)]
Apply patch which address the /dev/cciss/c0d0* issue

14 years agoMention hostname in configuration check dialog
Michael Prokop [Wed, 8 Jul 2009 00:26:32 +0000 (02:26 +0200)]
Mention hostname in configuration check dialog

14 years agoDo not try to create /etc/debootstrap if it already exists
Michael Prokop [Wed, 8 Jul 2009 00:08:14 +0000 (02:08 +0200)]
Do not try to create /etc/debootstrap if it already exists

14 years agoSlightly improve wording of -t and -p options
Michael Prokop [Wed, 8 Jul 2009 00:06:03 +0000 (02:06 +0200)]
Slightly improve wording of -t and -p options

14 years agoDo not adjust mydestination and myhostname in /etc/postfix/main.cf
Michael Prokop [Tue, 7 Jul 2009 23:51:27 +0000 (01:51 +0200)]
Do not adjust mydestination and myhostname in /etc/postfix/main.cf

14 years agoUse 'pri=0' as example for swap partition in /etc/fstab
Michael Prokop [Tue, 7 Jul 2009 23:42:20 +0000 (01:42 +0200)]
Use 'pri=0' as example for swap partition in /etc/fstab

14 years agoFix -t option when not using a device
Michael Prokop [Tue, 7 Jul 2009 23:40:09 +0000 (01:40 +0200)]
Fix -t option when not using a device

14 years agoInstall busybox in kernel stage
Michael Prokop [Tue, 7 Jul 2009 23:20:33 +0000 (01:20 +0200)]
Install busybox in kernel stage

14 years agoUpdate program version in script v0.28
Michael Prokop [Tue, 16 Jun 2009 14:13:04 +0000 (16:13 +0200)]
Update program version in script

14 years agoUpdate changelog
Michael Prokop [Tue, 16 Jun 2009 14:12:39 +0000 (16:12 +0200)]
Update changelog

14 years agoWürgaround for changed chpasswd options
Ulrich Dangel [Tue, 16 Jun 2009 13:46:54 +0000 (15:46 +0200)]
Würgaround for changed chpasswd options

Signed-off-by: Ulrich Dangel <uli@spamt.net>
14 years agochroot-script: put installation of kernel before installing additional packages v0.27
Michael Prokop [Fri, 8 May 2009 16:18:02 +0000 (18:18 +0200)]
chroot-script: put installation of kernel before installing additional packages

14 years agocheck for mounted target in mkfs() step already instead of mount_target()
Michael Prokop [Fri, 8 May 2009 13:43:58 +0000 (15:43 +0200)]
check for mounted target in mkfs() step already instead of mount_target()

14 years agouse '.. to the debootstrap command' in description of --debopt
Michael Prokop [Fri, 8 May 2009 13:38:54 +0000 (15:38 +0200)]
use '.. to the debootstrap command' in description of --debopt

14 years agoDrop the 'do not prompt for partition dialog if swraid has been configured already'
Michael Prokop [Fri, 8 May 2009 13:22:20 +0000 (15:22 +0200)]
Drop the 'do not prompt for partition dialog if swraid has been configured already'

14 years agoSupport selection of netinstall vs. local mirror in interactive menu
Michael Prokop [Fri, 8 May 2009 13:21:59 +0000 (15:21 +0200)]
Support selection of netinstall vs. local mirror in interactive menu

14 years agoReplace tabs with spaces
Michael Prokop [Fri, 8 May 2009 13:21:34 +0000 (15:21 +0200)]
Replace tabs with spaces

14 years agoBugfix: change order of checkconfiguration()
Michael Prokop [Fri, 8 May 2009 12:47:31 +0000 (14:47 +0200)]
Bugfix: change order of checkconfiguration()

14 years agoSupport setting aptitude/apt-get options through $DPKG_OPTIONS
Michael Prokop [Fri, 8 May 2009 12:29:00 +0000 (14:29 +0200)]
Support setting aptitude/apt-get options through $DPKG_OPTIONS

14 years agoAdjust version number in script
Michael Prokop [Fri, 8 May 2009 11:54:14 +0000 (13:54 +0200)]
Adjust version number in script

14 years agoBump Standard version to 3.8.1
Michael Prokop [Fri, 8 May 2009 11:53:54 +0000 (13:53 +0200)]
Bump Standard version to 3.8.1

14 years agoBugfix: ignore /dev/md* when skipping SW-RAID
Michael Prokop [Fri, 8 May 2009 11:51:40 +0000 (13:51 +0200)]
Bugfix: ignore /dev/md* when skipping SW-RAID

14 years agoSupport setting Debian mirror components
Michael Prokop [Fri, 8 May 2009 11:51:16 +0000 (13:51 +0200)]
Support setting Debian mirror components

15 years agoAdd /dev/md* to partition list v0.26
Michael Prokop [Tue, 17 Mar 2009 09:48:47 +0000 (10:48 +0100)]
Add /dev/md* to partition list

15 years agoDo not use UUID on SW-RAID
Michael Prokop [Tue, 17 Mar 2009 09:14:34 +0000 (10:14 +0100)]
Do not use UUID on SW-RAID

15 years agoBump version to 0.25, update changelog v0.25
Michael Prokop [Sat, 7 Mar 2009 13:39:12 +0000 (14:39 +0100)]
Bump version to 0.25, update changelog

15 years agoProvide $MNTPOINT as environment variable
Michael Prokop [Sat, 7 Mar 2009 13:15:54 +0000 (14:15 +0100)]
Provide $MNTPOINT as environment variable

15 years agoUse $RELEASE as default in interactive setup script
Michael Prokop [Sat, 7 Mar 2009 13:13:39 +0000 (14:13 +0100)]
Use $RELEASE as default in interactive setup script

15 years agoDrop $CHROOTMIRROR variable v0.24
Michael Prokop [Wed, 4 Mar 2009 17:53:51 +0000 (18:53 +0100)]
Drop $CHROOTMIRROR variable

15 years agoAdjust size of release dialog
Michael Prokop [Wed, 4 Mar 2009 16:38:43 +0000 (17:38 +0100)]
Adjust size of release dialog

15 years agoDrop sarge from interface, docs and script
Michael Prokop [Wed, 4 Mar 2009 16:37:38 +0000 (17:37 +0100)]
Drop sarge from interface, docs and script

15 years agoMove asciidoc, docbook-xsl, xsltproc to Build-Depends-Indep
Michael Prokop [Wed, 4 Mar 2009 16:14:53 +0000 (17:14 +0100)]
Move asciidoc, docbook-xsl, xsltproc to Build-Depends-Indep

15 years agoAdd initial support for Debian/lenny; update VCS headers
Michael Prokop [Wed, 4 Mar 2009 16:12:12 +0000 (17:12 +0100)]
Add initial support for Debian/lenny; update VCS headers

15 years agoUse configure $MIRROR and $HOSTNAME as defaults in interactive script
Michael Prokop [Wed, 4 Mar 2009 15:17:13 +0000 (16:17 +0100)]
Use configure $MIRROR and $HOSTNAME as defaults in interactive script

15 years agoUpdate documentation
Michael Prokop [Wed, 10 Dec 2008 10:08:14 +0000 (11:08 +0100)]
Update documentation

15 years agoensure --chroot-scripts always works v0.23
Tong Sun [Mon, 24 Nov 2008 22:51:59 +0000 (17:51 -0500)]
ensure --chroot-scripts always works

Make sure --chroot-scripts still works if its path does
not end with /chroot-scripts.

no sure it is necessary though.

15 years agoFix _opt_chroot_scripts typo, thanks Tong Sun
Michael Prokop [Mon, 24 Nov 2008 22:29:58 +0000 (23:29 +0100)]
Fix _opt_chroot_scripts typo, thanks Tong Sun