Comment 113 for bug 1

Revision history for this message
xtsbdu3reyrbrmroezob (xtsbdu3reyrbrmroezob) wrote :

root@livecd:~# WIN32_CHECK=$(cfdisk -P s /dev/hda | grep "NTFS" | cut -d " " -f 2); if [ $WIN32_CHECK == "" ]; then echo -e "\nYou are not infected :-)\n"; else echo -e "\n@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\nYou are infected with Virus.Win32.Gates.NT...Install Ubuntu immediately\n@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"; fi