Subject: Problems booting livecd created with mklivecd
To: None <netbsd-help@netbsd.org>
From: Daniel Bolgheroni <dbolgheroni@unifei.edu.br>
List: netbsd-help
Date: 01/15/2005 12:29:40
Hi,

I'm trying to create a custom version of a NetBSD livecd. So, I've
compiled my own kernel including the following options:

options NULLFS
options UNION
config          netbsd  root on cd0a type cd9660 dumps on none

Of course there are other options...

But when I try to boot I get a lot of messages like this and the system
doesn't go multiuser.

/etc: write failed, file system is full
tar: Cannot create etc/resolv.conf.00050a (No space left on device)
uid 0, pid 50, command tar, on /etc: file system full (kernel message,
colored)

Am I missing something?