View previous topic :: View next topic |
Author |
Message |
simp n00b
Joined: 23 Jun 2004 Posts: 31
|
Posted: Mon Aug 16, 2004 4:44 pm Post subject: quickswitch regaiert nicht auf lilo Flag |
|
|
Hallo Zusammen
Ich habe heute mal quickswitch getestet, bis auf ein paar kleine Problem, läuft es ganz gut. Jedoch das Hauptproblem ist, dass quickswitch das lilo Flag nicht berücksichtigt.
?
Meine lilo.conf
Code: |
boot = /dev/hda
vga = 791
default=it
image = /boot/kernel-2.6.7-gentoo-r14
root = /dev/ram0
vga=0x317
label = it
read-only
password=xxxxx
initrd=/boot/initrd-2.6.7-gentoo-r14
append="init=/linuxrc real_root=/dev/hda1 quiet hdc=ide-scsi splash=silent switchto=it"
image = /boot/kernel-2.6.7-gentoo-r14
root = /dev/ram0
vga=0x317
label = wlan
read-only
password=xxxxx
initrd=/boot/initrd-2.6.7-gentoo-r14
append="init=/linuxrc real_root=/dev/hda1 quiet hdc=ide-scsi splash=silent switchto=wlan"
|
Code: | # The global configuration section.
# ---------------------------------
[config]
# Default device to setup. Usually eth0. Can be
# overridden in the profile.
device=eth0
# Path to save last good known configuration...
servicefilename=/etc/quickswitch/switchto.last
# Path and arguments to switchto. This is for the switcher GUI
switchtopath=/usr/bin/switchto -b
# Paths to executables (defaults shown)
# Uncomment theses and change them if needed.
# ------------------------------------------
ifconfig=/sbin/ifconfig
iwconfig=/usr/sbin/iwconfig
netstat=/bin/netstat
route=/sbin/route
hostnamecmd=/bin/hostname
date=/bin/date
mv=/bin/mv
cp=/bin/cp
ln=/bin/ln
rm=/bin/rm
# Paths to standard files
# -----------------------
hostsfile=/etc/hosts
dnsfile=/etc/resolv.conf
[it]
device=eth0
description=IT
hostname=tweety
FQHostname=tweety
address=dhcp
execpre= /sbin/ifconfig eth1 down
execpre= cp /etc/nsswitch.ldap /etc/nsswitch.conf
execpost= /etc/init.d/sshd restart
[wlan]
device=eth1
description=wlan
hostname=tweety
FQHostname=tweety
essid=YYYYY
key=xxx xxx open
address=dhcp
execpre= /sbin/ifconfig eth0 down
execpre= cp /etc/nsswitch.file /etc/nsswitch.conf
execpost= /etc/init.d/sshd restart
|
Muss ich den kernel patchen ? Oder warum nimmt quickswtich die Options nicht an ? |
|
Back to top |
|
|
Kermit_the_frog n00b
Joined: 19 May 2003 Posts: 18
|
Posted: Mon Aug 16, 2004 6:43 pm Post subject: Re: quickswitch regaiert nicht auf lilo Flag |
|
|
Hallo simp!
simp wrote: |
Code: |
append="init=/linuxrc real_root=/dev/hda1 quiet hdc=ide-scsi splash=silent switchto=it"
|
|
Versuch es mal mit
Code: |
append="init=/linuxrc real_root=/dev/hda1 quiet hdc=ide-scsi splash=silent SWITCHTO=it"
|
Ich habe es auf jeden Fall groß geschrieben und bei mir klappt es wunderbar.
Viele Grüße
Kermit |
|
Back to top |
|
|
simp n00b
Joined: 23 Jun 2004 Posts: 31
|
Posted: Mon Aug 16, 2004 6:59 pm Post subject: |
|
|
danke dir.
Leider war es das auch nicht. Hast du irgendwo switchto -s eingetragen ?
Irgendwie will das nicht |
|
Back to top |
|
|
Kermit_the_frog n00b
Joined: 19 May 2003 Posts: 18
|
Posted: Sat Aug 21, 2004 7:20 am Post subject: |
|
|
Hallo Simp!
Entschuldige bitte die späte Antwort.
simp wrote: | Leider war es das auch nicht. Hast du irgendwo switchto -s eingetragen ? |
Jein, ich nutze Code: | /etc/init.d/net.eth0-quickswitch | statt Code: | /etc/init.d/net.eth0 | .
Gruß
Kermit
P.S.: Ich habe im Init-Skript übrigens den Pfad zur Config-Datei geändert. |
|
Back to top |
|
|
|