From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1330 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general,gmane.linux.sabotage.general Subject: sabotage linux X86_64 image with LXDE desktop released Date: Sat, 21 Jul 2012 22:59:11 +0200 Message-ID: <500B181F.7080406@barfooze.de> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1342903699 20160 80.91.229.3 (21 Jul 2012 20:48:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 Jul 2012 20:48:19 +0000 (UTC) To: musl@lists.openwall.com, sabotage@lists.openwall.com Original-X-From: musl-return-1331-gllmg-musl=m.gmane.org@lists.openwall.com Sat Jul 21 22:48:18 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Ssgay-0001Sh-5T for gllmg-musl@plane.gmane.org; Sat, 21 Jul 2012 22:48:12 +0200 Original-Received: (qmail 5274 invoked by uid 550); 21 Jul 2012 20:48:11 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 5263 invoked from network); 21 Jul 2012 20:48:11 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 Xref: news.gmane.org gmane.linux.lib.musl.general:1330 gmane.linux.sabotage.general:13 Archived-At: I uploaded an image file of my latest sabotage build from https://github.com/rofl0r/sabotage it comes with tinyx and LXDE installed. start X server with "startx" (if it fails to start, try to launch it again, there are some timing issues) the desktop works, but is not polished at all - there's no background image and the icon paths seem to be misconfigured. this can be considered a technoloy preview. here is a screenshot: http://i.imgur.com/Lz7Ov.png feel free to tweak the desktop and the X11 settings and file pull requests on github. additional packages can be installed as on the sabotage chroot - cd /src ; vi config ; . config ; butch install packagename (i.e. luajit) the base system itself can be considered quite stable and moderately well tested at the moment. there are likely some security patches missing, but the kernel used is grsec patched. so if you intend to use gdb you may have to override some ptrace settings using paxctl. (or build your own kernel with grsec disabled, see /src/pkg/kernel) root password is sabotage dont forget to read README in github repo Image files are available athttp://mirror.wzff.de/sabotage/ http://mirror.wzff.de/sabotage/sabotage-0.9.2-x86_64_5e7eda8.img.xz sha512 checksum 442aa4d8fca1516e8ede95265eb62ef8cb9a78f674ae466c312b244c94179eb481d484911d52a8856d70f8026bac9048395c3a89237d9ce6cded4be93abab48e unpack using xzcat (extracts to a 10GB imagefile) launch using qemu-system-x86_64 imagefile or alternatively convert to virtualbox format using |VBoxManage convertfromraw $IMG $VDI | if you use virtual box, you may have to change /bin/X to use different device ids (currently commented out) you can also loopmount the image and copy the rootfs from there there's also a rootfs for armv7l/softfp available. kernel is not included, because the kernel has to be carefully adapted to each specific ARM device its intended to run on.