diff options
| author | maximilian attems <maks@debian.org> | 2006-02-27 01:08:13 +0100 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-02-27 01:08:13 +0100 |
| commit | b32ee94abe4682241d1b00f430858c5f1ac5d955 (patch) | |
| tree | b264e4c32f9cb7452991de8e8aa724c6eab46018 /debian/initramfs-tools.postinst | |
| parent | 830fd3fa51658cf0398cbb037a8485439ae4ce2d (diff) | |
| download | initramfs-tools-b32ee94abe4682241d1b00f430858c5f1ac5d955.tar.gz initramfs-tools-b32ee94abe4682241d1b00f430858c5f1ac5d955.zip | |
resync ubuntu24 aka nice conf.d
Diffstat (limited to 'debian/initramfs-tools.postinst')
| -rw-r--r-- | debian/initramfs-tools.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/initramfs-tools.postinst b/debian/initramfs-tools.postinst index c6025e5..63ceef8 100644 --- a/debian/initramfs-tools.postinst +++ b/debian/initramfs-tools.postinst @@ -25,7 +25,7 @@ if [ "$1" = configure ]; then fi if [ -e ${RESUME} ]; then - sed -i -e "s@#RESUME=@RESUME=${RESUME}@" /etc/mkinitramfs/initramfs.conf + echo "RESUME=${RESUME}" > /etc/mkinitramfs/conf.d/resume fi if [ -e /etc/mkinitrd/DSDT ]; then |
