LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-20-2003, 05:42 PM   #1
potomuss
LQ Newbie
 
Registered: Sep 2002
Location: USA, In the Middle
Distribution: Slackware
Posts: 6

Rep: Reputation: 0
The wait for Slack9 ISO


Hello friends,

Does anyone know about how long it might be before we see the Slackware 9.0 ISO? Just curious!

Regards!
 
Old 03-20-2003, 06:04 PM   #2
Phonics3k
Member
 
Registered: Jun 2002
Location: Wales, UK
Distribution: Gentoo 2005.1
Posts: 213

Rep: Reputation: 30
Ye I am waitin for the iso b4 I download, I cant wait for it tho
 
Old 03-20-2003, 07:19 PM   #3
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Rep: Reputation: 30
There are a few sites that do have the iso...

http://www.abnormalpenguin.com/slackware-mirrors.php

I know they don't all state that they have it, but a few of the sites do...unofficial of course, but the result is the same.

Last edited by DaOne; 03-20-2003 at 07:21 PM.
 
Old 03-20-2003, 07:40 PM   #4
potomuss
LQ Newbie
 
Registered: Sep 2002
Location: USA, In the Middle
Distribution: Slackware
Posts: 6

Original Poster
Rep: Reputation: 0
Thumbs up

Whoa! Cool link DaOne!
Thanks!
 
Old 03-20-2003, 09:31 PM   #5
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298
Blog Entries: 21

Rep: Reputation: 30
I just make my own ISO file, all you need are the files in the slackware-9.0 folder, and the files in the isolinux, kernels, and slackware sub-folders.
 
Old 03-20-2003, 10:23 PM   #6
potomuss
LQ Newbie
 
Registered: Sep 2002
Location: USA, In the Middle
Distribution: Slackware
Posts: 6

Original Poster
Rep: Reputation: 0
Good idea. To tell you the truth, I've been wanting to learn how to do that anyway. Anybody know of a good resource for the new winblowz convert?

Last edited by potomuss; 03-20-2003 at 10:30 PM.
 
Old 03-21-2003, 03:52 AM   #7
kater
Member
 
Registered: Feb 2003
Location: Switzerland, Berne
Distribution: Slackware 9.0
Posts: 186

Rep: Reputation: 30
Quote:
Originally posted by Seph64
I just make my own ISO file, all you need are the files in the slackware-9.0 folder, and the files in the isolinux, kernels, and slackware sub-folders.
I'm running Slackware 9.0 alredy (updated with swaret) but also downloaded all the Slackware 9.0 packages (without KDE and KDE-i). But mkisofs won't work:

These are the commands i use:

kater@backyard:~$ mkisofs -o /other/slackware.iso -R -J -V "Slackware 9" -v -d -N -no-emul-boot -boot-load-size 4 -boot-info-table -sort isolinux/iso.sort -b isolinux/isolinux.bin -c isolinux/isolinux.boot -A "Slackware 9 Install"

And it gets me this:

Warning: creating filesystem that does not conform to ISO-9660.
mkisofs 1.15a23 (i686-pc-linux-gnu)
mkisofs: Missing pathspec.
Usage: mkisofs [options] file...

Use mkisofs -help
to get a list of valid options.

What's wrong?
 
Old 03-21-2003, 04:14 AM   #8
Fuel
Member
 
Registered: Feb 2002
Location: Sweden, Skeldepth
Distribution: Slackware 10
Posts: 178

Rep: Reputation: 30
hoho .. i downloaded a iso the same day it was released
ftp://ftp.kpn.be/pub/linux/slackware/slackware-9.0-iso/

Last edited by Fuel; 03-21-2003 at 04:16 AM.
 
Old 03-21-2003, 04:48 AM   #9
kater
Member
 
Registered: Feb 2003
Location: Switzerland, Berne
Distribution: Slackware 9.0
Posts: 186

Rep: Reputation: 30
But thats not the official ISO.

Edit: Sorry, this is the official! Nice to know!

Last edited by kater; 03-21-2003 at 04:49 AM.
 
Old 03-21-2003, 10:00 AM   #10
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298
Blog Entries: 21

Rep: Reputation: 30
It's too bad I have no place to upload the ISO file I created. It has Gnome and KDE.
 
Old 03-21-2003, 10:23 AM   #11
Hcman
Member
 
Registered: Jan 2003
Location: Holland
Distribution: OpenBSD 3.6 - Arch Linux 0.7
Posts: 210

Rep: Reputation: 30
I think the problem is a typo.
You need to supply a "." (dot) at the end like so:

mkisofs -o /other/slackware.iso -R -J -V "Slackware 9" -v -d -N -no-emul-boot -boot-load-size 4 -boot-info-table -sort isolinux/iso.sort -b isolinux/isolinux.bin -c isolinux/isolinux.boot -A "Slackware 9 Install" .

I believe this designates the source path for mkisofs.

Hope this helps!

HC
 
Old 03-21-2003, 12:14 PM   #12
hecresper
Member
 
Registered: Dec 2002
Location: California
Distribution: Slackware & FreeBSD
Posts: 169

Rep: Reputation: 30
I downloaded an ISO called:

Slackware 9.0 prerelease 2, is that not an official 9.0 release?

I think even if it's not an official release, I like what I see so far. Heck, 9.0 boots faster than 8.1 did on my system. Everything seems speedier.

Update: Got it from here: ftp://ftp.linux.ucla.edu/ if anyone wants to check it out.
 
Old 03-21-2003, 12:32 PM   #13
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298
Blog Entries: 21

Rep: Reputation: 30
Quote:
I think the problem is a typo.
You need to supply a "." (dot) at the end like so:

mkisofs -o /other/slackware.iso -R -J -V "Slackware 9" -v -d -N -no-emul-boot -boot-load-size 4 -boot-info-table -sort isolinux/iso.sort -b isolinux/isolinux.bin -c isolinux/isolinux.boot -A "Slackware 9 Install" .

I believe this designates the source path for mkisofs.

Hope this helps!

HC
Yup, I think that it does.

Last edited by Seph64; 03-21-2003 at 12:34 PM.
 
Old 03-21-2003, 02:07 PM   #14
kater
Member
 
Registered: Feb 2003
Location: Switzerland, Berne
Distribution: Slackware 9.0
Posts: 186

Rep: Reputation: 30
Whoohoo! Thank you! It works! A read the readme.txt so often and never thought, that this fu... "." has really something to do with the command *lol*
 
Old 03-22-2003, 12:37 PM   #15
Hcman
Member
 
Registered: Jan 2003
Location: Holland
Distribution: OpenBSD 3.6 - Arch Linux 0.7
Posts: 210

Rep: Reputation: 30
Quote:
Originally posted by kater
Whoohoo! Thank you! It works! A read the readme.txt so often and never thought, that this fu... "." has really something to do with the command *lol*
kewl!
No it's real easy to miss.

Have fun!

HC
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
about wait ringerxyz Programming 1 02-02-2005 12:00 AM
Does anyone Know how to open either .iso.rz or these .iso.xdelta,.iso.bz2,.iso.lzma?? maximalred Debian 5 06-09-2004 06:15 AM
Should I get 9.2 or wait out for 10? eBopBob Mandriva 10 03-10-2004 09:49 PM
Can't wait!!! nny0000 Programming 2 01-17-2004 04:18 AM
Bittorent/downloading slack9.1 isoīs jimdaworm Slackware 3 10-11-2003 11:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration