1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 07:30:42 +00:00

Revert "/media and /mnt mounted as shared for console"

This commit is contained in:
Josh Curl
2016-06-13 14:53:47 -07:00
committed by GitHub
parent af52052758
commit a5273d922e
15 changed files with 2 additions and 67 deletions

View File

@@ -1,5 +1,4 @@
#!/bin/bash
set -e
cd $(dirname $0)/..

View File

@@ -1,5 +1,4 @@
#!/bin/bash
set -e
cd $(dirname $0)/..
rm -rf build dist bin images/*/build

View File

@@ -1,5 +1,4 @@
#!/bin/bash
set -e
cd $(dirname $0)

View File

@@ -1,6 +1,5 @@
#!/bin/bash
# help: For development, creates iso, kernel, initrd gzip compressed
set -e
cd $(dirname $0)

View File

@@ -1,5 +1,4 @@
#!/bin/bash
set -e
mkdir -p bin dist build/initrd
if [ -e ./scripts/$1 ]; then

View File

@@ -1,5 +1,4 @@
#!/bin/bash
set -e
cd $(dirname $0)/../build/initrd

View File

@@ -1,5 +1,4 @@
#!/bin/bash
set -e
cd $(dirname $0)

View File

@@ -1,5 +1,4 @@
#!/bin/bash
set -e
source $(dirname $0)/version
export REPO_VERSION=$VERSION

View File

@@ -1,3 +1,5 @@
#!/bin/bash
if [ -n "$(git status --porcelain --untracked-files=no)" ]; then
DIRTY="-dirty"
fi