LinuxQuestions.org
Help answer threads with 0 replies.
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 01-24-2021, 08:49 AM   #1
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
No mkisofs in -current - instead there is xorriso - mirror-slackware-current.sh will work?


I am just reading content of mirror-slackware-current.sh. There is used mkisofs - yet there is no mkisofs in -current. To create hybrid iso file with mkisofs one needs additionally ioshybrid. While xorriso is doing it by itself. Does my script version is outdated or what? File isolinux/README.TXT in Slackware tree top directory contains correct command for xorriso to make hybrid iso image. So if script is to be of use in future it needs to be rewritten to work with xorriso. I don't have actually -current installed (I will), but package search engine shows there is no mkisofs in -current. Warning for those to use this script (as me) to create local mirror.
 
Old 01-24-2021, 09:01 AM   #2
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,299
Blog Entries: 61

Rep: Reputation: Disabled
Yes, there is:
Code:
brian@slackpad1:~$ whereis mkisofs
mkisofs: /usr/bin/mkisofs /usr/man/man8/mkisofs.8.gz
That's in completely updated current.
 
Old 01-24-2021, 09:07 AM   #3
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717

Original Poster
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
It does not have much sense. Have you looked for xorriso? There must be also. If PV uses it by himself. I just heard they are in conflict. I mean supposedly one cannot have them both installed. Maybe /usr/bin/mkisofs is script? xorriso emulates mkisofs.
 
Old 01-24-2021, 09:25 AM   #4
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,299
Blog Entries: 61

Rep: Reputation: Disabled
Yes, xorriso is there, too.
Code:
brian@slackpad1:~$ whereis xorriso
xorriso: /usr/bin/xorriso /usr/man/man1/xorriso.1.gz /usr/info/xorriso.info.gz
 
Old 01-24-2021, 09:26 AM   #5
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by igadoter View Post
It does not have much sense. Have you looked for xorriso? There must be also. If PV uses it by himself. I just heard they are in conflict. I mean supposedly one cannot have them both installed. Maybe /usr/bin/mkisofs is script? xorriso emulates mkisofs.
I have you on ignore but I can see the answers to the posts you do. And this one is again born of ignorance.
The two, mkisofs and xorriso, are not conflicting. They can be installed alongside. Xorriso does not 'emulate' mkisofs, it does roughly the same thing but then differently, it is an independent implementation using libburnia. You can use one or the other, no one cares.
It is risky to make statements or assumptions about a distro you do not have installed yourself.
 
Old 01-24-2021, 09:28 AM   #6
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,299
Blog Entries: 61

Rep: Reputation: Disabled
Code:
brian@slackpad1:~$ file /usr/bin/xorriso
/usr/bin/xorriso: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, stripped
brian@slackpad1:~$ file /usr/bin/mkisofs
/usr/bin/mkisofs: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, stripped

Last edited by brianL; 01-24-2021 at 09:30 AM.
 
Old 01-24-2021, 10:02 AM   #7
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717

Original Poster
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Quote:
Originally Posted by Alien Bob View Post
The two, mkisofs and xorriso, are not conflicting.
It is not my opinion but Devuan (Debian?) developers. I can't install both on my Devuan system. If I could there will be no this thread. Emulate was not precise. I had this in mind
Code:
% xorriso -as mkisofs
but no matter if PV is suggesting to use xorriso maybe it is not bad idea to rewrite the script to work also with xorriso?

Last edited by igadoter; 01-24-2021 at 10:05 AM.
 
Old 01-24-2021, 10:04 AM   #8
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,299
Blog Entries: 61

Rep: Reputation: Disabled
That's not Slackware's problem then, is it?
 
Old 01-24-2021, 10:12 AM   #9
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717

Original Poster
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
It is problem in the situation one try to create Slackware installation CD working on different distribution than Slackware. Which may of course happen as it happened to me. I tried to install Slackware -current yesterday. But installer broke on password for root - it was not possible to create password. So I wiped out my Slackware 14.2 installation. Now I try to create hybrid iso from my local repository - which I keep thank to AlienBob script. I got stuck on lack of mkisofs in Devuan.
 
Old 01-24-2021, 10:16 AM   #10
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,064

Rep: Reputation: Disabled
igadoter: please mark this pointless thread as [SOLVED] so that less people waste their time reading it.

PS Having read your last message after having posted the above I suggest that you just stay with Devuan. This will make your life easier.

Last edited by Didier Spaier; 01-24-2021 at 10:26 AM. Reason: Reworded.
 
2 members found this post helpful.
Old 01-24-2021, 10:19 AM   #11
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,299
Blog Entries: 61

Rep: Reputation: Disabled
From here:
https://wiki.debian.org/genisoimage
Quote:
Debian ships a fork of mkisofs, called genisoimage
Maybe Devuan does, too. That's all, as far as I'm concerned.
 
Old 01-24-2021, 10:30 AM   #12
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717

Original Poster
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
I think subject of thread is clear. I just do it for myself. To avoid -u option. But script is not licensed so my own version can't be published. I mean I don't want any quarrel with the author.
 
Old 01-24-2021, 10:42 AM   #13
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,064

Rep: Reputation: Disabled
Subject is full wrong as mkisofs is indeed shipped in -current thus also misleading, and no one wants your edited script. Please stop wasting our time.

Last edited by Didier Spaier; 01-24-2021 at 10:43 AM.
 
2 members found this post helpful.
Old 01-24-2021, 11:09 AM   #14
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717

Original Poster
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
I want/need now my own script. As it seems there is no chance author would be interested in creating updated version. I mentioned above why I need such solution. Just read my posts. Before judging me. It is not difficult to change script content - just insted of mkisofs command put what is in isolinux/README.TXT file - where as I mentioned is used xorriso. I treat this like suggestion to rather use xorriso instead of mkisofs. And today there is no need to separate hybrid iso from usual iso. Just all the time create hybrid. It is only additional future which does not break boot from DVD. All part of script if ISOHYBRID is unessential. But script by itself is just very old.
 
Old 01-24-2021, 11:25 AM   #15
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,064

Rep: Reputation: Disabled
[content removed as useless]

Last edited by Didier Spaier; 01-24-2021 at 11:26 AM.
 
  


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
xorriso: copy folders and their files from hard-drive via sr0 onto dvd-iso. wayne1937 Linux - General 3 01-30-2020 11:21 AM
[SOLVED] xorriso for backups on optical media JZL240I-U Linux - Software 8 05-31-2019 09:30 AM
[SOLVED] xorriso: how to build an iso image file jr_bob_dobbs Linux - Software 5 08-05-2017 08:02 AM
[SOLVED] mkisofs returns error "mkisofs: Uh oh, I cant find the boot catalog directory " gajbooks Linux - Software 3 11-18-2010 06:43 PM
mkisofs -iso-level 1 converts to lower case instead of upper case. stf92 Slackware 3 10-29-2010 12:32 AM

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

All times are GMT -5. The time now is 12:03 PM.

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