git: Hopefully fix mountroot on our LiveCDs.
Sascha Wildner
swildner at crater.dragonflybsd.org
Fri Sep 10 01:41:51 PDT 2010
commit 7efa6f4542572a45719911f42aaa391119cd4fc6
Author: Sascha Wildner <saw at 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
More information about the Commits
mailing list