1
0
mirror of https://github.com/rancher/os.git synced 2025-09-15 22:49:08 +00:00

Revert "WIP New ros cli"

This commit is contained in:
Sven Dowideit
2017-03-14 12:11:24 +10:00
committed by GitHub
parent 4cd73c111e
commit 2d92956c82
13 changed files with 134 additions and 622 deletions

1
cmd/control/entrypoint.go Executable file → Normal file
View File

@@ -103,7 +103,6 @@ func setupCommandSymlinks() {
{config.RosBin, "/sbin/reboot"},
{config.RosBin, "/sbin/halt"},
{config.RosBin, "/sbin/shutdown"},
{config.RosBin, "/sbin/os"},
} {
if err := os.Symlink(link.oldname, link.newname); err != nil {
log.Error(err)