Arch-live beta 1 released

Hey, this is godane.
Me and Tatzi came up with some scripts for a zenwalk live distro we were making. Tatzi did most of the scripting where i add alot of the stuff from zenwalk's build scripts to his build scripts to it make neater. Tatzi told me about MeoW linux live cd he made a while back and that it was base on arch linux.
I decide one day to try to make are build scripts work for arch linux. I needed to know if it was possible to make a modular live cd/usb system like slax/zenlive with arch linux. I found out it was hard at first because i didn't know much about the pacman system you guys made.
Anyway i figure out how to use it. For my modules i use a file with a list of package that will be installed in a aufs union. When one module is completed it will change the read-write folder then go on to the next package list for the next module. Its done this way so you have control of what package goes where. This is not like archie or faunOS or even MeoW linux. This a true modular system like slax or zenlive. This has not been done for arch linux yet.
I know you would say faunOS is a modular live system. No its not. Its just a mirror of a hard drive using linux-live scripts. I say this cause parts of a package is in all modules. You can't really take out a package with out having to change the whole system.
here are my goals:
1. To make a modular live cd/usb system like zenlive for arch linux.
2. To make it easier to make update modules for the system to stay up to date.
3. To make a desktop like zenwalk with xfce for default desktop.
Here is a link to may project page for now:
http://sourceforge.net/projects/chrisx/
NOTE: I know the project page says chrisx. I don't have the arch-live page yet. This is just for now.
The iso is update to 20060206 core+extra+community.
Here are some of the module scripts:
update2lzm name: This is to copy the current /var/lib/pacman/local and to do a pacman -Syu in a tmp folder.
arch2lzm package_name:     Copy's the current /varlib/pacman/local and makes a package with deps.
You can also make modules from folders in thunar by right-clicking and click on the build module option.
I hope this helps.
EDIT:
user: root
pass: ZenLive
sorry i forgot about it.
Last edited by godane (2008-02-07 09:20:38)

godane wrote:
Hey, this is godane.
Me and Tatzi came up with some scripts for a zenwalk live distro we were making. Tatzi did most of the scripting where i add alot of the stuff from zenwalk's build scripts to his build scripts to it make neater. Tatzi told me about MeoW linux live cd he made a while back and that it was base on arch linux.
I decide one day to try to make are build scripts work for arch linux. I needed to know if it was possible to make a modular live cd/usb system like slax/zenlive with arch linux. I found out it was hard at first because i didn't know much about the pacman system you guys made.
Anyway i figure out how to use it. For my modules i use a file with a list of package that will be installed in a aufs union. When one module is completed it will change the read-write folder then go on to the next package list for the next module. Its done this way so you have control of what package goes where. This is not like archie or faunOS or even MeoW linux. This a true modular system like slax or zenlive. This has not been done for arch linux yet.
I know you would say faunOS is a modular live system. No its not. Its just a mirror of a hard drive using linux-live scripts. I say this cause parts of a package is in all modules. You can't really take out a package with out having to change the whole system.
here are my goals:
1. To make a modular live cd/usb system like zenlive for arch linux.
2. To make it easier to make update modules for the system to stay up to date.
3. To make a desktop like zenwalk with xfce for default desktop.
Here is a link to may project page for now:
http://sourceforge.net/projects/chrisx/
NOTE: I know the project page says chrisx. I don't have the arch-live page yet. This is just for now.
The iso is update to 20060206 core+extra+community.
Here are some of the module scripts:
update2lzm name: This is to copy the current /var/lib/pacman/local and to do a pacman -Syu in a tmp folder.
arch2lzm package_name:     Copy's the current /varlib/pacman/local and makes a package with deps.
You can also make modules from folders in thunar by right-clicking and click on the build module option.
I hope this helps.
EDIT:
user: root
pass: ZenLive
sorry i forgot about it.
Hi godane,
Glad to see you working on this. The more live distros the better
I am trying to figure out what exactly you mean by "modular". Do you mean something like morphix, where the OS is comprised of a set of modules, like a module for scientific apps, a module for X apps, etc?
Here are some points:
- You can uninstall any package you like in FaunOS and save your session at reboot/shutdown and that package is gone. This is done normally through pacman.
- FaunOS is a lot more than just a mirror of a hard drive with linux live scripts. We actually use larch to produce FaunOS not linux live scripts. There is the session saving feature of larch that we use which I think you have missed. Session saving allows you to save changes back to the boot device as overlays that are unioned with previous images. Also this allows us to have not write back anything to the USB at runtime, elongating the life of the USB drive. You only write once, if you chose to save your session to you boot device.
I am currently downloading your system.
I will let you know my thoughts.
Thanks and keep up the good work,
Raymano

Similar Messages

  • Arch-live-20080210 released

    I have update arch-live yesterday but i think its ok to call it 20080210 release. I change the version cause arch linux is a rolling distro so there is no need for betas, RC, etc.
    there are a lot of programs add in this release. here is the list of module/programs in modules subfolders:
    libs folder:
    * boost
    * chmlib
    * jre
    * libmysqlclient
    * libstdc++5.lzm
    * mysql-clients
    * qt3 and qt4
    * swt
    * wxgtk & wxgtk-2.6
    * xulrunner
    server folder:
    * apache
    * lighttpd
    * mysql-python
    * mysql
    * php
    xapps folder:
    * deluge
    * epdfview
    * flashplugin
    * geany
    * gftp
    * gimp
    * gqview
    * gtk-recordmydesktop & recordmydesktop
    * gtkpod
    * inkscape
    * isomaster
    * mplayer
    * openoffice-base
    * pidgin
    * smplayer
    * speedcrunch
    * urlgfe
    * xchm
    xgames folder:
    * lincity-ng
    * tuxguitar
    * warzone2100
    * zsnes
    NOTE: tuxguitar and zsnes don't have desktop files. This is not my fault. The maintainer of these packages didn't make them.
    Arch-live is a lot more module now with this new design. Most of the deps are in 08-xlibs and 05-common. Also firefox, firefox-i18n, and wicd are in base/extra folder. I thought you should know that before questions come up. This iso file is 612mb now. So its a lot big and took me 3 and a half hours to upload. I believe i may have for got something but I leave that for you figure out.
    project page:
    http://sourceforge.net/projects/chrisx/
    I hope this helps everyone out there.

    you can load module with in shell:
    uselivemod /path/to/module.lzm
    You can also right-click on a module in thrunar and click 'use module' option.
    You can remove module with this in shell:
    rmlivemod modulename
    There is no need for a modulename.lzm in rmlivemod command. rmlivemod will only remove modules that doesn't have open/running files.
    arch-live will have the new linux-live scripts when i can test them and add my custom options. I'm also going to see how to make the kernel more arch compatible if possible. I have kernel source if you want it.
    http://users.zenwalk.org/user-accounts/ … 4-live.lzm
    I hope this helps.

  • Beta Refresh Release Now Available!  Sun Cluster 3.2 Beta Program

    The Sun Cluster 3.2 Release team is pleased to announce a Beta Refresh release. This release is based on our latest and greatest build of Sun Cluster 3.2, build 70, which is close to the final Revenue Release build of the product.
    To apply for the Sun Cluster 3.2 Beta program, please visit:
    https://feedbackprograms.sun.com/callout/default.html?callid=%7B11B4E37C-D608-433B-AF69-07F6CD714AA1%7D
    or contact Eric Redmond <[email protected]>.
    New Features in Sun Cluster 3.2
    Ease of use
    * New Sun Cluster Object Oriented Command Set
    * Oracle RAC 10g improved integration and administration
    * Agent configuration wizards
    * Resources monitoring suspend
    * Flexible private interconnect IP address scheme
    Availability
    * Extended flexibility for fencing protocol
    * Disk path failure handling
    * Quorum Server
    * Cluster support for SMF services
    Flexibility
    * Solaris Container expanded support
    * HA ZFS
    * HDS TrueCopy campus cluster
    * Veritas Flashsnap Fast Mirror Resynchronization 4.1 and 5.0 option support
    * Multi-terabyte disk and EFI label support
    * Veritas Volume Replicator 5.0 support
    * Veritas Volume Manager 4.1 support on x86 platform
    * Veritas Storage Foundation 5.0 File System and Volume Manager
    OAMP
    * Live upgrade
    * Dual partition software swap (aka quantum leap)
    * Optional GUI installation
    * SNMP event MIB
    * Command logging
    * Workload system resource monitoring
    Note: Veritas 5.0 features are not supported with SC 3.2 Beta.
    Sun Cluster 3.2 beta supports the following Data Services
    * Apache (shipped with the Solaris OS)
    * DNS
    * NFS V3
    * Java Enterprise System 2005Q4: Application Server, Web Server, Message Queue, HADB

    Without speculating on the release date of Sun Cluster 3.x or even its feature list, I would like to understand what risk Sun would take when Sun Cluster would support ZFS as a failover filesystem? Once ZFS is part of Solaris 10, I am sure customers will want to use it in clustered environments.
    BTW: this means that even Veritas will have to do something about ZFS!!!
    If VCS is a much better option, it would be interesting to understand what features are missing from Sun Cluster to make it really competitive.
    Thanks
    Hartmut

  • Arch-larch 20080914 CD Release

    Arch-larch is based on my custom larch scripts to have modular support, from boot option, and rootcopy support. Its also has autologin boot option and desktop boot option to select the desktop for login. Also the default desktop is lxde by the way.
    http://arch-live.blogspot.com/2008/09/a … lease.html
    I hope this helps.
    Last edited by godane (2008-09-15 03:59:44)

    Arch-larch 20080914 CD Release
    http://arch-live.blogspot.com/2008/09/a … lease.html
    Happy Testing!

  • Arch-live.co.nr is down

    Arch-live.co.nr is down cause it went over the 6Gb bandwidth a month limit. This is a good thing in a since cause it means that my project is very popular. The site was also not hosting the isos. It was just the web site.
    Anyway's I'm hoping that maybe my project could become a official archlinux project. A once a month iso release with desktop and stuff is not a bad idea for some the newer archlinux users anyway.

    Thanks for your help. I appreciate you & others, who make things like Arch Linux more: popular, accessible, & easier to use for new beginners, here.
    I discovered your project at: http://en.wikipedia.org/wiki/Arch_Linux
    Last edited by NewsAndHistory (2009-01-19 23:04:26)

  • Why not? kdemod + arch kde, same for arch live +chakra

    Sorry for bug you people, but now that the waters are calm, i wanna ask a simple cuestion, why 2 proyects for the same task, arch kde and kdemod, same for arch live and chakra.
    as user of both i think if all join the efforts, arch could be even better and erase the problems  spesific for kde  or kdemod, i now... linux is choice, and diferent aproachs(now are very close i think). but, ARCH Linux is one of the finnest distros and unified it, could make ready for be a popular wide users target distro.
    linux is choice, but community is common efforts for a greater resoults.

    drelyn86 wrote:Maybe the Chakra project should use Arch KDE rather than KDEmod. Then they could spend less time splitting packages, and more time fixing that god-awful Shaman application. I understand their liveCD is still in Alpha testing.
    Agree! Altho arch should have used kdemod as its kde in the first place

  • I am a gambler in the UK and have just downloaded firefox 4; now I am unable to use the live betting on site Sporting Index which is perfectly legal in the UK. I was also able to obtail this site with my previous edition of firefox??

    I bet in the uk with sporting index as I live in the uk.
    I often look at their live betting prices of firefox.
    Now I have downloaded firefox 4 it won't let me do this anymore so I would like to stop version 4 and go back to the old version which allowed me access to the live betting prices on Sporting Index

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • X freezes in arch live cd

    Hi,
    I have been trying to boot into x from the live arch cd. So I followed the archiso guide and now I am able to boot in live cd with my persnalised packages, basically it's just xorg, openbox, synaptics for my laptop and midori. So that I can always open temrinal and midori browser side my side and refer to arch wiki's in installation if I have to ever make any. Currently I am testing the iso, but X freezes immediately I do a startx, then nothing works. Mouse nor keyboard. I am not sure how to debug this. Please guide...
    And it's a live cd, so next time I login the Xorg logs generated would be gone
    Thanks
    Last edited by Debasish Patra (2014-03-09 06:50:16)

    I think that you're overcomplicating this, just use a terminal browser, and different tty's (ctrl+alt + F2) I dont think that the live cd i made to boot into X, i cant see no reason why not, but it is not intended to do it.
    Also i think there's an alternative arch linux installer, that uses some kind os ncurses GUI, an has the guide prepackaged, but im not sure if it is still active (maybe someone can post a link to it i cannot find it on google). I think that the normal live cd has somer sort of installation guide in it.
    Alternatively im thinking in way of installing arch, using two live cd's (or two live usbs), one from a distro with X already installed, (like ubuntu) and then arch live cd. Boot into ubuntu, then chroot into arch live cd and perform the installation from there. But well it is overcomplicating things also, but at least you will have a GUI.

  • Can anyone help me mirror my arch-live ultimate edition?

    I was wondering if anyone will help me in hosting my arch-live ultmate edition? I also would like to know what programs/desktops people want on it. I asking cause I don't want to use all my friends monthly bandwidth in a few days. The iso is going to use wcp (wolvix control panel) for installing it on to a livecd.
    I asking this cause I can't use bittorrent with my linksys router on wifi well. I also can't use my back computer cause its my brother's.
    Will anyone help me with this project?
    PS This is a unoffical project still. I'm also going to have kdemod and kdemod4 in iso in less there is a problem with it. This iso is going to be no bigger then 1.4GB. This will allow you to put it on a 2gb usb key with keeping changes.
    Last edited by godane (2008-07-16 00:12:49)

    openbox, fluxbox, fvwm, awesome, twm, icewm, gnome, xfce, e16, and e17 i think are all on the cd iso. Its just kdemod4 doesn't fit in without remove most if not all of the desktop apps.
    Thanks for asking though,
    @crouse
    Thanks for the mirror.
    Last edited by godane (2008-07-17 06:22:51)

  • Two New Beta Labs Releases S60v5

    As title suggests, there are two new software releases from beta labs, a new release for Nokia bots
    http://betalabs.nokia.com/apps/nokia-bots/download​_and_installation
    And a new app for Video collection management and access, looks interesting
    http://betalabs.nokia.com/apps/nokia-video-cuts
    I find most Beta labs releases quite useful and at least worth giving a try 
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

    Lol  I have about 45 videos on my phone including 3 full length movies, it loaded 29 then stopped, so when I open it again it tries to load the others then crashes after about a second, if I select no, the viseos that are there work really well, think the app will be good if it gets beyond experimental. Also finding the Nokia Bots app vastly improved and more useable 
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • VIPM Professional Edition 1.1 Beta 2 Released

    JKI is excited to announce the 2nd beta release of VIPM Professional Edition 1.1. This includes improvements resulting for your feedback -- thank you!
    Please see the VIPM 1.1 - Beta 2 Release Notes page for more information about the improvements made in this release.
    To download and install VIPM Professional Edition 1.1 Beta 2, visit http://jkisoft.com/vipm/download/.

    thanks
    ... And here's where I keep assorted lengths of wires...

  • Arch live CD with gnome

    Well charka looks interesting but to be honest KDE make me seriously reconsider pros/cons of living vs Dieing. I don't know why but I just cant stand it using it as my main DE. So its there a similar project with gnome? Also charka seems a little bloated , I was thinking of one with Arch + KDE and thats it. But whatever.
    EDIT: Sorry I was talking about an Arch live cd with gnome charka is an arch based distro with a kde desktop. I was talking about a arch based distro with a gnome desktop.
    Last edited by generic_ (2009-01-25 20:11:09)

    This «Charka» intrigues me, where did you find out about it?
    Also, detailed memory analysis¹ at our Chakra World Domination Headquarters have shown that a comparable Gnome setup can consume several magnitudes more memory and bloat, while featuring only an infitesimal amount of the features, of a Kde Desktop Environment.
    I am currently unaware of any efforts to squeeze a gnome onto a CD-platter, but I'm sure you could do it on a couple of DVD's and some effort. Writing a usable installer using GTK is a whole other story (good luck finding good and up to date tutorials and documentation!).
    ¹: For a discussion of a methodology, please see: http://ktown.kde.org/~seli/memory/analysis.html
    (DISCLAIMER: No, I haven't done any real testing, and noone has done any lately that I know of (but KDE won last round), but my personal experiences confirm it. If anyone seriously want to make a Charka, featuring Gnome and Arch and a pretty installer, get in touch, as our installation backend should be easily shared between installers, no matter what desktop or toolkit you write it for/use. I'm serious about the lack of good documentation for GTK, though.)

  • BETA UEFI Releases for MSI 990FXA-GD65 [MS-7640 PCB 3.0] [E7640AMS.Jxx versions]

    Where you move the "BETA UEFI Releases for MSI 990FXA-GD65 [MS-7640 PCB 3.0] [E7640AMS.Jxx versions]" was in the link https://forum-en.msi.com/index.php?topic=151619.0?
    That it´s ended?
    Tank you
    José Crispim
    Portugal

    >>Beta BIOSes<<

  • SF killed arch-live hosting

    SF killed my project for no real reason. They say that they don't want distro on the site cause of space. Here is a project that takes alot of space a bandwidth:
    http://sourceforge.net/projects/absolute-linux/
    I'm tell you about this cause if there is a problem with my distro then there should be a bigger problem with Absolute Linux. I'm only doing this rant cause they didn't even give me a email for why they killed my hosting.
    BTW, absolute linux use more space and 6 times the bandwidth that arch-live took up. (33gb bandwith a week for arch-live Vs 180gb+ a week for Absolute Linux.) Explain why there is a double standard with SF.
    If anyone can help me with host that would be great.
    PS The project maybe renamed to ZenArch. The idea is we have 2 apps for a task instead of one. One for low spec systems and one for higher end systems. We will be simple like zenwalk in that ZenArch will be for newbies. Almost everything will be setup for them to start learning archlinux.
    EDIT: I decide to change back to arch-live has the distro's name. Only cause I think ZenArch would cause confusion.
    Last edited by godane (2008-04-25 18:18:06)

    I have found a new host with jeebusmoblie in irc.
    http://arch-live.isawsome.net/
    I have some modules there already. The iso will take longer to upload though. (About 5 hours for 505mb iso file.)
    But if anyone wants to be a mirror host that would be of great help. (This way there is a backup mirror so everything is not lost again.)
    I hope this helps.

  • [LiveCD/USB] CTKArch Live 0.7 release

    Hi there !
    I haven't posted there since the beginning of my live system project, since it was only available in French.
    But lilsirecho was so enthusiastic about it that I finally released it in English/French !
    [EDIT] the new site is http://ctkarch.org
    So, after two intensive weeks of coding, there it is :
    http://calimeroteknik.free.fr/ctkarchlive/index-en.html
    CTKArch 0.6 (live screenshot) :
    The documentation will be more precise, but the main ideas and features are :
    1/ Lightweight :
    That means nothing is launched without you requesting it, and that I always try to launch as few processes as possible.
    It doesn't use much RAM, here is a screenshot with desktop/web browser/filemanager using 43MiB RAM.
    So when I say lightweight I really mean it.
    2/ Functional :
    All included apps (see documentation for details) are indispensable.
    Everything you can't live without should be there : web, ftp, email, chat filemanager&archiver, office, image, audio/video reading and editing and CD burning.
    3/ Hardware support, technical novelties and Arch compliance
    In the 0.5 version, an experimental GIT version of nouveau was included, which allowed me tu run smooth 3D on most nVidia cards !
    All possible drivers for video are included (with scripts to set them up if needed) ; the goal is to support the most possible machines out of the box. As it is for sound.
    Now, I use nouveau from the repos, as I do for the rest of the system : I want to keep in touch with Arch, using the best possible the repos, for updates to go the best possible when the system is installed.
    The last bleeding-edge function is the clean BTRFS support, for the persistent home, and at installation and after.
    4/ Modular :
    The home folder can be put on a read/write partition (the comon case is to dd the iso on a flash drive and create this partition in the remaining space)
    Then, to be able to modify the whole system as much as you want, there is the "add-on" support.
    They are squashfs archives you can simply copy to the "addons" subfolder of the persistent home partition, or since 0.6, in the addons folder of the CD. (this allows to very simply remaster the CD)
    And of course you can install it on a PC at any time, with any combination of the base-system/addons/personal-home !
    I'll add I'm very fond of fancy boots and desktops, so I think this live system (and resulting installation) give a good example of how I think an Arch install should look like.
    Hope you like it !
    I'm open to suggestions by the way, if they can get along with my idea. Otherwise, make an addon and everyone will be happy !
    [EDIT] You can join #ctkarch on freenode to ask questions, share any idea or possible improvement ! ☺
    Last edited by Calimero (2011-04-07 20:51:24)

    This coming paragraph is not an  distro-error but just a login screen I missed due to a slow starting monitor and auto choice french language settins:
    A little  hiccup in the 64 bits livecd;
    When I choose Clavier Anglais (not in English) I still get a French menu. Both from the bottom bar and the Openbox context menu.
    The language setting still is French in short(when installing, edit the etc/locale.gen file and use locale-gen to change that).
    There is no conky on the desktop; what  a brave guy you are, Calimero, to leave that out.
    I think it is a good idea for old pc to use Arora, but to make it the default browser is aiming/limiting  this distro at a certain segment, which I would say, no; but of course choices like that are to the dev. Midori has crashed so much in the past that I don't even want to try it anymore.
    In Arora the default search engine is Yahoo; didn't even know it existed anymore. I think in any browser that is in the spirit of FSF Duckduckgo should be the default; and it gives much better search results.
    In Openbox configuration I miss the themes I like the most, but that is of course also very personal. The icon theme is Azenis. The default look is a bit like modern black scheme a few years ago.
    This is totally unimportant of course  but in this field, the look and feel the distro can make major improvements, look for instance at ADComp wonderful openbox configurations in Madbox 9.04 or 10.04.
    LxAppearance and Obconfig for configuration  of openbox but not Obmenu. I also miss the wonderful Adeskbar, a beauty of a little, lightweight dock. Then you can leave out fbpanel.
    Similarly the rc.xml file is totally basic; no keybindings to programs at all. So in the openbox department there are a lot ofconfiguration choices left open. A bit too much to my liking.
    The fact you have to start wicd by hand at each live session, is understandable as a theoretical point of view, but just not practical; I think you should compromise here.
    Testing my webcam with mplayer tv://  worked well with a Logitech Quickcam Communicate STX.
    In the application choice apart from webbrowser I find little problems; I like pcmanfm.
    Other Reseau/network programs pidgin, sylpheed, xchat, gftp.
    Terminal app rxvt unicode
    Gpicview (not listed in the ob contextmenu) wouldn't be my first choice. I prefer Ristretto which is also very lightweight.
    Gtkam to get pic from you camera and Gimp.
    Audacious, Avidemux, smplayer, brasero, mhWaveEdit for video and music.
    Gnumeric, Abiword and ePDFviewer
    Last edited by pablokal (2010-12-17 15:00:25)

Maybe you are looking for