- vtlog "set anaconda-diskroot ..."
- /sbin/initqueue --settled --onetime --name anaconda-diskroot anaconda-diskroot /dev/dm-0
+
+ vtGenRulFile='/etc/udev/rules.d/99-live-squash.rules'
+ if [ -e $vtGenRulFile ] && $GREP -q dmsquash $vtGenRulFile; then
+ vtScript=$($GREP -m1 'RUN.=' $vtGenRulFile | $AWK -F'RUN.=' '{print $2}' | $SED 's/"\(.*\)".*/\1/')
+ vtlog "vtScript=$vtScript"
+ $vtScript
+ else
+ vtlog "$vtGenRulFile not exist..."
+ fi
+
+
+ if [ -e /sbin/anaconda-diskroot ]; then
+ vtlog "set anaconda-diskroot ..."
+ /sbin/anaconda-diskroot /dev/dm-0
+ fi