#!/bin/sh
echo "init..."
echo "ifconfig eth0..."
ifconfig eth0 192.168.73.59
mount -o nolock 192.168.73.60:/rootfs /mnt
exec /sbin/switch_root /mnt /linuxrc

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2021-08-12
  • 2022-12-23
  • 2021-07-13
  • 2021-10-10
猜你喜欢
  • 2021-10-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
  • 2022-12-23
  • 2021-12-31
  • 2021-04-13
相关资源
相似解决方案