Multisystem install in Porteus

Post here if you are a new Porteus member and you're looking for some help.
LinuxStud
Ronin
Ronin
Posts: 3
Joined: 21 Feb 2013, 02:29
Distribution: Porteus
Location: Florida

Multisystem install in Porteus

Post#1 by LinuxStud » 21 Feb 2013, 02:56

I'm new to Porteus,but I really liked how fast it was to install it on usb flash drive and i'm so grateful to the folks behind this nice distro.
I'd like to install the usb multisystem; a french program to install up to 10 distros on a single usb flash drive.How can I do it?
How do i add a repository to Porteus{ a debian one in this case} ,how do update packages and install Multisystem?
I was able to do it in Ubuntu using wget,sudo apt-get install.
Thanks .

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Multisystem install in Porteus

Post#2 by fanthom » 21 Feb 2013, 15:20

@LinuxStud
Checked slackware repositories but seems that 'multisystem' application is not there.
our package manager supports debian repo so you may try it.

Porteus is Slackware based so there is a chance that debian package wont work. if this is the case then you may try to compile it from sources - please read our FAQ how to do it.
Please add [Solved] to your thread title if the solution was found.

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: Multisystem install in Porteus

Post#3 by Ed_P » 21 Feb 2013, 16:39

If the multiboot system you refer to is this one http://www.pendrivelinux.com/multiboot- ... rom-linux/ http://www.pendrivelinux.com/yumi-multi ... b-creator/ Porteus is listed as an option. But it may not support the 2.0 changes yet so you would have to manually adjust the menu for it.
Ed

LinuxStud
Ronin
Ronin
Posts: 3
Joined: 21 Feb 2013, 02:29
Distribution: Porteus
Location: Florida

Re: Multisystem install in Porteus

Post#4 by LinuxStud » 21 Feb 2013, 17:23

To Admin:
I tried the command line,this is what I got:
guest@porteus:~$ wget http://liveusb.info/multisystem/install ... sh.tar.bz2
--2013-02-22 11:56:26-- http://liveusb.info/multisystem/install ... sh.tar.bz2
Resolving liveusb.info (liveusb.info)... 92.243.9.215
Connecting to liveusb.info (liveusb.info)|92.243.9.215|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2376 (2.3K) [application/x-bzip2]
Saving to: ‘install-depot-multisystem.sh.tar.bz2’

100%[======================================>] 2,376 --.-K/s in 0s

2013-02-22 11:56:27 (28.6 MB/s) - ‘install-depot-multisystem.sh.tar.bz2’ saved [2376/2376]

guest@porteus:~$ tar -xvf install-depot-multisystem.sh.tar.bz2
install-depot-multisystem.sh
guest@porteus:~$ sudo ./install-depot-multisystem.sh
bash: sudo: command not found
guest@porteus:~$ su - ./install-depot-multisystem sh
Password:
-su: ./install-depot-multisystem: No such file or directory
guest@porteus:~$ slackyd -d depot-multisystem

As far as compiling from source,I do not know how but I'm gonna try anyway.I'll let you know.

LinuxStud
Ronin
Ronin
Posts: 3
Joined: 21 Feb 2013, 02:29
Distribution: Porteus
Location: Florida

Re: Multisystem install in Porteus

Post#5 by LinuxStud » 21 Feb 2013, 17:29

To EdP:
I don't mean YUMI usb installer,I wanna install this one: http://liveusb.info/dotclear/

User avatar
Hamza
Warlord
Warlord
Posts: 1908
Joined: 28 Dec 2010, 07:41
Distribution: Porteus
Location: France

Re: Multisystem install in Porteus

Post#6 by Hamza » 21 Feb 2013, 17:33

Just install sudo command by using Porteus Package Manager :)
NjVFQzY2Rg==

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Re: Multisystem install in Porteus

Post#7 by Rava » 18 Feb 2015, 11:51

When it comes to the above named ./install-depot-multisystem.sh , there are some dependencies missing for porteus. Currently trying to get them, but USM won't update due to an sourceforge site error. See here: http://forum.porteus.org/viewtopic.php? ... 612#p31612

Code: Select all

guest@porteus:/mnt/DL$ ./install-depot-multisystem.sh 
which: no apt-get in (/usr/local/bin:/usr/bin:/bin:/usr/games:/opt/porteus-scripts:.:.)
which: no lsb_release in (/usr/local/bin:/usr/bin:/bin:/usr/games:/opt/porteus-scripts:.:.)
which: no zenity in (/usr/local/bin:/usr/bin:/bin:/usr/games:/opt/porteus-scripts:.:.)
which: no dpkg in (/usr/local/bin:/usr/bin:/bin:/usr/games:/opt/porteus-scripts:.:.)
 Error: apt-get lsb_release zenity dpkg 
I will give you the heads up when I managed to get ./install-depot-multisystem.sh running...

LinuxStud wrote:guest@porteus:~$ su - ./install-depot-multisystem sh
Password:
-su: ./install-depot-multisystem: No such file or directory
su changes the terminal itself from the current user to a root-terminal, not runs a certain given program as root.
Also, your above cli line would try to change from your current user to the user "./install-depot-multisystem", at least these are the errors I do get:

Code: Select all

guest@porteus:/mnt/DL$ su - ./install-depot-multisystem.sh
No passwd entry for user './install-depot-multisystem.sh'
guest@porteus:/mnt/DL$ su - ./install-depot-multisystem sh
No passwd entry for user './install-depot-multisystem'
Cheers!
Yours Rava

Post Reply