Changes for page Openwrt Notes
Last modified by Leon Poon on 2019/11/02 17:53
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -62,8 +62,6 @@ 62 62 Things to do after debootstrap: 63 63 64 64 * [[get rid of systemd>>http://without-systemd.org/wiki/index.php/How_to_remove_systemd_from_a_Debian_Stretch_installation]] 65 -* mknod /dev/console 66 -* inittab serial console 67 67 * dpkg-reconfigure locales 68 68 * set hostname 69 69 * set root password (or .ssh authorized_keys) ... ... @@ -77,7 +77,6 @@ 77 77 * apt-get install kmod (depmod, etc) 78 78 * kernel modules ( tar ~-~-owner=0 ~-~-group=0 -C ./staging_dir/target-*/root-*/ -vcjf - lib/modules | ssh TARGET_IP tar -C /chroot -vxjf - ) 79 79 * depmod 80 -* inittab - serial console 81 81 * read-only root 82 82 83 83 Needs CONFIG_DEVTMPFS=y in kernel.