~j-harbott/cirros/dev

« back to all changes in this revision

Viewing changes to src/init

  • Committer: Scott Moser
  • Date: 2011-10-17 20:22:58 UTC
  • Revision ID: smoser@ubuntu.com-20111017202258-ljstq6z66um07ehs
add to 'info' output statements for uptime of initramfs and init

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        exec >"$KC_PREF_CONSOLE" 2>&1 <"$KC_PREF_CONSOLE"
24
24
fi
25
25
 
 
26
read uptime cputime < /proc/uptime
 
27
iinfo "initramfs: up at $uptime"
 
28
 
26
29
idebug "loading modules"
27
30
/etc/init.d/load-modules start
28
31