[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#186443: base-installer: can't find /target/etc/fstab



On Thu, Mar 27, 2003 at 07:59:36PM -0500, Joe Nahmias wrote:
> Thorsten Sauter wrote:
> > So, please take a look at
> > 	/usr/share/debian-installer/mount/mount.sh
> > this script should run the fstab script at the following position.
> > 
> > #
> > # create now the filesystems
> > do_mount() {
> > [...]
> > 	# update fstab for baseinstaller
> > 	sh /usr/lib/prebaseconfig.d/40fstab
> > 	return 0
> > }
> > 
> > maybe you can put a "set -x" before the 40fstab file?
> I see the file; unfortunately, I cannot edit it since nano is broken
> since it cannot find libslang.so.1-UTF8

Run

 sh -x /usr/lib/prebaseconfig.d/40fstab

Matt
-- 
It's most certainly GNU/Linux, not Linux.  Read more at
http://www.gnu.org/gnu/why-gnu-linux.html.



Reply to: