public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
* root disk!
@ 2002-10-14 17:49 Miguel Bolanos
  2002-10-14 19:10 ` Paul Nasrat
  0 siblings, 1 reply; 3+ messages in thread
From: Miguel Bolanos @ 2002-10-14 17:49 UTC (permalink / raw)
  To: elks

Hi all!

i have been trying to create an elks root disk, but when i run 'make root'
on the elkscmd dir, it mounts the minixfs to /mnt/elks/ it runs the script
/mnt/elks/dev/MAKEDEV, but it gets executed i get the folling error:

(cd /mnt/elks/dev ; ./MAKEDEV)
ERROR: "/dev/MAKESET" script missing, unable to continue.
make: *** [mount_rootfs] Error 1
root@athena:/ELKS/elkscmd#

i tryed changing the path to the MAKESET script on my rootfs_template/dev/MAKEDEV
file, to point to /mnt/elks/dev/MAKESET, but i still get the same error
with the only difference that it gives me the new path to the MAKESET
script.
Any ideas?

2 additional things that i would like to mention is that i have realized
is that the current documentation on how to create root disks for elks is
not good enought i have found some issues that are not documented, such
as... /mnt/elks must exist because it is needed to mount the minixfs
there, the error is very obvious but still i belive it should be on the
papers, as well i found that it runs /bin/test, but test is actually a is
a shell builtin so of course it cant be found under that path, solved this
by creating a dummy script under /bin/test:

#! /bin/sh
test

that way it will be found and executed, for some un experienced users this
could be a problem, this is the farest i have been able to get, thanks in
advice for all your help.


--
Miguel A. Bolanos



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-16  8:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-14 17:49 root disk! Miguel Bolanos
2002-10-14 19:10 ` Paul Nasrat
2002-10-16  8:39   ` jb1

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox