From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jody Bruchon Subject: Re: Fwd: Error when running ./build.sh Date: Mon, 27 Feb 2017 01:42:09 -0500 Message-ID: References: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="utf-8"; format="flowed" To: Derek Johansen , linux-8086@vger.kernel.org On 2017-02-27 1:35 AM, Derek Johansen wrote: > After pulling in the ethernet updates I try to run > > sudo ./build.sh > > and get the following error: > > for DEL in sbin/partype sbin/ramdisk bin/clock; do rm /mnt/elks/$DEL; > done || true > [ "yes" = "yes" ] && \ > cp -p /home/djohanse/elk2/elks/elkscmd/ktcp/ktcp /mnt/elks/bin || true > mkdir -p /mnt/elks/boot > cp /home/djohanse/elk2/elks/elks/arch/i86/boot/Image /mnt/elks/boot/linux > cp: error writing ‘/mnt/elks/boot/linux’: No space left on device > cp: failed to extend ‘/mnt/elks/boot/linux’: No space left on device > make[1]: *** [_build_bootable_target] Error 1 > make[1]: Leaving directory `/home/djohanse/elk2/elks/elkscmd' > make: *** [full5] Error 2 > Build script has terminated with error 8 full5 is the 1.2M floppy image. Chances are that something in elkscmd will need to be dropped from it to make it work in the default configuration.