RE: [Ltsp-discuss] I want to use a ram disk as / after network boot.

2005-08-30 Thread Jim McQuillan
The error about /sbin/init not found is more likely a failure to find the dynamic linker '/lib/ld-linux.so.2', which is part of glibc. The /sbin/init, and any other binaries from the /opt/ltsp/i386 tree are all needing glibc. The initrd image is built with uClibc. You'll probably need to build

RE: [Ltsp-discuss] I want to use a ram disk as / after network boot.

2005-08-30 Thread hckimm2
I used ltsp_initrd_kit. And I added some initial files in root file system including 'sbin/init' and copied a number of files from /opt/ltsp/i386 of ltsp tools. I edited linuxrc file and erased some lines related to NFS mouning and pivot_root like below. But I could only an error written that cou