mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 07:46:15 +02:00
create pango.modules when system first boot
This commit is contained in:
parent
520487b3cf
commit
a7d0746dc0
@ -1,8 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
# no need in NanoNote
|
||||
/etc/init.d/atd disable
|
||||
/etc/init.d/led disable
|
||||
/etc/init.d/telnet disable
|
||||
|
||||
# write default u-boot env to nand
|
||||
/usr/bin/mtd.nn fw_setenv_default
|
||||
|
||||
# generate pango.modules
|
||||
pango-querymodules > '/etc/pango/pango.modules'
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user