ViperAFK Share Posted August 4, 2012 Been trying to get Arch to make a test LiveCD with some of the bits I did with my VM from my blog post. Damn it is hard to find a proper way to do it, love Arch but really cant find a decent way to make an Installer/LiveCD :( https://wiki.archlinux.org/index.php/Archiso Link to post Share on other sites
firey Share Posted August 4, 2012 Any joy? lol Not yet, I broke my Arch install. Just got it all re-installed and setup, hoping to work on it this weekend. Been making notes on basic installation steps (mostly out of the wiki). So that I can also look at the installer. However, I've also opted to go with Cinnamon as the DE, so it differs slightly from what the community S2 will be like. However the core I assume will all remain the same. Link to post Share on other sites
DGMurdockIII Share Posted August 4, 2012 http://www.linuxliveusb.com/ Link to post Share on other sites
Brandon H Supervisor Share Posted August 4, 2012 http://www.linuxliveusb.com/ I don't think this does what you think it does.all this does is put existing distro installers on a usb drive Link to post Share on other sites
DGMurdockIII Share Posted August 4, 2012 Remastersys - http://www.geekconnection.org/remastersys/ reconstructor- http://www.reconstructor.org/ Building a Custom Live CD with Linux-Live - http://lwn.net/Articles/172132/ Live Linux® CDs: Building and Customizing Bootables - http://www.amazon.com/dp/0132432749/?tag=stackoverfl08-20 Link to post Share on other sites
Brandon H Supervisor Share Posted August 4, 2012 Remastersys - http://www.geekconne...rg/remastersys/ reconstructor- http://www.reconstructor.org/ Building a Custom Live CD with Linux-Live - http://lwn.net/Articles/172132/ Live Linux? CDs: Building and Customizing Bootables - http://www.amazon.co...tackoverfl08-20 why are you even posting this in this thread? this thread is about what apps should be included default.there's already another thread talking about the installer http://www.neowin.net/forum/topic/1091945-shift2-gui-installer/ Link to post Share on other sites
firey Share Posted August 4, 2012 So... I was able to get a GUI installer working lastnight (got firefox to install). However, for some reason whenever I run it now it locks up my install. Not sure if it's code related, or if it's VM related. Link to post Share on other sites
firey Share Posted August 4, 2012 so.. still trying to get it working. As I need to run certain things as root, I've been trying to get it to run sudo first.. which should work as I have it installed and working. However.. whenever I try and launch sudo with pacman as the argument it locks the system. However.. it worked fine last night. Going to try having the exe run as root directly. Not ideal.. but worth a shot. Link to post Share on other sites
firey Share Posted August 4, 2012 This not being able to edit posts kinda sucks.. however I have it running properly when the app is run as sudo or root. Still looking into getting it running better with the program launching pacman as sudo. However.. that said I have run a couple tests and it is installing firefox, I still need to add auto-yes to install missing dependencies, but yea.. it's coming along nicely. 1 Share Link to post Share on other sites
DGMurdockIII Share Posted August 4, 2012 So... I was able to get a GUI installer working lastnight (got firefox to install). However, for some reason whenever I run it now it locks up my install. Not sure if it's code related, or if it's VM related. please take this to the gui installer post this is for the talk what app shold be default ones Link to post Share on other sites
Asharae Author Share Posted August 5, 2012 https://wiki.archlin...dex.php/Archiso Was looking into this, seems my Arch install now on my VM is all of a sudden hosed :( Will have to reinstall and do it again. Bah lol Link to post Share on other sites
firey Share Posted August 5, 2012 please take this to the gui installer post this is for the talk what app shold be default ones Maybe you aren't following the entire thread.. the installer is a base set of code that we can use throughout multiple apps. In the case this one refers to.. the browser selection screen that was mentioned above. Link to post Share on other sites
n_K Share Posted August 6, 2012 Not exactly a default app, but what about implementing this too? http://www.pgbovine.net/cde.html Link to post Share on other sites
+Majesticmerc MVC Share Posted August 6, 2012 Not exactly a default app, but what about implementing this too? http://www.pgbovine.net/cde.html That'd be cool :) Link to post Share on other sites
firey Share Posted August 7, 2012 little update. I have basic install from gzip files done (it will untar it, makepkg it, then pacman -U it). It's not perfect, and isn't thoroughly tested. I also have an automatic pacman -Syyu thing, basically a system/repo update that accepts the download prompt. Once I get a github uploader and I clean up the code I will upload it. Link to post Share on other sites
Haggis Veteran Share Posted August 7, 2012 sorry wee bit off topic here gonna put arch on a vm tonight and try it again what do u guys use for vm's? Link to post Share on other sites
+Majesticmerc MVC Share Posted August 7, 2012 sorry wee bit off topic here gonna put arch on a vm tonight and try it again what do u guys use for vm's? I'm a virtualbox kinda guy myself. Link to post Share on other sites
firey Share Posted August 7, 2012 sorry wee bit off topic here gonna put arch on a vm tonight and try it again what do u guys use for vm's? I am using virtualbox. if you have any questions let me know. also as you install, let us know of anything you find that is difficult that we should focus on. now that my code is working for both repo and gzip files we can potentially setup our own repo/server with aur gzips Link to post Share on other sites
Haggis Veteran Share Posted August 7, 2012 lol i managed to get it installed but could never get networking working, last time i tried i got netowrk up and i could ping the router but could not ping even an ip address outside lol will do it tonight and post a thread in here as i am doing it :) Link to post Share on other sites
Brandon H Supervisor Share Posted August 7, 2012 lol i managed to get it installed but could never get networking working, last time i tried i got netowrk up and i could ping the router but could not ping even an ip address outside lol will do it tonight and post a thread in here as i am doing it :) check out the beginners guide linked on the front of the arch website, it'll tell you everything you need to know to get arch up and running, helped me when i first started messing with it in virtualbox Link to post Share on other sites
Haggis Veteran Share Posted August 7, 2012 getting this with Virtualbox lol Makefile:172: *** Error: unable to find the sources of your current Linux kernel this is for DKMS says it wont run a vm without it lol EDIT: forget that fixed it lol Link to post Share on other sites
Matthew_Thepc Share Posted August 7, 2012 sorry wee bit off topic here gonna put arch on a vm tonight and try it again what do u guys use for vm's? I normally use VMware Player, but I've got virtualbox installed so I'm fine with that :D Link to post Share on other sites
n_K Share Posted August 7, 2012 'Makefile:172: *** Error: unable to find the sources of your current Linux kernel' You need the linux headers and source files! Try: pacman -S linux linux-api-headers linux-firmware linux-headers and see if it will work (if it says it's already up to date then remove it from the command and try again) Link to post Share on other sites
Asharae Author Share Posted August 7, 2012 Im a VirtualBox person myself, still gotta get round to fixing my borked Arch install :( Link to post Share on other sites
DGMurdockIII Share Posted August 8, 2012 I thougt this was a thread about what apps would be default app in Shift² Link to post Share on other sites
Recommended Posts