DragonFly commits List (threaded) for 2010-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Hopefully fix mountroot on our LiveCDs.
commit 7efa6f4542572a45719911f42aaa391119cd4fc6
Author: Sascha Wildner <saw@online.de>
Date: Fri Sep 10 10:30:37 2010 +0200
Hopefully fix mountroot on our LiveCDs.
Before the recent loader changes, the root device to use for CD-ROM
booting (/dev/cd0) was properly passed from the loader to the kernel
so the entry in fstab was never used.
However, with the new loader code this doesn't happen anymore (for
yet unknown reasons), so the fstab entry is tried and fails, because
it is wrong.
So for now, adjust our fstabs to use /dev/cd0.
Summary of changes:
nrelease/gui/etc/fstab | 2 +-
nrelease/root/etc/fstab | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7efa6f4542572a45719911f42aaa391119cd4fc6
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]