Skip to content

Commit

Permalink
[dist] add nls_iso8859-1 kernel module for default appliances
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 25, 2013
1 parent e59bdd0 commit 294c4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/obsstoragesetup
Expand Up @@ -357,7 +357,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 nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_blk fat vfat nls_cp437",' /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 nls_cp437 nls_iso8859-1",' /etc/sysconfig/kernel
mkinitrd || unset RUN_VIRT
fi
else
Expand Down

0 comments on commit 294c4c0

Please sign in to comment.