On Jan 4, 4:23 am, cch <cchu...@mail.cgu.edu.tw> wrote: > Hi, > > I made a test sage-5.0.prealpha0 image for Intel x64 system. It owns > the following functions: > > a) Sage-5-prealaph0 > b) Imagemagick-6.7.2 > c) matplotlib-gui enabled (with _tkagg backend) > e) ffmpeg-0.8.4 > f) firefox nightly build 12a1 > g) jre-1.6u29 > based on slackware live linux, porteus with Linux-3.1rc10. > > It can burn to a bootable CDROM and installed on removable device, > refhttp://porteus.org. > > Interested can find the image file, Sage-5pre-a-x64.iso, at > > http://diffusion.cgu.edu.tw/ftp > > cch
Hi, I tested the iso and it is very polished - good work! For all who - like me - don't burn many CD's here is a short guide how to start the Live CD iso file from hard disk. If your system has no GUI support for opening iso files, it can be done from commandline like this: mkdir isoimage mnt -t iso 9660 -o loop /path_to/Sage-5pre-a-x64.iso /path_to/isoimage then copy the folders /boot and /porteus from the iso image to the hard disk. ( I assume in / of sda1) add a Grub entry to menu.lst: Title test Porteus Sage Live CD root (hd0,0) kernel /boot/vmlinuz initrd /boot/initrd.xz cheers emil -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org