From therancor at gmail.com Sat Sep 3 00:31:58 2011 From: therancor at gmail.com (rancor) Date: Fri, 2 Sep 2011 16:31:58 +0200 Subject: [flashboot] Flashboot for OpenBSD 4.9 now on Github Message-ID: Hi! The latest version of Flashboot is now available on Github. https://github.com/openbsd/flashboot // rancor -------------- next part -------------- An HTML attachment was scrubbed... URL: From rd at tilde.se Sat Sep 3 00:40:17 2011 From: rd at tilde.se (Rickard Dahlstrand) Date: Fri, 2 Sep 2011 16:40:17 +0200 Subject: [flashboot] Flashboot for OpenBSD 4.9 now on Github In-Reply-To: References: Message-ID: <89BC2662-9F96-4909-BDAA-1CEB01FC561F@tilde.se> Nice work! Rickard. 2 sep 2011 kl. 16:31 skrev rancor: > Hi! > > The latest version of Flashboot is now available on Github. > > https://github.com/openbsd/flashboot > > // rancor > _______________________________________________ > flashboot mailing list > flashboot at mindrot.org > https://lists.mindrot.org/mailman/listinfo/flashboot -------------- next part -------------- An HTML attachment was scrubbed... URL: From flashbootlist at itmon.nl Sat Sep 3 04:07:47 2011 From: flashbootlist at itmon.nl (flashbootlist at itmon.nl) Date: Fri, 02 Sep 2011 20:07:47 +0200 Subject: [flashboot] Flashboot for OpenBSD 4.9 now on Github References: Message-ID: Great work. I'll definitly have a look at it after this weekend. Thanks!!! Mark rancor writes: > HTML content follows > Hi! > > The latest version of Flashboot is now available on Github. > > > https://github.com/openbsd/flashboot > > // rancor > From flashbootlist at itmon.nl Mon Sep 5 20:12:18 2011 From: flashbootlist at itmon.nl (flashbootlist at itmon.nl) Date: Mon, 05 Sep 2011 12:12:18 +0200 Subject: [flashboot] Flashboot for OpenBSD 4.9 now on Github References: Message-ID: Hi, I build a 4.9 kernel using the flashboot scripts I downloaded last Friday and it worked after 2 minor tweaks. I had to add ./ to call of the scripts in the chroot. Line 97 in build-release.sh (add ./ to build-release-injail.sh) Line 61 in build-kernel.sh (add ./ to build-kernel-injail.sh) I highly appreciate your work! Thank you. Mark rancor writes: > HTML content follows > Hi! > > The latest version of Flashboot is now available on Github. > > > https://github.com/openbsd/flashboot > > // rancor > From therancor at gmail.com Tue Sep 6 07:44:10 2011 From: therancor at gmail.com (rancor) Date: Mon, 5 Sep 2011 23:44:10 +0200 Subject: [flashboot] Flashboot for OpenBSD 4.9 now on Github In-Reply-To: References: Message-ID: Thank you for testing the new version. How where you running the scripts? We have been testing this scripts for a couple of weeks and have never seen this issue before. sudo ./build-release.sh sudo ./build-kernel.sh What version of OpenBSD did you use? Did you use root or did you build as a sudoers? Our building environment is vanilla 4.9 i386 with no changes at all. Best regards rancor 2011/9/5 > Hi, > > I build a 4.9 kernel using the flashboot scripts I downloaded last Friday > and it worked after 2 minor tweaks. I had to add ./ to call of the scripts > in the chroot. > > Line 97 in build-release.sh (add ./ to build-release-injail.sh) > Line 61 in build-kernel.sh (add ./ to build-kernel-injail.sh) > > I highly appreciate your work! Thank you. > > > Mark > > > > > rancor writes: > > HTML content follows >> >> Hi! >> >> The latest version of Flashboot is now available on Github. >> >> >> >https://**github.com/openbsd/flashboot >> >> // rancor >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From flashbootlist at itmon.nl Wed Sep 7 16:16:34 2011 From: flashbootlist at itmon.nl (flashbootlist at itmon.nl) Date: Wed, 07 Sep 2011 08:16:34 +0200 Subject: [flashboot] Flashboot for OpenBSD 4.9 now on Github References: Message-ID: Hi, I setup a virtual machine (using VirtualBox) with OpenBSD-4.9's install.iso. I scp'ed the tar.gz that I downloaded from github to the virtual machine. I than logged in (as root) from the "console" and extracted the tar.gz and run the commands (still as root) with ./build-release.sh ./build-kernel.sh GENERIC-RD Both scripts gave errors which I could fix by adding the ./ to the chroot calls. So, yes, the biggest difference is that I was root. Which for me is acceptable on a throw-away virtual machine. Maybe tomorrow I have some time to try again using sudo if you like; but would adding ./ be a goodthing to anyway? I'm happy eitherway.. I, already, greatly appreciate your work (and the work done by previous contributors)! Mark rancor writes: > HTML content follows > Thank you for testing the new version. > > How where you running the scripts? We have been testing this scripts for a > couple of weeks and have never seen this issue before. > > sudo ./build-release.sh > sudo ./build-kernel.sh > > What version of OpenBSD did you use? Did you use root or did you build as a > sudoers? > > Our building environment is vanilla 4.9 i386 with no changes at all. > > Best regards rancor > > > 2011/9/5 <flashbootlist at itmon.nl> > > Hi, > > I build a 4.9 kernel using the flashboot scripts I downloaded last Friday > and it worked after 2 minor tweaks. I had to add ./ to call of the scripts > in the chroot. > > Line 97 in build-release.sh (add ./ to build-release-injail.sh) > Line 61 in build-kernel.sh (add ./ to build-kernel-injail.sh) > > I highly appreciate your work! Thank you. > > > Mark > > > > > rancor writes: > > > HTML content follows > > Hi! > > The latest version of Flashboot is now available on Github. > > > https://github.com/openbs > d/flashboot>https://github.com > /openbsd/flashboot > > // rancor > > > From therancor at gmail.com Wed Sep 7 16:43:25 2011 From: therancor at gmail.com (rancor) Date: Wed, 7 Sep 2011 08:43:25 +0200 Subject: [flashboot] Flashboot for OpenBSD 4.9 now on Github In-Reply-To: References: Message-ID: Thanks, I just going to do some more testing with that change before I make a commit // rancor 2011/9/7 > Hi, > > I setup a virtual machine (using VirtualBox) with OpenBSD-4.9's > install.iso. I scp'ed the tar.gz that I downloaded from github to the > virtual machine. > > I than logged in (as root) from the "console" and extracted the tar.gz and > run the commands (still as root) with > ./build-release.sh > ./build-kernel.sh GENERIC-RD > > Both scripts gave errors which I could fix by adding the ./ to the chroot > calls. > > So, yes, the biggest difference is that I was root. Which for me is > acceptable on a throw-away virtual machine. > > Maybe tomorrow I have some time to try again using sudo if you like; but > would adding ./ be a goodthing to anyway? > > I'm happy eitherway.. I, already, greatly appreciate your work (and the > work done by previous contributors)! > > Mark > > > rancor writes: > > HTML content follows >> >> Thank you for testing the new version. >> >> How where you running the scripts? We have been testing this scripts for a >> couple of weeks and have never seen this issue before. >> >> sudo ./build-release.sh >> sudo ./build-kernel.sh >> >> What version of OpenBSD did you use? Did you use root or did you build as >> a sudoers? >> >> Our building environment is vanilla 4.9 i386 with no changes at all. >> >> Best regards rancor >> >> >> 2011/9/5 <> >> flashbootlist at itmon.**nl > >> >> >> Hi, >> >> I build a 4.9 kernel using the flashboot scripts I downloaded last >> Friday and it worked after 2 minor tweaks. I had to add ./ to call of the >> scripts in the chroot. >> >> Line 97 in build-release.sh (add ./ to build-release-injail.sh) >> Line 61 in build-kernel.sh (add ./ to build-kernel-injail.sh) >> >> I highly appreciate your work! Thank you. >> >> >> Mark >> >> >> >> >> rancor writes: >> >> >> HTML content follows >> >> Hi! >> >> The latest version of Flashboot is now available on Github. >> >> >> >https://**github.com/openbs >> d/flashboot> >> >h**ttps://github.com /openbsd/flashboot >> >> // rancor >> >> >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From rd at tilde.se Tue Sep 27 15:04:14 2011 From: rd at tilde.se (Rickard Dahlstrand) Date: Tue, 27 Sep 2011 07:04:14 +0200 Subject: [flashboot] New binary images up on tilde.se! Message-ID: <728A75B9-0E14-4BEF-9565-130BBA1F3904@tilde.se> Hi, Thanks to rancor there are now new binary images for 4.9 up on http://tilde.se/flashboot/ please test and tell us if you find any bugs. Kind Regards, Rickard.