Hi, no, SystemInstaller doesn't support labels. The problem is coming in early, in the way how the partition definitions are made:
/dev/sda1 100 ext3 /boot defaults /dev/sda2 2048 swap /dev/sda3 8192 ext3 / defaults /dev/sda4 * ext3 /scratch defaults nfs_oscar:/home - nfs /home rw,rsize=8192,wsize=8192,timeo=14,retrans=32,intr,bg As labels only work for ext2/3, if you want to add support, I'd suggest you add some additional lines in the config file like: LABEL=blah /dev/sda1 ... and leave the current partitioning configuration as it is. Does that make sense? Regards, Erich On Monday 18 June 2007 03:54, Bernard Li wrote: > Does SystemInstaller currently support partition labels, e.g. the -L > option of tune2fs: > > -L volume-label > Set the volume label of the filesystem. Ext2 > filesystem labels can be at most 16 > characters long; if volume-label is longer than 16 > characters, tune2fs will truncate > it and print a warning. The volume label can be > used by mount(8), fsck(8), and > /etc/fstab(5) (and possibly others) by specifying > LABEL=volume_label instead of a > block special device name like /dev/hda5. > > I know that SystemImager supports this, but I was wondering if > SystemInstaller does -- if not, I could try to add this functionality. > > Thanks, > > Bernard > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ sisuite-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-devel
