~ubuntu-branches/ubuntu/saucy/friendly-recovery/saucy

« back to all changes in this revision

Viewing changes to debian/friendly-recovery.upstart

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber, James Hunt, Stéphane Graber
  • Date: 2012-03-14 09:57:09 UTC
  • Revision ID: package-import@ubuntu.com-20120314095709-6znkn4r0c9enwi44
Tags: 0.2.25
[ James Hunt ]
* README: Fixed typo.
* lib/recovery-mode/options/system-symmary: added brief LVM and APT
  summaries.

[ Stéphane Graber ]
* Update upstart job to ensure /run/shm and /run/lock are present.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    start console-setup || true
20
20
    start setvtrgb || true
21
21
 
 
22
    # Make sure /run contains the required directories for the
 
23
    # recovery menu options
 
24
    mkdir -p /run/lock /run/shm || true
 
25
 
22
26
    # Emit the mounted event to trigger resolvconf and mounted-run
23
27
    initctl emit mounted MOUNTPOINT=/run || true
24
28