diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-07-13 23:43:42 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-07-13 23:43:42 -0400 |
commit | 80d98ad93aaf8b02bce80dbbac81b2beed518d3a (patch) | |
tree | 830420eda23839518485ae6e58e83d2ec5ac4339 /init | |
parent | 3a00916f4eb86a96de7f8c94974d20e3ea91c474 (diff) | |
download | minitramfs-80d98ad93aaf8b02bce80dbbac81b2beed518d3a.tar.xz minitramfs-80d98ad93aaf8b02bce80dbbac81b2beed518d3a.zip |
add basic module support
Diffstat (limited to 'init')
-rw-r--r-- | init | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ mkdir -p /dev/pts # /dev/pts for dropbear mount -t devpts devpts /dev/pts +/etc/modules.sh || exit + ( ip link set eth0 up udhcpc -i eth0 |