autoinst

scripts to make automated installations of debian easy
git clone git://deadbeef.fr/autoinst.git
Log | Files | Refs | README | LICENSE

fstab (255B)


      1 PARTLABEL=tproot /     ext4  errors=remount-ro 0 1
      2 PARTLABEL=tpusr  /usr  ext4  nodev             0 2
      3 PARTLABEL=tpvar  /var  ext4  nodev             0 2
      4 PARTLABEL=tphome /home ext4  nodev,nosuid      0 2
      5 tmpfs            /tmp  tmpfs nosuid,nodev      0 0