Hello,
I would like to move my existing Porteus installation to VirtualBox(including all custom settings, modules and files) to do some experimenting. Is there a method how to create an iso from existing installation?
Create iso from existing installation?
-
- White ninja
- Posts: 7
- Joined: 11 Mar 2014, 09:35
- Distribution: Porteus KDE
- Location: Here
-
- White ninja
- Posts: 7
- Joined: 11 Mar 2014, 09:35
- Distribution: Porteus KDE
- Location: Here
Re: Create iso from existing installation?
Sorry for posting too quickly, found a related question in FAQ.
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Create iso from existing installation?
I will post the solution so people searching the forum don't find this thread totally useless.
In the porteus folder there is a script called make_iso.sh
From a root console, cd into this directory and call the script giving the target location as an argument like so:
In the porteus folder there is a script called make_iso.sh
From a root console, cd into this directory and call the script giving the target location as an argument like so:
Code: Select all
cd /mnt/sdxY/porteus
./make_iso.sh /tmp/mynewporteus.iso
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
-
- White ninja
- Posts: 7
- Joined: 11 Mar 2014, 09:35
- Distribution: Porteus KDE
- Location: Here
Re: Create iso from existing installation?
Thanks. This is really amazing feature of Porteus.