summaryrefslogtreecommitdiff
path: root/debian/mdadm.postinst
Commit message (Collapse)AuthorAge
* install systemd servicesMichael Tokarev2014-10-04
|
* removed AUTOSTART variable from /etc/default/mdadmMichael Tokarev2014-10-04
|
* removed references to MAIL_TO from /etc/default/mdadmMichael Tokarev2014-10-04
|
* removed references to /var/lib/mdadm and cleaned up scripts a bitMichael Tokarev2014-10-04
|
* remove reference to old mdctl packageMichael Tokarev2014-09-27
|
* remove support of makedevMichael Tokarev2014-09-27
|
* remove references to old (2.x and 1.x) mdadm versionsMichael Tokarev2014-09-27
|
* Use dh_installinit with --no-restart-on-upgrade, which will start arrays, ↵Dmitrijs Ledkovs2012-06-25
| | | | but will not stop them during upgrade.
* Call MAKEDEV to create device nodes only if MAKEDEV is installedmartin f. krafft2010-05-26
| | | | | Debian-bug: #569360 Signed-off-by: martin f. krafft <madduck@debian.org>
* No longer pass -k to modprobe,martin f. krafft2009-04-27
| | | | | | | | -k has has been deprecated for a long time; thanks to Jan Hudec Debian bug: #519999 Signed-off-by: martin f. krafft <madduck@debian.org>
* remove trailing whitespacemartin f. krafft2009-03-09
|
* update copyright year to 2008martin f. krafft2008-07-02
|
* remove $Id:$ leftovers from CVS/SVNmartin f. krafft2008-07-02
|
* remove mdrun completelymartin f. krafft2008-07-02
|
* Moved mdadm-raid init.d script to position S60 (from S50) for runlevels 0 ↵martin f. krafft2008-06-24
| | | | and 6, so that arrays get stopped after cryptdisks-early; thanks to J.M.Roth (closes: #486012).
* Depend on udev|makedev instead of just makedev and invoke /dev/MAKEDEV, not ↵martin f. krafft2007-10-09
| | | | /sbin/MAKEDEV (closes: #436998).
* Do not call update-initramfs -k all,martin f. krafft2007-10-09
| | | | | | | If the admin wants, he can set this via /etc/initramfs-tools/update-initramfs.conf debbug 439334
* bump copyright year to 2007madduck2007-10-07
|
* * Patch by Jørn V. Christensen to properly handle multiple email addressesmadduck2007-03-05
| | | | for the MAILADDR setting (closes: #413330).
* use --syslog and small fixesmadduck2006-12-13
|
* use -y instead of --syslog (see #402457)madduck2006-12-12
|
* * Export DAEMON_OPTIONS to /etc/default/mdadm, which gets passed to themadduck2006-12-08
| | | | | | mdadm daemon on startup from the init.d script. The value is set to --syslog by default, and will get incorporated into debconf in a future version.
* more cleanup of output messagesmadduck2006-10-26
|
* * Hide informational messages unless VERBOSE is set to a true value inmadduck2006-10-26
| | | | /etc/default/mdadm.
* * Now recommends module-init-tools.madduck2006-10-23
| | | | | * Hides ugly errors during configuration in the absense of module-init-tools or initramfs-tools.
* do not remove configuration file after mkconf failedmadduck2006-10-06
|
* improvements wrt mkconf and MAILADDR handlingmadduck2006-10-06
|
* * Correct error related to an unbound variable in postinst.madduck2006-09-13
| | | | | * Keeping medium urgency.
* typomadduck2006-08-23
|
* docs update and minor touchupsmadduck2006-08-20
|
* fixmadduck2006-08-20
|
* reordering udev delete before initramfs callmadduck2006-08-20
|
* Sorry for the large commit, I have been working all day and chaotically, somadduck2006-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is the reward. I am nearing a release, but it's not quite done... changelog so far (this is for the pending 2.5.3.git2006whatever-1 release, and includes previous "unreleased" entries). * Tracking upstream git releases. - now the --run switch behaves as stated in the manpage. This properly fixes #287415 - new version-1 partitionable arrays are now named X instead of _dX (e.g. 0 instead of _d0) for device names like md_dX. I actually think this is a bug and hope upstream will use dX (e.g. d0) instead in a future version. * Instead of trying to do a whole lot of magic with respect to detecting RAID devices to start, mdadm from now on requires a valid mdadm.conf file to be installed. It still tries to do what it can, but there are no heuristics anymore. See /usr/share/doc/mdadm/README.upgrading-2.5.3 . * Removed the zero-superblock warning because we require the user to sign off the configuration file anyway. * This also enables us to use mdadm.conf from the initial ramdisk and thus closes: #381303. * In case the user chooses to assemble all arrays from the initial ramdisk, use the new homehost feature of mdadm (closes: #381057). This will start only those arrays belonging to the local system, unless it is the first run on a system, in which case it will start all arrays and mark them as belonging to the local system. * Improved the debconf control script: integrated error messages into the frontends, and made it a bit smarter. Error messages can now be translated, and the script checks whether the user's choice is listed in the configuration file and only proceeds if it is, or the user chooses to ignore that it is not. * mkconf can now take a generate/force-generate parameter to write directly to /etc/mdadm/mdadm.conf. A second parameter specifies an alternate filename. * mkconf now outputs comments for the settings it suggests. * Removed all udev-related stuff. We must coexist with udev because there are setups that assemble arrays without mdadm, so the device nodes must be created by udev, if that is used. (closes: #382263, #382450, #383688, #383891, #383806, #382480) Staying at low urgency since these (RC) bugs only exist in unstable. * Now installs MD modules and mdadm/mdrun into initial ramdisk regardless of whether the hook script thinks there are devices to start. This was done to enable recovery from the initramfs shell. * Now uses 'MD' instead of 'RAID' consistently in all messages. * Now rebuilds initramfs for all installed kernels. * Now breaks the endless config loop only when the user does not see the question (see #381284, #381007). * Don't fail mdadm-raid when /dev is on a read-only filesystem (closes: #382876). * Updated debconf translations: - French by Florentin Duneau (closes: #382389).
* added unchecked sentinelmadduck2006-08-20
|
* set -eu instead of shebang linemadduck2006-08-20
|
* reorg and some small correctionsmadduck2006-08-20
|
* readding udev, this time with a smart scriptmadduck2006-08-10
|
* * Removed udev rules because it was causing unbootable systems when themadduck2006-08-08
| | | | | kernel autoassembly assembled the RAIDs (and not mdadm) and thus no device nodes were created.
* debhelper workaroundsmadduck2006-08-08
|
* got rid of revision tagsmadduck2006-08-08
|
* setting more keywords and licence changemadduck2006-08-07
|
* building initramfs for all kernelsmadduck2006-08-07
|
* improvements to udev stuffmadduck2006-08-02
|
* Load newtrunk into mdadm/trunk.madduck2006-07-08