summarylogtreecommitdiffstats
path: root/mkinitcpio-fakeuptime.install
blob: 0fa7b27b08f179781cf79e1ed8bb8b5f81f2d3ce (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  cat << EOF

>>> You must add fakeuptime to HOOKS in /etc/mkinitcpio.conf and rerun
    mkinitcpio -P for this hook to work.
    The kernel parameter fakeuptimesec sets the initial uptime in seconds.
    Example: fakeuptimesec=114514
    If not specified, a random fakeuptimesec is used by default.

EOF
}