mv installer install
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
3d017abd6f
commit
de4ddf9d1e
4 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ type="$(cat "$__object/parameter/type")"
|
||||||
if [ "$type" = "swap" ]; then
|
if [ "$type" = "swap" ]; then
|
||||||
echo "mkswap $device"
|
echo "mkswap $device"
|
||||||
else
|
else
|
||||||
command="mkfs -t $type"
|
command="mkfs -t $type -q"
|
||||||
if [ -f "$__object/parameter/options" ]; then
|
if [ -f "$__object/parameter/options" ]; then
|
||||||
options="$(cat "$__object/parameter/options")"
|
options="$(cat "$__object/parameter/options")"
|
||||||
command="$command $options"
|
command="$command $options"
|
||||||
|
|
Loading…
Reference in a new issue