View Single Post
  #2   (View Single Post)  
Old 24th June 2008
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

The only partition that has a mandatory format is "a". To avoid formatting other partitions, do not assign a mount point to them.

After the installation has completed, you may edit /etc/fstab manually. You can do this from within the ramdisk kernel after the script completes, if you wish. Your "a" partition will be mounted in /mnt, and all other mount points mounted within. So:

# /mnt/usr/sbin/chroot /mnt /bin/ksh
# env TERM=vt220 vi /etc/fstab
# exit
# reboot

Or you can edit /etc/fstab after booting your new system.
Reply With Quote