LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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


Closed Thread
  Search this Thread
Old 08-18-2012, 07:25 AM   #16
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled

Maybe Jeremy is an avatar of Hamlet?
 
Old 08-18-2012, 09:58 AM   #17
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
Alas, poor Yorick! He shares brianL's haircut.

+1 on the congrats to TobiSGD on the elevation to moderator status.
 
Old 08-18-2012, 11:12 AM   #18
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by allend View Post
Alas, poor Yorick! He shares brianL's haircut.
LOL. Alas, poor brianL! He looks in a worse state than Yorick.
 
Old 08-19-2012, 04:36 AM   #19
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Thank you all.
Quote:
Is it true what they say about the Initiation Ceremony?
I don't know, what do they say?
 
Old 08-19-2012, 05:21 AM   #20
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by TobiSGD View Post
Thank you all.
I don't know, what do they say?
Oh, nothing. I'm sure these are just rumours. Nevermind...
 
Old 08-19-2012, 05:46 AM   #21
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Thank you all.
I don't know, what do they say?
XavierP dropped a few hints about it in a post somewhere a while ago. He couldn't go into details, sworn to secrecy. Sounded similar to masonic oaths and initiation. I may have said too much already...(looks over shoulder nervously)


 
Old 08-19-2012, 05:49 AM   #22
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Oh, you mean that. Let me say it this way: I know the preferred brand of beer.
 
Old 08-19-2012, 03:13 PM   #23
schmatzler
Member
 
Registered: Jan 2011
Location: Germany
Distribution: Slackware64 -current + Multilib
Posts: 411

Rep: Reputation: 181Reputation: 181
The "compact" line isn't really needed. Just run

Code:
lilo -v -c -v
Speeds up the boot process a lot!
 
Old 08-19-2012, 03:21 PM   #24
zithro
Member
 
Registered: Aug 2012
Distribution: Slackware 13.37
Posts: 46

Rep: Reputation: Disabled
Can you explain the double -v ? Typo or really needed ?

What's the difference between having 'compact' in lilo.conf and using -c ?
Is the only advantage of having 'compact' inside the file that it avoids using the -c switch at every lilo reload ?
 
Old 08-19-2012, 03:27 PM   #25
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by zithro View Post
Can you explain the double -v ? Typo or really needed ?
The -v option can be added up to 5 times, with higher numbers increasing the verbosity of lilo. You can also use -v n, where n is a number from 1 to 5.

All this info and more can be found using
Code:
man lilo
 
Old 08-19-2012, 03:54 PM   #26
zithro
Member
 
Registered: Aug 2012
Distribution: Slackware 13.37
Posts: 46

Rep: Reputation: Disabled
Shame on me, didn't read the man in its whole ... Now it's clearer, adding lba32 + compact to lilo.conf == lilo -c -L

I was also wondering about your particular order (vcv instead of vvc/cvv). Is that of any importance ?
 
Old 08-19-2012, 04:03 PM   #27
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by zithro View Post
I was also wondering about your particular order (vcv instead of vvc/cvv). Is that of any importance ?
Not at all.
 
Old 08-19-2012, 04:05 PM   #28
zithro
Member
 
Registered: Aug 2012
Distribution: Slackware 13.37
Posts: 46

Rep: Reputation: Disabled
Thanks
 
Old 08-20-2012, 06:47 AM   #29
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
I prefer to add the "compact" line rather than issuing lilo -c, but that's just me.
 
Old 08-20-2012, 08:38 AM   #30
Mercury305
Member
 
Registered: Jul 2012
Location: Rockville, MD
Distribution: CrunchBang / Ubuntu
Posts: 540

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
The -v option can be added up to 5 times, with higher numbers increasing the verbosity of lilo. You can also use -v n, where n is a number from 1 to 5.

All this info and more can be found using
Code:
man lilo
wow... really? sounds like overkill but i'll try that
 
  


Closed Thread



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
Grun Loading stage 1.5, Grub loading - Error 22, won't boot from bootdisk susancorless Linux - Newbie 7 12-06-2010 10:51 PM
tried to delete linux partition. restart grub loading stagel1.5. grub loading, please aknntharnld Linux - Newbie 8 12-04-2009 06:51 PM
time consuming loading of Openoffice and endless loading of printing capabilities artjaslo Linux - General 6 08-03-2005 01:30 PM
Finding Module Dependencies...(Still loading...still loading..still loading..HANG!!!) Aeudian Linux - General 3 08-11-2003 03:31 PM
Finding Module Dependencies.....(still loading....Still loading....still loading) Aeudian Linux - Newbie 1 07-28-2003 02:27 PM

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

All times are GMT -5. The time now is 11:10 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