umountall.sh (4d53c7addddea6a86730beb59363b8ba12e8252e) | umountall.sh (753a6d457b330b1b29b2d3eefcd0831116ce950d) |
---|---|
1#!/sbin/sh 2# 3# CDDL HEADER START 4# 5# The contents of this file are subject to the terms of the 6# Common Development and Distribution License (the "License"). 7# You may not use this file except in compliance with the License. 8# --- 239 unchanged lines hidden (view full) --- 248 /etc/mnttab | \ 249 /etc/svc/volatile | \ 250 /lib | \ 251 /proc | \ 252 /sbin | \ 253 /system/contract | \ 254 /system/object | \ 255 /tmp | \ | 1#!/sbin/sh 2# 3# CDDL HEADER START 4# 5# The contents of this file are subject to the terms of the 6# Common Development and Distribution License (the "License"). 7# You may not use this file except in compliance with the License. 8# --- 239 unchanged lines hidden (view full) --- 248 /etc/mnttab | \ 249 /etc/svc/volatile | \ 250 /lib | \ 251 /proc | \ 252 /sbin | \ 253 /system/contract | \ 254 /system/object | \ 255 /tmp | \ |
256 /tmp/.libgrubmgmt* | \ |
|
256 /usr | \ 257 /var | \ 258 /var/adm | \ 259 /var/run | \ 260 '' ) 261 # 262 # file systems possibly mounted in the kernel or 263 # in the methods of some of the file system --- 129 unchanged lines hidden --- | 257 /usr | \ 258 /var | \ 259 /var/adm | \ 260 /var/run | \ 261 '' ) 262 # 263 # file systems possibly mounted in the kernel or 264 # in the methods of some of the file system --- 129 unchanged lines hidden --- |