Code Sample |
fdisk -l /dev/sda Disk /dev/sda: 131 MB, 131072000 bytes 5 heads, 50 sectors/track, 1024 cylinders Units = cylinders of 250 * 512 = 128000 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 1024 127975 83 Linux |
Code Sample |
DEFAULT linux24 APPEND ramdisk_size=100000 init=/etc/init lang=fr apm=power-off vga=791 initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix frugal TIMEOUT 300 |
Code Sample |
if mountit $i /cdrom "-t vfat -o rw" >/dev/null 2>&1 |
Code Sample |
if mountit $i /cdrom "-t ext2 -o rw" >/dev/null 2>&1 |