modify makeinitrd for the log file of mkTmpfstab

This commit is contained in:
zorro
2010-09-30 14:38:59 +08:00
parent 4df3906e2b
commit bf71d303b2

View File

@@ -3,5 +3,5 @@
source ./functions
modules=$(ls /Rocky/modules/|grep -v .bak|grep -v .old)
mkTmpfstab.sh -f "$TARGET/etc/fstab" -t "/tmp/fstab"
LOGFILE=$LOG_FILE mkTmpfstab.sh -f "$TARGET/etc/fstab" -t "/tmp/fstab"
mkinitrd "$TARGET"/boot/initrd.gz $modules --without-usb --without-multipath --fstab="/tmp/fstab" -f