~straemer/ubuntu/quantal/update-manager/fix-for-1058070

« back to all changes in this revision

Viewing changes to tests/patchdir/fstab_orig

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-06-29 10:59:30 UTC
  • mfrom: (389.1.2 precise-security)
  • Revision ID: package-import@ubuntu.com-20120629105930-0oaj9vdvykmvkjum
Tags: 1:0.165
* Implementation of "update on start" feature from spec
  https://wiki.ubuntu.com/SoftwareUpdates
* Use a single main window that changes instead of having modal dialogs
* Implement several special-purpose dialogs like "No updates" or
  "Dist upgrade needed" accordingn to the above spec
* Split out release upgrader code and DistUpgrade module into a separate
  source package
* Drop python-update-manager, as it is unused
* debian/tests:
  - Add dep8 tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# /etc/fstab: static file system information.
2
 
#
3
 
# Use 'blkid -o value -s UUID' to print the universally unique identifier
4
 
# for a device; this may be used with UUID= as a more robust way to name
5
 
# devices that works even if disks are added and removed. See fstab(5).
6
 
#
7
 
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
8
 
proc            /proc           proc    nodev,noexec,nosuid 0       0
9
 
# / was on /dev/sda1 during installation
10
 
UUID=6e45e093-05ff-43e4-9525-4206e8840761 /               ext4    errors=remount-ro 0       1
11
 
# swap was on /dev/sda5 during installation
12
 
UUID=c8b0eb70-9f4c-4c38-81fe-7309fb1965d0 none            swap    sw              0       0
13
 
 
14
 
# 1.5tb disk
15
 
UUID=e47814ee-ba9f-4c65-98cd-6f92a7fe26ba /space ext4 defaults 0 0
16
 
 
17
 
#/dev/sr0 /cdrom iso9660 defaults 0 0