Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2010-10-11 19:30:21 (GMT)
committer Daniel Drake <dsd@laptop.org>2010-10-11 19:30:21 (GMT)
commit3f9e5bb4a4e871484183cccb19b30207cf89696a (patch)
tree62a6d733c7963523e77c7c50b4630fe37e70034b /modules
parent1bfa5352c24649fd92e8cd9db66b982eb3a7c71a (diff)
Revert "remove /dev/root entry from /etc/fstab"
This reverts commit 1bfa5352c24649fd92e8cd9db66b982eb3a7c71a. Has bad side-effects. Non-versioned boot will need fixing another way.
Diffstat (limited to 'modules')
-rw-r--r--modules/base/kspost.10.core.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/base/kspost.10.core.inc b/modules/base/kspost.10.core.inc
index d8067db..93043a5 100644
--- a/modules/base/kspost.10.core.inc
+++ b/modules/base/kspost.10.core.inc
@@ -10,13 +10,6 @@ none /ofw promfs defaults 0 0
EOF
sed -i -e '/\/dev\/shm/ s/ defaults / defaults,size=50m /' /etc/fstab
-# remove /dev/root entry from /etc/fstab
-# we don't synchronize this entry with the real fstype of the image, and if
-# we're booting an unversioned root, dracut will see this and attempt to
-# remount the (e.g.) jffs2 partition as (e.g.) ext3.
-# remove the line so that dracut isn't able to be so clever
-sed -i -e '/^\/dev\/root[[:space:]]/d' /etc/fstab
-
mkdir /ofw
mkdir /bootpart