摘要: rsync -e 'ssh -p2020' -av /boot/vmlinuz.img-5.4.0-49-generic root@192.168.1.99:/nfsroot/rootfs/initrd.img 阅读全文
posted @ 2020-10-05 23:35 wolbo 阅读(3212) 评论(0) 推荐(0)
摘要: 1 安装软件 rpcbind又叫portmap apt-get install nfs-kernel-server nfs-common rpcbind 2 配置nfs目录 mkdir -p /nfsroot/rootfs root@raspberrypi:/opt/docker/seafile# 阅读全文
posted @ 2020-10-05 21:24 wolbo 阅读(1259) 评论(0) 推荐(0)
摘要: 1 U盘分区 使用mbr分区表 2 挂载U盘 mkdir /mnt/boot && mount /dev/sdX1 /mnt/boot 3 安装grub2到 U盘 # BIOS grub-install --target=i386-pc --recheck --boot-directory=/mnt 阅读全文
posted @ 2020-10-05 19:45 wolbo 阅读(199) 评论(0) 推荐(0)