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

419 Commits

Author SHA1 Message Date
sin
dd14bfab3b Enable devtmpfs in the kernel config 2014-03-07 11:40:56 +00:00
Hiltjo Posthuma
339456d6c5 pkgs: add e2fsprogs
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-03-07 11:40:29 +00:00
sin
8b4f60ad46 Update README 2014-03-07 11:07:07 +00:00
sin
0d082f17d8 Default to an ext4 partition instead of ext2 2014-03-07 10:55:24 +00:00
sin
885f47b5e1 Copy zlib manpages to "$root/share/man..." instead of "$libcroot/..." 2014-03-06 13:18:45 +00:00
sin
83c0e3404d Copy terminfo files to "$root/share" not "$libcroot/share" 2014-03-06 13:15:49 +00:00
sin
bc89f5ce88 Add set -x to file(1) 2014-03-06 13:08:41 +00:00
sin
aa3b49c9d1 Put file(1) on our mirror
On some of my systems outbound FTP is blocked.
2014-03-06 13:06:22 +00:00
Daniel Bainton
d0297c1847 Add file package 2014-03-06 14:24:45 +02:00
sin
0284ba276a Remove killall5 - we now have this util in ubase 2014-03-06 11:15:04 +00:00
sin
22b7eabd62 Update TODO 2014-03-06 10:49:36 +00:00
sin
8d6bcc74b8 Move set -e -x after the usage line 2014-03-06 10:27:06 +00:00
Daniel Bainton
f1e2a7daa2 Link some gzip/bzip2/xz tools from busybox 2014-03-06 12:01:16 +02:00
sin
baa70b4e3b Move set -x at the top 2014-03-05 17:47:33 +00:00
sin
0a7c9e877b Enable $optldflags 2014-03-05 17:05:30 +00:00
sin
c3532d8e41 Add set -x for man, tinywm and xsetroot 2014-03-05 16:59:27 +00:00
sin
06301b7a50 Use $CFLAGS and $LDFLAGS for man, tinywm and xsetroot 2014-03-05 16:56:48 +00:00
sin
7e5ca5e99f Convert sdhcp to an inline build
Use the git repo instead of a .tgz
2014-03-05 16:55:06 +00:00
sin
6268582e6e Convert tinyalsa to an inline build 2014-03-05 16:31:56 +00:00
sin
5f7e47cff1 Add linux-firmware package 2014-03-05 15:48:48 +00:00
sin
51d5e7aeb1 Group related commands together 2014-03-05 14:54:42 +00:00
sin
05a5efbb7e Convert mksh to an inline build 2014-03-05 14:49:39 +00:00
sin
0a85fbdac8 No need to specify -static in CFLAGS 2014-03-05 14:13:22 +00:00
sin
774853ef42 Convert smdev to an inlined build 2014-03-05 14:13:04 +00:00
sin
085e751b31 Convert sinit to an inlined build 2014-03-05 14:11:11 +00:00
sin
67167b665a Copy the manpages in a separate pass 2014-03-05 13:36:08 +00:00
sin
036d41dc64 Convert ubase to use inline building instructions 2014-03-05 13:34:16 +00:00
sin
dc78d5d7c9 Convert sbase with inline building instructions
For packages in base, we will ignore make/autoconf.  We can just use
inlined build instructions in the mk recipe.
2014-03-05 13:27:03 +00:00
sin
bd3026cc3d Put extlinux.conf in stuff/ 2014-03-05 12:28:43 +00:00
sin
30895bba83 Be consistent and use "$var" instead of ${var} or "${var}" 2014-03-05 12:26:16 +00:00
sin
07ebd808c5 Visually separate packages with a newline in pkgs.mk 2014-03-01 21:00:56 +00:00
sin
c320fbc0dc Don't create /init -> /bin/sinit link anymore 2014-03-04 20:02:42 +00:00
Hiltjo Posthuma
d4d93cc07b busybox: symlink some more programs
add ip, killall, losetup, route

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-03-04 19:59:06 +00:00
Hiltjo Posthuma
7d78f07a12 sinit: link /bin/init to sinit
this also makes sure the default init=/init isn't required anymore.

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-03-04 19:58:57 +00:00
sin
d392b17d2c Remove screenshot from repo :P 2014-03-04 19:54:01 +00:00
sin
af13813573 Add screenshot :> 2014-03-04 17:10:52 +00:00
sin
ec63546a35 Add warning for ppl in README 2014-03-04 16:39:24 +00:00
sin
8338f7d0c6 Add Hiltjo Posthuma to LICENSE 2014-03-04 16:26:45 +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
sin
1d76ab381b We now use 2GB default images 2014-03-04 16:23:03 +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
588dbfc290 Add irc channel information to README 2014-03-04 15:49:43 +00:00
sin
713d7974ad Change fetch-pkg.mk to use case instead of if/elif etc. 2014-03-04 15:34:45 +00:00
sin
6cf0949e99 Use a case statement instead of if/else
Makes it easy to port packages to other architectures.
2014-03-04 15:18:34 +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
50858520ca Don't install the pre-formatted man-page 2014-03-04 14:07:19 +02:00
sin
ea204456ef Add kernel rebuilding instructions in README 2014-03-04 12:04:06 +00:00
sin
e611f394e9 Bump up NPROC to 4 2014-03-04 11:54:28 +00:00
sin
759a134820 Remove kernel_headers package
We don't need this currently, the cross compiler we use has its own
set of kernel headers.

When we compile musl from source we can revisit this.
2014-03-04 11:35:59 +00:00