diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-07-04 22:11:20 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-07-04 22:11:20 -0400 |
commit | 53e85f50aee67c92414317159754ba3d31c0083e (patch) | |
tree | 3f0ba545240ebf018d04bdd5c618f92c5b550255 /etc/rc.firmware | |
parent | 7b4accd9cc07b7835f55e59db7ab638fe6628c0e (diff) | |
download | pfsense-53e85f50aee67c92414317159754ba3d31c0083e.zip pfsense-53e85f50aee67c92414317159754ba3d31c0083e.tar.gz |
Get a complete find prinout of disk structure
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-x | etc/rc.firmware | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware index 6b4d349..b47009f 100755 --- a/etc/rc.firmware +++ b/etc/rc.firmware @@ -288,6 +288,10 @@ pfSenseNanoBSDupgrade) echo "" >> /conf/upgrade_log.txt cat /tmp/$GLABEL_SLICE/etc/fstab >> /conf/upgrade_log.txt + echo "" >> /conf/upgrade_log.txt + find /tmp/$GLABEL_SLICE >> /conf/upgrade_log.txt + echo "" >> /conf/upgrade_log.txt + # Unmount newly prepared slice umount /tmp/$GLABEL_SLICE |