how i can edit genfstab.awk? i am in this step: -Open /usr/lib/genfstab.awk and comment out the following pieces of code Code: start == 1 && $6 == 83 && !__home { printf "%s /home ext3 %s 0 0\n", $1, home_opts printf "/home/opt /opt none bind\n" __home++ } Code: start == 1 && $6 == "c" && !__fat { printf "%s /home/user/MyDocs vfat %s 0 0\n", $1, fat_opts __fat++ }
start == 1 && $6 == 83 && !__home { printf "%s /home ext3 %s 0 0\n", $1, home_opts printf "/home/opt /opt none bind\n" __home++ }
start == 1 && $6 == "c" && !__fat { printf "%s /home/user/MyDocs vfat %s 0 0\n", $1, fat_opts __fat++ }