summarylogtreecommitdiffstats
path: root/sinit.install
blob: 20ae18cddd1731edee7100122a6e59cfb5157c9c (plain)
1
2
3
4
5
6
7
post_install() {
  echo "==> config.h in the PKGBUILD directory should be"
  echo "    edited to configure sinit."
  echo "==> To use sinit, add the following kernel parameter"
  echo "    in your bootloader's configuration file:"
  echo "        init=/sbin/sinit"
}