I want to fiddle with the linux-based 4.1, but I am tired of having to enter my network creds and sharename.

I tried unpacking the initrd with cpio (which seemd to go ok), but when I edited the master script, and tried to repack it, I initially got a bunch of "truncating inode number" errors like these:
cpio: lib/modules/2.6.5/kernel/lib: truncating inode number
cpio: lib/modules/2.6.5/kernel/lib/crc32.ko: truncating inode number
cpio: lib/modules/2.6.5/kernel/fs: truncating inode number


I had not used the "-c" option to cpio. Once I used that, the kernel was able to use the initrd. Unfortunately, it then died when it was unable to open the ttys:

openvt: Unable to open /dev/tty2: No such file or directory
openvt: Unable to open /dev/tty3: No such file or directory
openvt: Unable to open /dev/tty1: No such file or directory

What is the simplest way to edit that file and/or not have to enter my own credentials every time?

Thanks,
Jordan


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ unattended-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to