diff --git a/filesystem/etc/hostname b/filesystem/etc/hostname new file mode 100644 index 0000000..5e07ae0 --- /dev/null +++ b/filesystem/etc/hostname @@ -0,0 +1 @@ +redox diff --git a/mk/userspace/extrautils.mk b/mk/userspace/extrautils.mk index c161d87..7a7774b 100644 --- a/mk/userspace/extrautils.mk +++ b/mk/userspace/extrautils.mk @@ -8,6 +8,7 @@ extrautils: \ filesystem/bin/mdless \ filesystem/bin/mtxt \ filesystem/bin/rem \ + filesystem/bin/screenfetch #filesystem/bin/dmesg filesystem/bin/info filesystem/bin/watch filesystem/bin/%: programs/extrautils/Cargo.toml programs/extrautils/src/bin/%.rs $(BUILD)/libstd.rlib diff --git a/programs/extrautils b/programs/extrautils index 4a5ee6e..f371a06 160000 --- a/programs/extrautils +++ b/programs/extrautils @@ -1 +1 @@ -Subproject commit 4a5ee6e845bc3dd2180b505a303da6ee1e5021d1 +Subproject commit f371a0684e816d8ebf12446c3f6c799bd276efa6