Dropping warning about unsupported architectures in old defaults function.
This commit is contained in:
parent
86b6ed3e39
commit
d1982cbd94
|
@ -497,11 +497,6 @@ Set_defaults ()
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
|
||||||
Echo_error "Architecture(s) ${LIVE_IMAGE_ARCHITECTURE} not yet supported (FIXME)"
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Set linux packages
|
# Set linux packages
|
||||||
|
|
Loading…
Reference in New Issue