Changeset 208

Show
Ignore:
Timestamp:
12/06/2007 13:22:36 (1 year ago)
Author:
nextime
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • packages/main/mdxinstaller/tags/mercury/debian/changelog

    r118 r208  
     1mdxinstaller (0.1.mercury-6) stable; urgency=low 
     2 
     3  * Fix a bug in fstab creation 
     4 
     5 -- Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it>  Tue, 12 Jun 2007 13:21:28 +0200 
     6 
    17mdxinstaller (0.1.mercury-5) stable; urgency=low 
    28 
  • packages/main/mdxinstaller/tags/mercury/medianix-install

    r118 r208  
    450450echo "#" >> /mnt/hdinstall/etc/fstab 
    451451echo "proc           /proc           proc    defaults        0       0" >> /mnt/hdinstall/etc/fstab 
    452 echo "$rootpartition       /               ext3    defaults,errors=remount-ro 0  " >> /mnt/hdinstall/etc/fstab 
     452echo "$rootpartition       /               ext3    defaults,errors=remount-ro 0    1" >> /mnt/hdinstall/etc/fstab 
    453453 
    454454if [ -z "$homepartition" ] ; then 
  • packages/main/mdxinstaller/trunk/debian/changelog

    r118 r208  
     1mdxinstaller (0.1-6) unstable; urgency=low 
     2 
     3  * Fix a bug in fstab creation  
     4 
     5 -- Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it>  Tue, 12 Jun 2007 13:22:05 +0200 
     6 
    17mdxinstaller (0.1-5) unstable; urgency=low 
    28 
  • packages/main/mdxinstaller/trunk/medianix-install

    r118 r208  
    450450echo "#" >> /mnt/hdinstall/etc/fstab 
    451451echo "proc           /proc           proc    defaults        0       0" >> /mnt/hdinstall/etc/fstab 
    452 echo "$rootpartition       /               ext3    defaults,errors=remount-ro 0  " >> /mnt/hdinstall/etc/fstab 
     452echo "$rootpartition       /               ext3    defaults,errors=remount-ro 0  1" >> /mnt/hdinstall/etc/fstab 
    453453 
    454454if [ -z "$homepartition" ] ; then