diff options
Diffstat (limited to 'usr/src/tools/scripts/bfu.sh')
| -rw-r--r-- | usr/src/tools/scripts/bfu.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/src/tools/scripts/bfu.sh b/usr/src/tools/scripts/bfu.sh index 6e67adaa67..5712e4f5a6 100644 --- a/usr/src/tools/scripts/bfu.sh +++ b/usr/src/tools/scripts/bfu.sh @@ -6184,6 +6184,15 @@ mondo_loop() { # Remove audit_record_attr. Moved to /usr/lib/security rm -f $root/etc/security/audit_record_attr + # + # Remove xmemfs altogether. + # + rm -f $usr/include/sys/fs/xmem.h + rm -f $usr/include/sys/fs/seg_xmem.h + rm -f $usr/kernel/fs/xmemfs + rm -f $usr/kernel/fs/amd64/xmemfs + rm -rf $usr/lib/fs/xmemfs + # End of pre-archive extraction hacks. if [ $diskless = no -a $zone = global ]; then |
