Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
systemd.5190
systemd-remount-tmpfs
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File systemd-remount-tmpfs of Package systemd.5190
#!/bin/sh PATH=/usr/bin:/bin:/usr/sbin:/sbin DIR=$(sed -rn '/^#/d;\@^[[:graph:]]+[[:space:]]+/[[:graph:]]+[[:space:]]+tmpfs[[:space:]]+.*size=[0-9]+[kmg,[:space:]]@{ s@^[[:graph:]]+[[:space:]]+(/[[:graph:]]+).*@\1@p }' /etc/fstab) if [ -n "$DIR" ]; then for i in $DIR; do echo $i mount -o remount "$i" >/dev/null 2>&1 STATE=$? if [ "$STATE" -gt 0 ]; then logger "Remount of $i failed with state $STATE" fi done fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor