Opened 14 years ago
Closed 14 years ago
#2984 closed task (fixed)
Update mountvirtfs bootscript
| Reported by: | Owned by: | Matthew Burgess | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.1 |
| Component: | Bootscripts | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
We have:
mkdir -p /run
mount -n /run || failed=1
mkdir -p /run/{var,lock,shm}
but need to add
chmod 1777 /run/shm
Change History (2)
comment:1 by , 14 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in r9692.