diff options
Diffstat (limited to 'initrd/distro-specs')
| -rw-r--r-- | initrd/distro-specs/ubuntu/README-6.06 | 12 | ||||
| -rw-r--r-- | initrd/distro-specs/ubuntu/functions-5.10 | 3 |
2 files changed, 14 insertions, 1 deletions
diff --git a/initrd/distro-specs/ubuntu/README-6.06 b/initrd/distro-specs/ubuntu/README-6.06 new file mode 100644 index 00000000..4555c70d --- /dev/null +++ b/initrd/distro-specs/ubuntu/README-6.06 @@ -0,0 +1,12 @@ +fehler kubuntu 6.06: + +distro-functions: line 43: udevstert not found +module unix not found -> im kernel +anderer pfad in xorg.conf: +fonts in /urs/share/X11/fonts + module pfad löschen + +bei livecd: cannot create dir /media/loop0 readonly! +kioskmode deaktivieren + kdm start +inittab anpassen! + konsole1 macht immer timeout auch wenn sich keiner anmeldet +ACHTUNG: bei kdm root anmeldung ohne pw möglich! + diff --git a/initrd/distro-specs/ubuntu/functions-5.10 b/initrd/distro-specs/ubuntu/functions-5.10 index 53408c69..69f693d1 100644 --- a/initrd/distro-specs/ubuntu/functions-5.10 +++ b/initrd/distro-specs/ubuntu/functions-5.10 @@ -16,7 +16,8 @@ preinit () { echo "dhcp:x:101:">>/etc/group echo "dhcp:x:101:101::/nonexistent:/bin/false" >>/etc/passwd - # load unix module to provide sockets + # load unix module to provide sockets (is compiled into kernel on + # the live CDs!?) modprobe ${MODPRV} unix || error "$df_errumod" nonfatal } |
