0a9d7a2145
Platform: armhf-nokia_ixs7215_52x-r0 HwSKU: Nokia-7215 ASIC: marvell Port Config: 48x1G + 4x10G Co-authored-by: dflynn <dennis.flynn@nokia.com> Co-authored-by: Carl Keene <keene@nokia.com>
12 lines
210 B
Bash
12 lines
210 B
Bash
#!/bin/sh
|
|
# postinst script for sonic-platform-nokia-7215
|
|
#
|
|
# see: dh_installdeb(1)
|
|
|
|
sh /usr/sbin/nokia-7215_plt_setup.sh
|
|
systemctl enable nokia-7215init.service
|
|
systemctl start nokia-7215init.service
|
|
|
|
exit 0
|
|
|