Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Add support for Ubuntu #30

Merged
merged 2 commits into from
May 15, 2015
Merged

Commits on May 15, 2015

  1. Support Ubuntu by fixing insserv and nfsd config.

    We require symlinking insserv into /sbin and skipping the optimization of
    nfsv4gracetime/nfsv4leasetime.
    dennishuo committed May 15, 2015
    Configuration menu
    Copy the full SHA
    510bedc View commit details
    Browse the repository at this point in the history
  2. Fix a typo to correctly skip installed packages.

    The typo tries to evaluate the output of dpkg -s, which always fails, and
    thus pollutes debug output with misleading errors and always wastes a
    call to apt-get install.
    dennishuo committed May 15, 2015
    Configuration menu
    Copy the full SHA
    2ac87c4 View commit details
    Browse the repository at this point in the history