Skip to content

Commit

Permalink
[dist] add cp437 kernel module to appliance initrd for vfat
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 7, 2013
1 parent d0317fe commit 6494cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/obsstoragesetup
Expand Up @@ -355,7 +355,7 @@ EOF
# support virtio
# FIXME: find a better way to do this without getting removed by kiwi again.
if ! grep -q "^INITRD_MODULES=.*virtio_pci virtio_blk" /etc/sysconfig/kernel; then
sed -i 's,^INITRD_MODULES="\(.*\)",INITRD_MODULES="\1 loop dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs fat vfat nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_blk fat vfat",' /etc/sysconfig/kernel
sed -i 's,^INITRD_MODULES="\(.*\)",INITRD_MODULES="\1 loop dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_blk fat vfat cp437",' /etc/sysconfig/kernel
mkinitrd || unset RUN_VIRT
fi
else
Expand Down

0 comments on commit 6494cd3

Please sign in to comment.