Author Topic: Correct Steps To Re-Master  (Read 2743 times)

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Correct Steps To Re-Master
« Reply #30 on: January 21, 2012, 07:46:06 AM »
Just to be sure ---     
Did you open a terminal and su to root to create your remaster?     
Or did you open a root terminal - menu > more applications > terminals > root terminal?     
Or did you log in as root to create your remaster?     

Offline ff103

  • Hero Member
  • *****
  • Posts: 711
    • The City Of Paintsville, Ky.
Re: Correct Steps To Re-Master
« Reply #31 on: January 21, 2012, 07:53:29 AM »
Thanks Neal. Yes I opened a terminal and su to root, then pasted the command you gave me.
mylivecd --nodir ^/home/ray/ ray.iso
If Firefighters died and went to hell, they would just put it out!

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Correct Steps To Re-Master
« Reply #32 on: January 21, 2012, 08:02:56 AM »
Hmm...... next time try opening a root terminal via the menu. That is how I do it, and my remaster are in /home/neal.     

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10623
  • MLUs Forever!
Re: Correct Steps To Re-Master
« Reply #33 on: January 21, 2012, 08:29:10 AM »
If 'su' is aliased to 'su -'   then the ISO will be put in  /root will it not?

ff103 .....  when remastering put the path to where you wish the ISO to be created in the command .....  for instance ....

Code: [Select]
mylivecd --nodir ^/home/ray/    /home/ray/Documents/ray.iso
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline ff103

  • Hero Member
  • *****
  • Posts: 711
    • The City Of Paintsville, Ky.
Re: Correct Steps To Re-Master
« Reply #34 on: January 21, 2012, 08:54:31 AM »
Hmm...... next time try opening a root terminal via the menu. That is how I do it, and my remaster are in /home/neal.     
Not sure I understand, I open a terminal with, Start>More Applications>Terminals>Konsole , that's the only way I know how.
Thank you Just18, I will add that to my notes.l
If Firefighters died and went to hell, they would just put it out!

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Correct Steps To Re-Master
« Reply #35 on: January 21, 2012, 08:59:00 AM »
Not sure I understand, I open a terminal with, Start>More Applications>Terminals>Konsole , that's the only way I know how.
     
Menu > More Applications > Terminals > Root Terminal. You will be asked for root's password, and root terminal (konsole) will launch. Using root terminal you don't need to worry about aliasing.     

Offline ff103

  • Hero Member
  • *****
  • Posts: 711
    • The City Of Paintsville, Ky.
Re: Correct Steps To Re-Master
« Reply #36 on: January 21, 2012, 09:05:52 AM »
Not sure I understand, I open a terminal with, Start>More Applications>Terminals>Konsole , that's the only way I know how.
     
Menu > More Applications > Terminals > Root Terminal. You will be asked for root's password, and root terminal (konsole) will launch. Using root terminal you don't need to worry about aliasing.     

Sorry Neal. This is all I have.
If Firefighters died and went to hell, they would just put it out!

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10623
  • MLUs Forever!
Re: Correct Steps To Re-Master
« Reply #37 on: January 21, 2012, 09:08:36 AM »
Not sure I understand, I open a terminal with, Start>More Applications>Terminals>Konsole , that's the only way I know how.
   
Menu > More Applications > Terminals > Root Terminal. You will be asked for root's password, and root terminal (konsole) will launch. Using root terminal you don't need to worry about aliasing.    

There is no such entry in my KDE install  ;)

Defining the output path in the command overcomes all ambiguities 
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Correct Steps To Re-Master
« Reply #38 on: January 21, 2012, 09:32:37 AM »
Open kwrite as root - konsole > su > kwrite. Copy and paste this into it -->     
Code: [Select]
[Desktop Entry]
Type=Application
Exec=kdesu konsole
Icon=utilities-terminal
X-DocPath=konsole/index.html
Terminal=false
X-KDE-StartupNotify=true
Name=Root Konsole
GenericName= Root Terminal
X-DBUS-StartupType=Unique
X-KDE-AuthorizeAction=shell_access
Categories=Qt;KDE;System;TerminalEmulator;X-MandrivaLinux-System-Terminals;
X-Desktop-File-Install-Version=0.16
     
Save it as rootkonsole.desktop to /usr/share/applications/kde4.

Offline ff103

  • Hero Member
  • *****
  • Posts: 711
    • The City Of Paintsville, Ky.
Re: Correct Steps To Re-Master
« Reply #39 on: January 21, 2012, 09:57:19 AM »
Open kwrite as root - konsole > su > kwrite. Copy and paste this into it -->     
Code: [Select]
[Desktop Entry]
Type=Application
Exec=kdesu konsole
Icon=utilities-terminal
X-DocPath=konsole/index.html
Terminal=false
X-KDE-StartupNotify=true
Name=Root Konsole
GenericName= Root Terminal
X-DBUS-StartupType=Unique
X-KDE-AuthorizeAction=shell_access
Categories=Qt;KDE;System;TerminalEmulator;X-MandrivaLinux-System-Terminals;
X-Desktop-File-Install-Version=0.16
     
Save it as rootkonsole.desktop to /usr/share/applications/kde4.


O K , got it, thanks.
If Firefighters died and went to hell, they would just put it out!

Offline ff103

  • Hero Member
  • *****
  • Posts: 711
    • The City Of Paintsville, Ky.
Re: Correct Steps To Re-Master
« Reply #40 on: January 21, 2012, 10:42:08 AM »
The command mylivecd --help will show you the available options.    
Example:    
mylivecd --nodir ^/home/ray/ ray.iso --- will create an iso completely without user ray. To avoid an iso without a user account, create a new user before remastering.    
Thanks Neal: thats what I thought I was doing when I did my remaster to install to my new computer, but as you can see from that last thread, I made some what of a mess of things and AS had to bail me out.:)

O K , I have burned the DVD ray.iso and I am posting from that DVD, BUT, I still have user "ray" listed under system>user's , and ray has a home directory that I was able to save a document to. But does this mean that when I install from this DVD, that user>ray will no longer exist? and I will have to make a "new" user?
If Firefighters died and went to hell, they would just put it out!

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Correct Steps To Re-Master
« Reply #41 on: January 21, 2012, 10:53:39 AM »
The command mylivecd --help will show you the available options.    
Example:    
mylivecd --nodir ^/home/ray/ ray.iso --- will create an iso completely without user ray. To avoid an iso without a user account, create a new user before remastering.    
Thanks Neal: thats what I thought I was doing when I did my remaster to install to my new computer, but as you can see from that last thread, I made some what of a mess of things and AS had to bail me out.:)

O K , I have burned the DVD ray.iso and I am posting from that DVD, BUT, I still have user "ray" listed under system>user's , and ray has a home directory that I was able to save a document to. But does this mean that when I install from this DVD, that user>ray will no longer exist? and I will have to make a "new" user?
     
The script that removes guest on first boot does not remove other users.     

Offline ff103

  • Hero Member
  • *****
  • Posts: 711
    • The City Of Paintsville, Ky.
Re: Correct Steps To Re-Master
« Reply #42 on: January 21, 2012, 11:03:13 AM »
The command mylivecd --help will show you the available options.    
Example:    
mylivecd --nodir ^/home/ray/ ray.iso --- will create an iso completely without user ray. To avoid an iso without a user account, create a new user before remastering.    
Thanks Neal: thats what I thought I was doing when I did my remaster to install to my new computer, but as you can see from that last thread, I made some what of a mess of things and AS had to bail me out.:)

O K , I have burned the DVD ray.iso and I am posting from that DVD, BUT, I still have user "ray" listed under system>user's , and ray has a home directory that I was able to save a document to. But does this mean that when I install from this DVD, that user>ray will no longer exist? and I will have to make a "new" user?
     
The script that removes guest on first boot does not remove other users.     

I guess what threw me was that when I used  --nodir ^/home/ray , I expected "not" to see a dir /home/ray.
If Firefighters died and went to hell, they would just put it out!

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Correct Steps To Re-Master
« Reply #43 on: January 21, 2012, 11:10:56 AM »
That puzzles me, too.     

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Correct Steps To Re-Master
« Reply #44 on: January 21, 2012, 11:35:55 AM »