Lines Matching refs:ext2
79 ext2 on GNU [default is ext2]
80 ext2, minix or msdos on GNU/Linux [default is ext2]
125 then echo "The GNU/Linux supported fs are: ext2, minix or msdos!";
127 then echo "The GNU supported fs is ext2!";
169 ext2)
242 [ ! "$fs" ] && fs=ext2
245 # partition ID for sfdisk to correctly fill the partition table (ext2 is the
248 ext2) mkfs_options="-m 0";