diff options
| author | Dirk von Suchodoletz | 2007-02-26 19:32:09 +0100 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2007-02-26 19:32:09 +0100 |
| commit | 380bdbb450aa9ee4b8148dc4f3dda97828776db4 (patch) | |
| tree | 00af56a64bfbc4d83593519d3cb0a52380a0f4de /initramfs/initrd-stuff/etc/functions | |
| parent | gentoo-2006.1/functions-default updated: devpts has to be mounted after udev ... (diff) | |
| download | core-380bdbb450aa9ee4b8148dc4f3dda97828776db4.tar.gz core-380bdbb450aa9ee4b8148dc4f3dda97828776db4.tar.xz core-380bdbb450aa9ee4b8148dc4f3dda97828776db4.zip | |
Problems with certain hardware modules (ata_piix in SuSE10.2)
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@726 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/etc/functions')
| -rw-r--r-- | initramfs/initrd-stuff/etc/functions | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions index 0d852043..d05c2c5d 100644 --- a/initramfs/initrd-stuff/etc/functions +++ b/initramfs/initrd-stuff/etc/functions @@ -95,8 +95,6 @@ if [ -n "$2" ] ; then [ "$DEBUGLEVEL" -gt 2 -a "$DEBUGLEVEL" != 8 ] && usleep 10 else echo -e "${error_msg}${e_msg}${error_shell}" - # load usb modules to have keyboard enabled - they might have to be - # copied into initramfs with mkdxsinitramfs ... /bin/sh echo -n "Reboot now? [y]" exec < /dev/console > /dev/console |
