[Pkg-sysvinit-commits] [GIT] sysvinit branch master updated. debian/2.88dsf-59.2-2-g155bf5e

Ben Hutchings benh at moszumanska.debian.org
Mon Jan 18 12:53:01 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "sysvinit".

The branch, master has been updated
       via  155bf5e08de00125ba2612834e74751793a363d5 (commit)
      from  0c33d96374a49166619f7a11b5e3d2feb306b50a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 155bf5e08de00125ba2612834e74751793a363d5
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Jan 17 04:16:23 2016 +0000

    Add support for mount and fsck of root and /usr by an initramfs
    
    - checkroot.sh: Do nothing if /run/initramfs/fsck-root exists
    - checkfs.sh: Pass -M option to fsck instead of -R (Closes: #697002)
    - mountall.sh: Remount /usr if already mounted
    
    In checkfs.sh, it might be better to run fsck once with -T -N -R to
    get a list of filesystems, filter out /usr depending on the stamp
    file, then run it again with the new list.  I'm not convinced that the
    output of fsck -N is a stable interface though.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                               | 6 ++++++
 debian/src/initscripts/etc/init.d/checkfs.sh   | 4 ++--
 debian/src/initscripts/etc/init.d/checkroot.sh | 6 ++++++
 debian/src/initscripts/etc/init.d/mountall.sh  | 9 +++++++--
 4 files changed, 21 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
sysvinit



More information about the Pkg-sysvinit-commits mailing list