Browse Source

kernel: added cp437, needed to mount vfat sticks

0.2-maint
Alejandro Mery 14 years ago
parent
commit
0707d9572d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      initramfs/etc_mkinitramfs.d_50-kernel.sh.txt

+ 1
- 1
initramfs/etc_mkinitramfs.d_50-kernel.sh.txt

@ -41,7 +41,7 @@ else
echo usb-storage
echo nls_iso8859-1 nls_utf8
echo nls_iso8859-1 nls_utf8 nls_cp437
fi | tr ' ' '\n' | while read x; do
module_install "$x"
done

Loading…
Cancel
Save