1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 11:28:34 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
sin
0d082f17d8 Default to an ext4 partition instead of ext2 2014-03-07 10:55:24 +00:00
sin
8d6bcc74b8 Move set -e -x after the usage line 2014-03-06 10:27:06 +00:00
sin
baa70b4e3b Move set -x at the top 2014-03-05 17:47:33 +00:00
Hiltjo Posthuma
1b466d4935 create-bootable: use /mnt/morpheus as mountpoint 2014-03-04 16:24:57 +00:00
Hiltjo Posthuma
802de1b750 create-bootable: make compatible with busybox losetup
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-03-04 16:23:27 +00:00
Hiltjo Posthuma
a80ea3ef83 create-bootable: reduce image from 4gb to 2gb
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-03-04 16:22:56 +00:00
sin
0239116cb9 No need to use || exit 1
We run the script with set -e, so on the first error we will
exit automatically.
2014-03-04 13:43:05 +00:00
Daniel Bainton
d71bb4e966 Move to a mk based build system 2014-02-28 14:22:25 +02:00