All pastes #745362 Raw Edit

sobersabre.

public text v1 · immutable
#745362 ·published 2007-10-22 10:35 UTC
rendered paste body
disk_var.sh:

BOOT_DEVICE=/dev/hda
ROOT_PARTITION=/dev/hda6
BOOT_PARTITION=/dev/hda6
SWAPLIST="/dev/hda7"

but the partitioning is:

/dev/hda6 on /tmp/target type ext3 (rw,noatime,data=ordered)
/dev/hda5 on /tmp/target/boot type ext2 (rw,noatime)
/dev/hda1 on /tmp/target/media/C type ntfs (ro,noatime,uid=0,gid=0,fmask=0177,dmask=077,nls=cp437,errors=continue,mft_zone_multiplier=1)
/dev/hda10 on /tmp/target/scratch type ext3 (rw,noatime,data=ordered)
/dev/hda9 on /tmp/target/tmp type ext3 (rw,noatime,data=ordered)
/dev/hda8 on /tmp/target/var type ext3 (rw,noatime,data=ordered)
proc on /tmp/target/proc type proc (rw)
sysfs on /tmp/target/sys type sysfs (rw)
tmpfs on /tmp/target/dev type tmpfs (rw)