phreak0ut
The Thread Killer >:)
I've got Windows XP and OpenSuSE 10.2 in dual boot. I need to install a distro . Its actually a live CD, but after booting into KDE, there is an option to install in the following manner
The ________ indicates a box to enter the partition/drive to install from/to
This is my fstab:
Now, where do I install the distro and I don't wish to share the /home (atleast for now) till I test it properly. How do I go about installing?
The 'distro' name cannot be specified as its technically doesn't qualify as a distro. Don't want to violate forum rules and get kicked out
Code:
Install XXXXX from:_______________
Install XXXXX to:_____________
Write MBR to:______________
Select target and click Go:
The ________ indicates a box to enter the partition/drive to install from/to
This is my fstab:
Code:
/dev/sda3 / ext3 acl,user_xattr 1 1
/dev/sda4 /home ext3 acl,user_xattr 1 2
/dev/sda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda5 /windows/D ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda6 /windows/E ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda7 /windows/F ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda8 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
Now, where do I install the distro and I don't wish to share the /home (atleast for now) till I test it properly. How do I go about installing?
The 'distro' name cannot be specified as its technically doesn't qualify as a distro. Don't want to violate forum rules and get kicked out