ramdisk: clean up CD boot output

In particular, remove a stray '1'.

Change-Id: If82689060a92a4af318b01325492627944fba07f
This commit is contained in:
David van Moolenbroek 2017-02-24 18:18:16 +00:00
parent e110411edb
commit 8898fa503b

View File

@ -56,7 +56,7 @@ minix-service up /service/procfs || echo "WARNING: couldn't start procfs"
if sysenv rootdevname >/dev/null if sysenv rootdevname >/dev/null
then rootdevname=/dev/`sysenv rootdevname` then rootdevname=/dev/`sysenv rootdevname`
else else
if (! sysenv cdproberoot) && (! sysenv bootramdisk) >/dev/null if ! sysenv cdproberoot >/dev/null && ! sysenv bootramdisk >/dev/null
then echo "rootdevname not set" then echo "rootdevname not set"
exit 1 exit 1
fi fi