From: Ben Pfaff Date: Sun, 24 Aug 2008 04:31:40 +0000 (+0000) Subject: Use standard POSIX "ustar" format for the scratch disk. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=59f738d500f51ffc5f487344865b8bed69c26281;hp=59f738d500f51ffc5f487344865b8bed69c26281;p=pintos-anon Use standard POSIX "ustar" format for the scratch disk. This should make it easier to work with scratch disks directly, instead of through the "pintos" script. With naming suggestion from Godmar Back. ---