Skip to content

Commit

Permalink
actuall we do want to call update-initramfs directly, as there is no …
Browse files Browse the repository at this point in the history
…guarantee this is running during dpkg

git-svn-id: https://ut.svn.beanstalkapp.com/ngfw/work/pkgs@43592 8ebf8b4e-06f3-0310-961f-89f74618be54
  • Loading branch information
Dirk Morris committed Jun 8, 2016
1 parent 72b8e2a commit dd9f1fa
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ intel_agp
drm
i915 modeset=1
EOF
dpkg-trigger --no-await update-initramfs
/usr/sbin/update-initramfs -u
fi

exit 0
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ intel_agp
drm
i915 modeset=1
EOF
dpkg-trigger --no-await update-initramfs
/usr/sbin/update-initramfs -u
fi

exit 0
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ intel_agp
drm
i915 modeset=1
EOF
dpkg-trigger --no-await update-initramfs
/usr/sbin/update-initramfs -u
fi

exit 0
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ intel_agp
drm
i915 modeset=1
EOF
dpkg-trigger --no-await update-initramfs
/usr/sbin/update-initramfs -u
fi

exit 0
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ intel_agp
drm
i915 modeset=1
EOF
dpkg-trigger --no-await update-initramfs
/usr/sbin/update-initramfs -u
fi

exit 0
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ intel_agp
drm
i915 modeset=1
EOF
dpkg-trigger --no-await update-initramfs
/usr/sbin/update-initramfs -u
fi

exit 0
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ intel_agp
drm
i915 modeset=1
EOF
dpkg-trigger --no-await update-initramfs
/usr/sbin/update-initramfs -u
fi

exit 0
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ intel_agp
drm
i915 modeset=1
EOF
dpkg-trigger --no-await update-initramfs
/usr/sbin/update-initramfs -u
fi

exit 0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if ! grep -qE 'portwell' /etc/initramfs-tools/modules ; then
cat <<EOF > /etc/initramfs-tools/modules
# Untangle portwell bootsplash settings
EOF
dpkg-trigger --no-await update-initramfs
/usr/sbin/update-initramfs -u
fi

exit 0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if ! grep -qE 'portwell' /etc/initramfs-tools/modules ; then
cat <<EOF > /etc/initramfs-tools/modules
# Untangle portwell bootsplash settings
EOF
dpkg-trigger --no-await update-initramfs
/usr/sbin/update-initramfs -u
fi

exit 0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if ! grep -qE 'portwell' /etc/initramfs-tools/modules ; then
cat <<EOF > /etc/initramfs-tools/modules
# Untangle portwell bootsplash settings
EOF
dpkg-trigger --no-await update-initramfs
/usr/sbin/update-initramfs -u
fi

exit 0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if ! grep -qE 'portwell' /etc/initramfs-tools/modules ; then
cat <<EOF > /etc/initramfs-tools/modules
# Untangle portwell bootsplash settings
EOF
dpkg-trigger --no-await update-initramfs
/usr/sbin/update-initramfs -u
fi

exit 0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if ! grep -qE 'portwell' /etc/initramfs-tools/modules ; then
cat <<EOF > /etc/initramfs-tools/modules
# Untangle portwell bootsplash settings
EOF
dpkg-trigger --no-await update-initramfs
/usr/sbin/update-initramfs -u
fi

exit 0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if ! grep -qE 'portwell' /etc/initramfs-tools/modules ; then
cat <<EOF > /etc/initramfs-tools/modules
# Untangle portwell bootsplash settings
EOF
dpkg-trigger --no-await update-initramfs
/usr/sbin/update-initramfs -u
fi

exit 0

0 comments on commit dd9f1fa

Please sign in to comment.