diff options
Diffstat (limited to 'target/lemote/files')
-rw-r--r-- | target/lemote/files/boot/boot.cfg | 7 | ||||
-rw-r--r-- | target/lemote/files/etc/inittab | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/target/lemote/files/boot/boot.cfg b/target/lemote/files/boot/boot.cfg new file mode 100644 index 000000000..63f740928 --- /dev/null +++ b/target/lemote/files/boot/boot.cfg @@ -0,0 +1,7 @@ +timeout 4 +default 0 +showmenu 1 + +title Linux + kernel /dev/fs/ext2@wd0/boot/lemote-mips-kernel + args no_auto_cmd root=/dev/mapper/root resume=/dev/mapper/swap diff --git a/target/lemote/files/etc/inittab b/target/lemote/files/etc/inittab index b6dd0bd3b..f14e0d568 100644 --- a/target/lemote/files/etc/inittab +++ b/target/lemote/files/etc/inittab @@ -1,4 +1,3 @@ ::sysinit:/etc/init.d/rcS ::shutdown:/etc/init.d/rcK -tty::respawn:/sbin/getty -i -L tty 115200 vt100 tty1::respawn:/sbin/getty -i -L tty1 115200 vt100 |