CVS: src/si/rpm Configure.sh,1.2,1.3
Mats Wichmann <[email protected]>
| Newsgroups | gmane.linux.lsb.implementation |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/lsb/src/si/rpm
In directory sc8-pr-cvs1:/tmp/cvs-serv31123
Modified Files:
Configure.sh
Log Message:
tweaking uml: add mountpoint for hostfs, if needed
Index: Configure.sh
===================================================================
RCS file: /cvsroot/lsb/src/si/rpm/Configure.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Configure.sh 27 Jan 2003 22:17:23 -0000 1.2
--- Configure.sh 27 Jan 2003 22:58:38 -0000 1.3
***************
*** 195,198 ****
--- 195,199 ----
use_hostfs=${input}
if [ ${use_hostfs} = 'y' ] ; then
+ mkdir ${MNT}/mnt/disk
echo "none /mnt/disk hostfs defaults" >> $FSTAB
fi