Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29707 - UML support for /etc/init.d/{consolefont,keymaps}
Summary: UML support for /etc/init.d/{consolefont,keymaps}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on: 32111
Blocks:
  Show dependency tree
 
Reported: 2003-09-26 16:14 UTC by Sascha Silbe
Modified: 2004-10-18 17:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
UML support for /etc/init.d/consolefont (consolefont-uml.patch,446 bytes, patch)
2003-09-26 16:15 UTC, Sascha Silbe
Details | Diff
UML support for /etc/init.d/keymaps (keymaps-uml.patch,381 bytes, patch)
2003-09-26 16:15 UTC, Sascha Silbe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha Silbe 2003-09-26 16:14:04 UTC
I'll attach two patches against /etc/init.d/consolefont and /etc/init.d/keymaps that add support for UML (User Mode Linux).


Reproducible: Always
Steps to Reproduce:
Comment 1 Sascha Silbe 2003-09-26 16:15:07 UTC
Created attachment 18383 [details, diff]
UML support for /etc/init.d/consolefont

Lets /etc/init.d/consolefont just exit OK if running in a UML.
Comment 2 Sascha Silbe 2003-09-26 16:15:37 UTC
Created attachment 18384 [details, diff]
UML support for /etc/init.d/keymaps

Lets /etc/init.d/keymaps just exit OK if running in a UML.
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2003-10-13 13:18:20 UTC
With clock it is a different story, but for these I will prefer if you just
did a:

   # rc-update del consolefont

etc.
Comment 4 Sascha Silbe 2003-10-14 14:19:41 UTC
I'm using UML to install and test a real system (that gets transferred to
a real host afterwards), so removing services that are normally needed is
quite bad.
What's wrong with adding a UML check to the init scripts?

Comment 5 Eric Johanson 2003-10-26 00:36:23 UTC
I'm with sascha on this one.  The uml checks should be done from the init
scripts, and not just removed.  It keeps things in sync w/ non-uml boxes...

BTW, RTC also causes errors:

 * Setting system clock to hardware clock [UTC]...modprobe: Can't locate
module /dev/rtc
modprobe: Can't locate module /dev/misc/rtc
modprobe: Can't locate module /dev/rtc
modprobe: Can't locate module /dev/misc/rtc
Comment 6 SpanKY gentoo-dev 2004-10-18 17:03:43 UTC
fixed in cvs