VSIDO 32bit & 64bit ISO’s updated 21-JAN-2014 23:10 CST

VastOne

Both ISO's were updated, built, installed, tested and uploaded today with no issues.


  • Updated to latest SID kernel 3.12.8-1 (2014-01-19)
  • Corrected tint2 systray setup
  • Updated all applications to the latest SID levels

All files and torrents can be downloaded from the VSIDO Download page
VSIDO      VSIDO Change Blog    

    I dev VSIDO

PackRat

Cool.

Quick question, how does sourceforge work? Can you set it up so that something like

wget -c /<source forge path>/vsido_current.iso

would get the current iso? I guess that would basically be making a symlink on your project page.
I am tired of talk that comes to nothing.
-- Chief Joseph

...the sun, the darkness, the winds are all listening to what we have to say.
-- Geronimo

VastOne

Aye, the download page has a link to the wget instructions

wget -c http://sourceforge.net/projects/vsido/files/name_of_file.iso
VSIDO      VSIDO Change Blog    

    I dev VSIDO

VastOne

Sorry... now I see what you were asking.

There is a link that is already there, let me see about a symlink

Thanks for the great idea
VSIDO      VSIDO Change Blog    

    I dev VSIDO

VastOne

Using this as a test.. lets see

latest iso download

That works...

So you should be able to do this... maybe

wget -c https://sourceforge.net/projects/vsido/files/latest/download?source=files

Yes that works!
VSIDO      VSIDO Change Blog    

    I dev VSIDO

VastOne

I have changed the wget instruction page to reflect this method
VSIDO      VSIDO Change Blog    

    I dev VSIDO

VastOne

Well.... it partially works.  It downloads the correct file but not as the correct file name... downloads it as 'download?source=files'

Will research it more
VSIDO      VSIDO Change Blog    

    I dev VSIDO

zbreaker

^
Damn you VastOne. >:(

Every time I install & fine tune a release a new and improved build appears ;)

VastOne

^ Sorry man... but this is easy.. a dist-upgrade will get you there and just using tint2 is the other part... All I did was add a 10s delay to the fluxbox startup on the tintrc file

VSIDO      VSIDO Change Blog    

    I dev VSIDO

hakerdefo

Quote from: VastOne on January 22, 2014, 12:14:39 AM
Well.... it partially works.  It downloads the correct file but not as the correct file name... downloads it as 'download?source=files'

Will research it more
The following should do it,
wget -c --content-disposition https://sourceforge.net/projects/vsido/files/latest/download?source=files
Cheers.
You Can't Always Git What You Want

PackRat

Way to go the extra mile vastone. I was thinking that you could just put a symlink on the sourceforge server so "vsido-current" could be entered on that wget command you referenced. Just put the command in a bash script then.

@hakerdefo - yes, that works; downloads the 32-bit iso.
I am tired of talk that comes to nothing.
-- Chief Joseph

...the sun, the darkness, the winds are all listening to what we have to say.
-- Geronimo

VastOne

@hakerdefo.. thanks for that, it is curious that is downloading the 32 bit version when the default download is the 64 bit

@PackRat .. Thanks mate!
VSIDO      VSIDO Change Blog    

    I dev VSIDO

VastOne

I corrected it on the site...  It now downloads the 64 bit doing this

wget -c --content-disposition https://sourceforge.net/projects/vsido/files/latest/download

VSIDO      VSIDO Change Blog    

    I dev VSIDO

PackRat

@VastOne - download works as advertised.

I burned the 64-bit iso I downloaded via torrent and it's still set up with lxpanel. <-- that is because the script to burn the iso failed and I booted old version.

New burn, VSIDO boots to fluxbox with tint2; well done.
I am tired of talk that comes to nothing.
-- Chief Joseph

...the sun, the darkness, the winds are all listening to what we have to say.
-- Geronimo

VastOne

VSIDO      VSIDO Change Blog    

    I dev VSIDO