# notebook for dual boot with large scratch partition. Boot stable and
# testing Debian distribution. The test environment uses the t-xxx
# mount points and /tmp and the swap partition

# <Type> <mount point> <Size in mb> [mount options]            [;extra options]

disk_config hda

primary   /			50		defaults,errors=remount-ro ; ext3 -j
primary   /t-root		50		defaults,errors=remount-ro
logical   swap			300
logical   /var			500		defaults		; ext3 -j
logical   /usr			2000		rw			; ext3 -j
#logical   /usr/local		2000		rw			; ext3 -j
logical   /usr/local		preserve8		rw		; ext3 -j
#logical   /home		2000		rw,nosuid		; ext3 -j
logical   /home			preserve9		rw,nosuid	; ext3 -j
logical   /tmp			500		rw,nosuid		; ext3 -j
#logical   /files/scratch	1-		rw,nosuid          ; ext3 -j -i 15000 -m 0
logical   /files/scratch	preserve11	rw,nosuid          ; ext3 -j -i 15000 -m 0
logical   /t-var		500		defaults
logical   /t-usr		2000		rw
