Subversion Repositories livecd

Rev

Rev 206 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 206 Rev 207
Line 128... Line 128...
128
	CLOCKFLAGS="$CLOCKFLAGS -S";
128
	CLOCKFLAGS="$CLOCKFLAGS -S";
129
	CLOCKDEF="$CLOCKDEF (srm)";
129
	CLOCKDEF="$CLOCKDEF (srm)";
130
	;;
130
	;;
131
esac
131
esac
132
 
132
 
133
[ -x /sbin/hwclock ] && action $"Syncing hardware clock to system time" /sbin/hwclock $CLOCKFLAGS
133
# [ -x /sbin/hwclock ] && action $"Syncing hardware clock to system time" /sbin/hwclock $CLOCKFLAGS
134
 
134
 
135
# Try to unmount tmpfs filesystems to avoid swapping them in.  Ignore failures.
135
# Try to unmount tmpfs filesystems to avoid swapping them in.  Ignore failures.
136
tmpfs=$(awk '$2 ~ /^\/($|proc|dev)/ { next; }
136
tmpfs=$(awk '$2 ~ /^\/($|proc|dev)/ { next; }
137
	     $3 == "tmpfs" { print $2; }' /proc/mounts | sort -r)
137
	     $3 == "tmpfs" { print $2; }' /proc/mounts | sort -r)
138
[ -n "$tmpfs" ] && fstab-decode $UMOUNT $tmpfs 2>/dev/null
138
[ -n "$tmpfs" ] && fstab-decode $UMOUNT $tmpfs 2>/dev/null