log: monitor what was installed

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/10/merge
Robert Nelson 12 years ago
parent e436aa722f
commit 5b56c9c187

@ -1,5 +1,7 @@
#!/bin/bash
ls -lh /boot/uboot/* >/boot/uboot/backup/file_list.log
#Find Target Partition and FileSystem
if [ -f /etc/mtab ] ; then
FINAL_PART=$(mount | grep /dev/ | grep -v devpts | grep " / " | awk '{print $1}')

@ -1,5 +1,7 @@
#!/bin/bash
ls -lh /boot/uboot/* >/boot/uboot/backup/file_list.log
#Find Target Partition and FileSystem
if [ -f /etc/mtab ] ; then
FINAL_PART=$(mount | grep /dev/ | grep -v devpts | grep " / " | awk '{print $1}')

Loading…
Cancel
Save