diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-30 22:07:00 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-30 22:07:00 +0000 |
commit | 545ee673a85ff5f69a59ad17a99617cf090dd42d (patch) | |
tree | 50ef8960d4273b2116eff6673219b6b69163b929 | |
parent | 791bdc748746256fbe1cc693af08384aa0012b65 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/08/30 18:26:18+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/08/30 11:21:12+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/08/30 01:02:07+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/08/29 23:59:11+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/08/29 22:51:35+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/08/29 15:39:09+02:00 uni-frankfurt.de!mickey
remove double tmpfs from a couple of fstabs
BKrev: 4133a504IWduYaahBVXXL9_NLbN3TQ
-rw-r--r-- | base-files/base-files/corgi/fstab | 2 | ||||
-rw-r--r-- | base-files/base-files/husky/fstab | 2 | ||||
-rw-r--r-- | base-files/base-files/poodle/fstab | 2 | ||||
-rw-r--r-- | base-files/base-files/shepherd/fstab | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/base-files/base-files/corgi/fstab b/base-files/base-files/corgi/fstab index be5c34366c..8f17750ad3 100644 --- a/base-files/base-files/corgi/fstab +++ b/base-files/base-files/corgi/fstab @@ -4,4 +4,4 @@ proc /proc proc defaults 0 0 /dev/hda1 /mnt/cf auto defaults,sync,noauto,owner 0 0 /dev/mmcda1 /mnt/card auto defaults,sync,noauto,owner 0 0 tmpfs /var tmpfs defaults 0 0 -tmpfs /mnt/ram tmpfs defaults 0 0 +# tmpfs /mnt/ram tmpfs defaults 0 0 diff --git a/base-files/base-files/husky/fstab b/base-files/base-files/husky/fstab index be5c34366c..8f17750ad3 100644 --- a/base-files/base-files/husky/fstab +++ b/base-files/base-files/husky/fstab @@ -4,4 +4,4 @@ proc /proc proc defaults 0 0 /dev/hda1 /mnt/cf auto defaults,sync,noauto,owner 0 0 /dev/mmcda1 /mnt/card auto defaults,sync,noauto,owner 0 0 tmpfs /var tmpfs defaults 0 0 -tmpfs /mnt/ram tmpfs defaults 0 0 +# tmpfs /mnt/ram tmpfs defaults 0 0 diff --git a/base-files/base-files/poodle/fstab b/base-files/base-files/poodle/fstab index be5c34366c..8f17750ad3 100644 --- a/base-files/base-files/poodle/fstab +++ b/base-files/base-files/poodle/fstab @@ -4,4 +4,4 @@ proc /proc proc defaults 0 0 /dev/hda1 /mnt/cf auto defaults,sync,noauto,owner 0 0 /dev/mmcda1 /mnt/card auto defaults,sync,noauto,owner 0 0 tmpfs /var tmpfs defaults 0 0 -tmpfs /mnt/ram tmpfs defaults 0 0 +# tmpfs /mnt/ram tmpfs defaults 0 0 diff --git a/base-files/base-files/shepherd/fstab b/base-files/base-files/shepherd/fstab index be5c34366c..8f17750ad3 100644 --- a/base-files/base-files/shepherd/fstab +++ b/base-files/base-files/shepherd/fstab @@ -4,4 +4,4 @@ proc /proc proc defaults 0 0 /dev/hda1 /mnt/cf auto defaults,sync,noauto,owner 0 0 /dev/mmcda1 /mnt/card auto defaults,sync,noauto,owner 0 0 tmpfs /var tmpfs defaults 0 0 -tmpfs /mnt/ram tmpfs defaults 0 0 +# tmpfs /mnt/ram tmpfs defaults 0 0 |