Changeset ed38af5 in bootscripts-standard for Makefile


Ignore:
Timestamp:
Jul 25, 2010, 10:13:49 AM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
77aff82
Parents:
af4667f
Message:

Update the version of the bootscripts to 1.2-pre10.
Move setclock up to S15 from S25 in rcsysinit.d for newer kernels, this fixes an issue with superblock last write time being in the future when the hardware clock is set to local time. Thanks Craig Jackson and John Bolton for reporting this back in January2010.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    raf4667f red38af5  
    1 VERSION         := 1.2-pre9
     1VERSION         := 1.2-pre10
    22
    33ETCDIR          := /etc
     
    106106        ln -sf ../init.d/modules     ${EXTDIR}/rc.d/rcsysinit.d/S05modules
    107107        ln -sf ../init.d/udev        ${EXTDIR}/rc.d/rcsysinit.d/S10udev
     108        ln -sf ../init.d/setclock    ${EXTDIR}/rc.d/rcsysinit.d/S15setclock
    108109        ln -sf ../init.d/checkfs     ${EXTDIR}/rc.d/rcsysinit.d/S20checkfs
    109         ln -sf ../init.d/setclock    ${EXTDIR}/rc.d/rcsysinit.d/S25setclock
    110110        ln -sf ../init.d/mountfs     ${EXTDIR}/rc.d/rcsysinit.d/S30mountfs
    111111        ln -sf ../init.d/swap        ${EXTDIR}/rc.d/rcsysinit.d/S40swap
Note: See TracChangeset for help on using the changeset viewer.