diff options
| author | maximilian attems <maks@debian.org> | 2006-07-07 12:05:34 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-07-07 12:05:34 +0200 |
| commit | f82a46fac97eee643cbd8600657f533a6e31665f (patch) | |
| tree | 63c90cbc9348f0ee9bd06ba02ec6531e2e6e17f0 /debian/initramfs-tools.postinst | |
| parent | af6f5f475221846f88a2bbda39a2a93d67556d07 (diff) | |
| download | initramfs-tools-f82a46fac97eee643cbd8600657f533a6e31665f.tar.gz initramfs-tools-f82a46fac97eee643cbd8600657f533a6e31665f.zip | |
- mkinitramfs take care of eventual missing depmod run
- do the migration from mkinitramfs in preinst
- sed the modules file so that it looks pretty some than ours
- polish modules file
- allow BUSYBOX=n
Diffstat (limited to 'debian/initramfs-tools.postinst')
| -rw-r--r-- | debian/initramfs-tools.postinst | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/debian/initramfs-tools.postinst b/debian/initramfs-tools.postinst index 9a0b555..a8df95e 100644 --- a/debian/initramfs-tools.postinst +++ b/debian/initramfs-tools.postinst @@ -2,39 +2,6 @@ set -e -if [ "$1" = configure ]; then - if [ x${2} = x ]; then - - # First time install. Can we autodetect the RESUME partition? - RESUME=$(tail -n $(($(wc -l /proc/swaps | awk ' { print $1 } ') - 1)) /proc/swaps | sort -rk3 | head -n 1 | awk ' { print $1 } ') - - # Inhertic initrd-tools settings if possible. - if [ -e /etc/mkinitrd/mkinitrd.conf ]; then - . /etc/mkinitrd/mkinitrd.conf - fi - - if [ -e /etc/mkinitrd/modules ]; then - cp /etc/mkinitrd/modules /etc/initramfs-tools - sed -i \ - -e 's/mkinitrd/mkinitramfs/g' \ - -e '/^ide-generic/d' \ - -e '/^ide-disk/d' \ - -e '/^ext2/d' \ - -e '/^ext3/d' \ - /etc/initramfs-tools/modules - fi - - if [ -e ${RESUME} ]; then - echo "RESUME=${RESUME}" > /etc/initramfs-tools/conf.d/resume - fi - - if [ -e /etc/mkinitrd/DSDT ]; then - cp /etc/mkinitrd/DSDT /etc/initramfs-tools/DSDT.aml - fi - - fi -fi - # Regenerate initramfs on upgrade if [ "$1" = "configure" -a -n "$2" ]; then update-initramfs -u |
