You are not logged in.

#76 2010-08-20 05:13:27

kmason
Member
From: Tempe, Arizona, USA
Registered: 2010-03-23
Posts: 256
Website

Re: Arch Linux Afterglow Edition

tomk wrote:

FYI that script runs 'pacman -Sy <packages>' - this is not recommended, as it could cause dependency issues.

Thanks for pointing this out, I was unaware of this.  What should it do instead?

Offline

#77 2010-08-20 18:06:10

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Arch Linux Afterglow Edition

pacman -Syu <packages>

Offline

#78 2010-08-20 21:16:42

kmason
Member
From: Tempe, Arizona, USA
Registered: 2010-03-23
Posts: 256
Website

Re: Arch Linux Afterglow Edition

Ah okay, figured it might be something like that.

Offline

#79 2010-08-20 21:30:37

dcc24
Member
Registered: 2009-10-31
Posts: 732

Re: Arch Linux Afterglow Edition

I've been watching (and sometimes participating) in this thread from the beginning, so here are some suggestions:

- Use packer instead of bauerbill. Why? It has a much higher level of pacman resemblence (i.e. look&feel) and, IMHO it works faster.
- The default set of applications is huge! Almost 700 packages for a simple lightweight WM? I think it would be nice if you removed all the non-essential stuff (around 300-400 packages I'd say) and let the user install whatever they want to, after your script finishes.

Other than these, this project seems to be progressing quite well. Keep up the good work!


It is better to keep your mouth shut and be thought a fool than to open it and remove all doubt. (Mark Twain)

My AUR packages

Offline

#80 2010-08-20 23:03:05

72linus
Member
From: gordonsville,va
Registered: 2009-03-14
Posts: 144
Website

Re: Arch Linux Afterglow Edition

I am also wondering if you could post the exact instructions somewhere?
from reading the thread I assume it's

1) install a base ARCH system

2) download and run the script

3) reboot into new Afterglow Edition

is that somewhat correct or no?

Offline

#81 2010-08-20 23:14:07

kmason
Member
From: Tempe, Arizona, USA
Registered: 2010-03-23
Posts: 256
Website

Re: Arch Linux Afterglow Edition

dcc24 wrote:

I've been watching (and sometimes participating) in this thread from the beginning, so here are some suggestions:

- Use packer instead of bauerbill. Why? It has a much higher level of pacman resemblence (i.e. look&feel) and, IMHO it works faster.
- The default set of applications is huge! Almost 700 packages for a simple lightweight WM? I think it would be nice if you removed all the non-essential stuff (around 300-400 packages I'd say) and let the user install whatever they want to, after your script finishes.

Other than these, this project seems to be progressing quite well. Keep up the good work!

The reason why I used bauerbill however, is because its a lot easier to integrate into the script, as Xyne has a custom repo that you can download it from, and thus you can install it with pacman itself that way.  I will also probably slim down on the package count as well.

72linus wrote:

I am also wondering if you could post the exact instructions somewhere?
from reading the thread I assume it's

1) install a base ARCH system

2) download and run the script

3) reboot into new Afterglow Edition

is that somewhat correct or no?

This is exactly correct, although I think it an install of base-devel is needed, not sure if I fixed that in the script yet.

Offline

#82 2010-08-20 23:46:35

72linus
Member
From: gordonsville,va
Registered: 2009-03-14
Posts: 144
Website

Re: Arch Linux Afterglow Edition

ok
I'm gonna clear a partition and try it tonight
can I edit the script for what pkg's it's gonna install,etc?
I assume so...

Offline

#83 2010-08-21 00:25:38

kmason
Member
From: Tempe, Arizona, USA
Registered: 2010-03-23
Posts: 256
Website

Re: Arch Linux Afterglow Edition

72linus wrote:

ok
I'm gonna clear a partition and try it tonight
can I edit the script for what pkg's it's gonna install,etc?
I assume so...

Yeah, go ahead.

Offline

#84 2010-08-21 11:18:17

72linus
Member
From: gordonsville,va
Registered: 2009-03-14
Posts: 144
Website

Re: Arch Linux Afterglow Edition

something may have went awry...

1) is this the current script here?
http://afterglowlinux.co.cc/x/archlinux … ion.tar.gz

2) my desktop looks nothing like the screenshots here; thers no wallpaper
and no way to "set" wallpaper?

3) the script kept conking out saying the BROWSER line was bad
cant remember exact error, one of those syntax things or ?

maybe I was using old script?

EDIT: I also have no internet connection (wired DSL)
I noticed the wallpaper is in /home/myname/*/wallpapers but nitrogen doesn't load it

also noticed this
[root@nfluxos root]# ls -al
total 5380
drwxr-x---  5 root root    4096 Aug 21 07:20 .
drwxr-xr-x 20 root root    4096 Aug 20 21:14 ..
-rw-------  1 root root     302 Aug 21 07:24 .bash_history
drwx------  3 root root    4096 Aug 21 07:20 .dbus
-rw-------  1 root root       0 Aug 21 07:20 .gtk-bookmarks
drwxr-xr-x  3 root root    4096 Aug 21 07:20 .thumbnails
-rwxr-xr-x  1 root root   13387 Aug 20 21:09 afterglow-install.sh
-rw-r--r--  1 root root 5452241 Aug  6 21:38 alae-theme-dusk-tradstruc.tar.gz
drwxr-xr-x 13 root root    4096 Aug 20 21:24 skeldir

inside the "skeldir" I had to move all that to user's home to get anything to start
I assume "skeldir" was supposed to goto /etc/skel?
why didn't it?

so, major issue is no net connection...

EDIT: ok got network up
and also when I try to exit pekwm nothing happens?
and lxappearance2 doesnt work

Last edited by 72linus (2010-08-21 12:12:10)

Offline

#85 2010-08-21 15:06:51

kmason
Member
From: Tempe, Arizona, USA
Registered: 2010-03-23
Posts: 256
Website

Re: Arch Linux Afterglow Edition

Yeah, you were using the old script.  The new instructions are posted here.

Though, I may need to add dmenu to the list of programs to be installed so the exit menu works (not sure if I added that fix yet), either that or just do that differently.

Last edited by kmason (2010-08-21 15:09:32)

Offline

#86 2010-08-22 00:03:38

72linus
Member
From: gordonsville,va
Registered: 2009-03-14
Posts: 144
Website

Re: Arch Linux Afterglow Edition

hey kmason
I redid the whole install using new script
but same results

1) same error with browser selection

[root@nfluxos root]# sh ./afterglow-install.sh
./afterglow-install.sh: line 369: syntax error near unexpected token `BROWSERCHOICES="Firefox Midori Surf"'
./afterglow-install.sh: line 369: `BROWSERCHOICES="Firefox Midori Surf"'

2) the new user's /home directory doesnt get populated by /etc/skel because /root/skeldir was never transferred to /etc/skel
thats where its supposed to go right?

3) dmenu is not installed by default
However; even after installing dmenu the exit menu doesn't work

4) lxappearance2 doesn't work
it doesn't work in ubuntu meerkat, slackware, or arch...why?

5) wallpaper doesnt get set and is in 2 places
/home/guest/*/wallpapers/default.png
/home/guest/images/wallpapers/default.png

to remedy the exit menu problem I used "shutdown-dialog.sh" that I use in most of my livecd's
I also edited menu for logout

    Entry = "Logout" { Actions = "exit" }

      INCLUDE = "exitmenu"

exitmenu:

Entry = "Exit" { Actions = "Exec /usr/bin/shutdown-dialog.sh" }

I installed lxappearance and got rid of lxappearance2

Had to manually move /root/skeldir/* to /home/guest/

Had to edit browserchoices in afterglow-install.sh

Also, if I may suggest some things:

use pcmanfm-mod instead of thunar (thunar doesn't show any partitions while pcmanfm-mod shows every partition,etc)
any way to get a auto-update menu script?

There also seem to be many commands not working as when exiting X I see many errors related to not giving absolute paths,etc

I am going to make this install into a LiveCD/USB for "testdrive" purposes for those who want to check out AfterGlow
without having to install it,etc...

Offline

#87 2010-08-22 00:39:46

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: Arch Linux Afterglow Edition

@72linus - try deleting ~/.gtkrc-2.0 and then see if lxappearance2 works.

Offline

#88 2010-08-22 02:04:18

72linus
Member
From: gordonsville,va
Registered: 2009-03-14
Posts: 144
Website

Re: Arch Linux Afterglow Edition

That worked beautifully anonymous_user!
Thank you very much
I would have never guessed it!?

Offline

#89 2010-08-22 16:25:52

72linus
Member
From: gordonsville,va
Registered: 2009-03-14
Posts: 144
Website

Re: Arch Linux Afterglow Edition

OK
I am uploading the iso I made from my afterglow install kmason
it should be ready to download by 2PM est
and I'll post link at bottom of this post when done

meanwhile; this is what I have added to your install

1) afterglow-installer (hdd installer, very simple and can only install lilo)
grub is included and as with my other iso's I recommend the "manual-install" (its easy)
also read /usr/share/doc/manual-install fo setting up /etc/fstab, mtab, and lilo.cfg

2) cd/usb persistence wizard, for cd/usb persistence

3) su-to-root from debian, a script that makes sudo/gksu easier

4) xconf, autoconfigure X

5) Ritchie's linux-live-6.3.0_x86 in /root to remaster into whatever

I didnt include gnumeric/inkscape
installed pcmanfm-mod, edited pekwm menus, etc
also setup root desktop

user/passwords are

user: guest
password: guest

user: root
password: toor

I noticed that I installed xf86-video-nouveau and it wont start X, when using livecd/usb, if after doing xconf X wont start because of nouveau
do "pacman -R xf86-video-nouveau", redo xconf and its ok

also includes all xf86-* stuff incl Vesa too

ok its ready
570MB iso + md5sum
http://multidistro.com/distros/arch/aft … 8-i686.iso

md5sum
http://multidistro.com/distros/arch/aft … iso.md5sum

Screenshot
http://multidistro.com/distros/arch/aft … rglow1.png

burn to cd or better is put on usb manually using isomaster, or use unetbootin
its just a "scratched together" test iso so its not perfect

Last edited by 72linus (2010-08-22 20:00:33)

Offline

#90 2010-08-22 19:19:27

dcc24
Member
Registered: 2009-10-31
Posts: 732

Re: Arch Linux Afterglow Edition

kmason wrote:

The reason why I used bauerbill however, is because its a lot easier to integrate into the script, as Xyne has a custom repo that you can download it from, and thus you can install it with pacman itself that way.

You can do the same for packer as follows:

$ wget -c http://aur.archlinux.org/packages/packer/packer.tar.gz
$ tar -xzf packer.tar.gz && cd packer
$makepkg -i --noconfirm packer*.pkg.xz

Voila! You can now use packer for all operations smile

Last edited by dcc24 (2010-08-22 19:20:04)


It is better to keep your mouth shut and be thought a fool than to open it and remove all doubt. (Mark Twain)

My AUR packages

Offline

#91 2010-08-25 12:32:05

kmason
Member
From: Tempe, Arizona, USA
Registered: 2010-03-23
Posts: 256
Website

Re: Arch Linux Afterglow Edition

72linus - Wow, awesome.  With any luck, soon this will be more than just a script!

dcc24 - I should have thought of that, lol.  Although, now I am thinking of just making a custom repository that is uploaded on the website, and using that with just plain pacman.  I'm also going to convert the default settings and such into packages as well if I do this, which makes the script a lot more simple.

Last edited by kmason (2010-08-25 12:32:41)

Offline

#92 2010-08-29 04:49:01

kmason
Member
From: Tempe, Arizona, USA
Registered: 2010-03-23
Posts: 256
Website

Re: Arch Linux Afterglow Edition

Update:  72linus made a new iso image.  Go check it out!

Offline

#93 2010-08-30 06:35:08

Ari'osika
Member
From: Your computer, okay?
Registered: 2010-06-22
Posts: 175

Re: Arch Linux Afterglow Edition

kmason wrote:

Update:  72linus made a new iso image.  Go check it out!

Thats awesome! (and here I was gonna suggest something add but seeing that an iso is already made; it kinda makes my point, a bit moot).


If you're reading this; you're awesome.

Offline

#94 2010-08-31 14:25:03

72linus
Member
From: gordonsville,va
Registered: 2009-03-14
Posts: 144
Website

Re: Arch Linux Afterglow Edition

OK kmason
your name in lights!
http://linux.softpedia.com/get/System/O … 9727.shtml

now its on you if you want it updated/made how you want just remaster it
if you need help holler back

Offline

#95 2010-09-02 21:09:10

kmason
Member
From: Tempe, Arizona, USA
Registered: 2010-03-23
Posts: 256
Website

Re: Arch Linux Afterglow Edition

72linus, I just tried out the ISO yesterday, and I even figured out the remastering stuff, and I must say, you did an amazing job on it.  However, I have one request, that I will be emailing you about.

Offline

#96 2010-09-24 10:44:06

Labello
Member
From: Germany
Registered: 2010-01-21
Posts: 317
Website

Re: Arch Linux Afterglow Edition

any progress? this is a promising project :-)


"They say just hold onto your hope but you know if you swallow your pride you will choke"
Alexisonfire - Midnight Regulations

Offline

#97 2010-09-24 13:11:07

sbfreak
Member
Registered: 2010-06-06
Posts: 149

Re: Arch Linux Afterglow Edition

Great thing.I wish I could help out but sadly I'm a linux noob myself.
Will definitely try this and report back.Good luck with the project.

Offline

#98 2010-09-24 14:20:43

kmason
Member
From: Tempe, Arizona, USA
Registered: 2010-03-23
Posts: 256
Website

Re: Arch Linux Afterglow Edition

Labello wrote:

any progress? this is a promising project :-)

As soon as 72linus finishes that request I emailed him about, there will be a new ISO remastered by me, one that will change things drastically, for the better.

Offline

#99 2010-09-24 14:29:42

72linus
Member
From: gordonsville,va
Registered: 2009-03-14
Posts: 144
Website

Re: Arch Linux Afterglow Edition

hey kmason
I'm finishing it today
still havent figured out the website thing?!
do I put all that stuff somewhere for apache2/lamp thing?
I'll email you more about that too

as for AfterGlow Live, it will have kernel26-pf (6) with grub legacy
with that grub app you wanted right?
remoove grub2/lilo?
also, the afterglow-installer can only use lilo, etc
so I must either install archiso-installer(untested)
or user must use manual-install method outlined in /usr/share/doc/manual-install, it s easy copy/paste commands into terminal
setup /etc/fstab/mtab etc

I will try the archiso-installer in VM to see if it works, but does it work with grub-legacy or grub2?
idk

Offline

#100 2010-09-24 15:00:46

Labello
Member
From: Germany
Registered: 2010-01-21
Posts: 317
Website

Re: Arch Linux Afterglow Edition

very cool to hear. my virtualbox is waiting for the isos!


"They say just hold onto your hope but you know if you swallow your pride you will choke"
Alexisonfire - Midnight Regulations

Offline

Board footer

Powered by FluxBB