From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Georg Potthast" Subject: Re: Error when running ./build.sh Date: Mon, 27 Feb 2017 08:17:14 +0100 Message-ID: <641C96E3D0B049DAACCB7DB76101F350@PotthastHP> References: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1488181291; l=1543; s=domk; d=georgpotthast.de; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Subject: In-Reply-To:References:To:From; bh=mE5CbcUYK2tAvfMJWe29B9RjN8DSGi2VZ5A4OFDw1Fo=; b=zCWrC0HxMIbbd7S+Xp0kz9gbolIGLNtNq/esuNYYFXu8CNY9jx4LubSDCV+i9uEk24 5f6XjaOEmZ+bY2p7a8fj4UqajcZWUaSoeNQi5Vb2LRm25N37nSNpVKeMrX4KPt2CU3hr g7THTZczz2jjJKETaMfhCh5kXl9lhAwfhhEs0= In-Reply-To: Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; format="flowed"; charset="utf-8"; reply-type="response" To: Derek Johansen , linux-8086@vger.kernel.org I always use the full3 target and have not tested any different target. So "sudo make full3" in elkscmd works. You may have to change the owner of the resulting full3 file to use that with qemu. Georg -----Ursprüngliche Nachricht----- From: Jody Bruchon Sent: Monday, February 27, 2017 7:42 AM To: Derek Johansen ; linux-8086@vger.kernel.org Subject: Re: Fwd: Error when running ./build.sh 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. -- To unsubscribe from this list: send the line "unsubscribe linux-8086" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html