[应用软件] 把pve当nas用?把win/linux/mac桌面整个重装替换为pve |
本帖最后由 minlearn 于 2024-3-23 15:29 编辑
linux: 直接在bash shell下执行
win: 第一步,在你要d的windows上安装下面脚本依赖,把它做成一个脚本友好的“类unix”环境: https://github.com/minlearn/1keyddhubfree-debianbase/raw/master/wininstsupports.zip (解压并安装它,有二个installer.bat,一个是安装cygwin,一个是安装grub,分别执行完,确保安装完成。 点击桌面生成的cygwin快捷方式图标,并执行下面脚本:
osx: 第一步,下载面的脚本依赖,将osx打造为脚本友好的环境(实际上就是grub2): https://github.com/minlearn/1keyddhubfree-debianbase/raw/master/osxinstsupports.zip 在你要dd的osx上解压依赖并安装,确保你能成功执行wget和grub命令(比如grub-mkimage) 对了osx下需要进入恢复模式打开csrutil disable 一切完成后,在bash中执行:
完工! 仓库: https://github.com/minlearn/1keydd/ 视频: https://player.bilibili.com/player.html?aid=601449095&bvid=BV17B4y1b79Y&cid=786799410&p=1 https://player.bilibili.com/player.html?aid=240494609&bvid=BV1xe411q78P&cid=1385057593&p=1 https://player.bilibili.com/player.html?aid=1000060550&bvid=BV1S44y1F7o6&cid=1438197271&p=1 |