ソースを参照

reduce bootup time, update kernel config

Waldemar Brodkorb 16 年 前
コミット
b30764b9ad
2 ファイル変更111 行追加634 行削除
  1. 1 1
      mk/rootfs.mk
  2. 110 633
      target/ibmx40/kernel.config

+ 1 - 1
mk/rootfs.mk

@@ -22,7 +22,7 @@ ROOTFS:=	root=/dev/mmcblk0p2 rootwait
 endif
 
 $(eval $(call rootfs_template,ext2-block,EXT2_BLOCK,$(ROOTFS)))
-$(eval $(call rootfs_template,usb,USB,root=/dev/sdb1 rootdelay=10))
+$(eval $(call rootfs_template,usb,USB,root=/dev/sdb1 rootdelay=5))
 $(eval $(call rootfs_template,archive,ARCHIVE))
 $(eval $(call rootfs_template,initramfs,INITRAMFS))
 $(eval $(call rootfs_template,initramfs-piggyback,INITRAMFS_PIGGYBACK))

ファイルの差分が大きいため隠しています
+ 110 - 633
target/ibmx40/kernel.config


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません