fi
fi
+if $GREP -i -q Fedora /etc/os-release; then
+ if $GREP -q 'Server Edition' /etc/os-release; then
+ vtNeedRepo="yes"
+ fi
+fi
+
+
echo "vtNeedRepo=$vtNeedRepo" >> $VTLOG
if [ "$vtNeedRepo" = "yes" ]; then
fi
if $GREP -qw 'SA[.]1' /proc/cmdline; then
-if $GREP -qw 'SA[.]2' /proc/cmdline; then
+if $GREP -qw 'writable.fsimg' /proc/cmdline; then
if $GREP -qw 'rw' /proc/cmdline; then
echo 1 > $VTOY_PATH/distmagic/DELL_PER
fi