From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.236.108.44 with SMTP id p32cs29745yhg; Sun, 10 Apr 2011 13:06:41 -0700 (PDT) Return-Path: <9front+bncCPTY2Ox2ENCbiO0EGgStAldo@googlegroups.com> Received-SPF: pass (google.com: domain of 9front+bncCPTY2Ox2ENCbiO0EGgStAldo@googlegroups.com designates 10.229.131.25 as permitted sender) client-ip=10.229.131.25; Authentication-Results: mr.google.com; spf=pass (google.com: domain of 9front+bncCPTY2Ox2ENCbiO0EGgStAldo@googlegroups.com designates 10.229.131.25 as permitted sender) smtp.mail=9front+bncCPTY2Ox2ENCbiO0EGgStAldo@googlegroups.com; dkim=pass header.i=9front+bncCPTY2Ox2ENCbiO0EGgStAldo@googlegroups.com Received: from mr.google.com ([10.229.131.25]) by 10.229.131.25 with SMTP id v25mr1895108qcs.44.1302466000591 (num_hops = 1); Sun, 10 Apr 2011 13:06:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:x-beenthere:mime-version:date:x-ip:user-agent :x-http-useragent:message-id:subject:from:to:x-original-sender :reply-to:precedence:mailing-list:list-id:x-google-group-id :list-post:list-help:list-archive:sender:list-subscribe :list-unsubscribe:content-type; bh=sRn0FAuK7uR5OSTurSTi2XG8mQ2f9mYTEIXnKTZVcCw=; b=PoVv3Yehe22wGKMslUjnxLWJynY8SM/7/35aP0Z6IIqyBNJbr6RsQbECg18vE55FuJ JVGs3grrfOVavqxioPy0Q6Nrwc62ikBOZ+SVCX+11zKXqWS34P1rlc0tMvuuX+/jXpJN +vLtIE8XKapusodKeAVFb2n+O/3fe8hZpRDtA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-beenthere:mime-version:date:x-ip:user-agent:x-http-useragent :message-id:subject:from:to:x-original-sender:reply-to:precedence :mailing-list:list-id:x-google-group-id:list-post:list-help :list-archive:sender:list-subscribe:list-unsubscribe:content-type; b=I2tpQCRjuabmeN/8JumEUxGsuafqS6bR/JJP2/S0ovYSoOEPm05ph6l9JtnoJwRO6p itEIlGOGaV7V1e27v66Y/w0Th9IHe1rWrcm4LwGLwVu5ublkOFrO8cSlHTpUp/4AbL48 3wzF8xRWhg6thJonL64hImM87xW4pjtyq0ZbY= Received: by 10.229.131.25 with SMTP id v25mr508623qcs.44.1302466000531; Sun, 10 Apr 2011 13:06:40 -0700 (PDT) X-BeenThere: 9front@googlegroups.com Received: by 10.224.172.87 with SMTP id k23ls728966qaz.4.p; Sun, 10 Apr 2011 13:06:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.199.9 with SMTP id eq9mr225521qab.50.1302466000329; Sun, 10 Apr 2011 13:06:40 -0700 (PDT) Received: by a20g2000vby.googlegroups.com with HTTP; Sun, 10 Apr 2011 13:06:40 -0700 (PDT) Date: Sun, 10 Apr 2011 13:06:40 -0700 (PDT) X-IP: 92.78.29.20 User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.80 (Windows NT 5.1; U; en) Presto/2.6.30 Version/10.61,gzip(gfe) Message-ID: <21ec34fa-8cba-456d-8dd9-6c8cc0140778@a20g2000vby.googlegroups.com> Subject: livecd From: cinap_lenrek To: 9front <9front@googlegroups.com> X-Original-Sender: cinap_lenrek@gmx.de Reply-To: 9front@googlegroups.com Precedence: list Mailing-list: list 9front@googlegroups.com; contact 9front+owners@googlegroups.com List-ID: <9front.googlegroups.com> X-Google-Group-Id: 831096995978 List-Post: , List-Help: , List-Archive: Sender: 9front@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1 i moved the /sys/lib/dist stuff to /sys/lib/dist.old and put a mkfile there that generates a plan9.iso in /tmp/dist to build one yourself: for(i in sys rc mail lib 386){ bind -c /path/to/plan9front/$i /$i } cd /sys/src mk install cd /sys/src/boot/pc mk install cd /sys/src/9/pc mk 'CONF=pccd' install # build /tmp/dist/plan9.iso cd /sys/lib/dist bind /path/to/plan9front /n/src9 mk