From 192621eac5f206c86d1d63774fd68d56a865f869 Mon Sep 17 00:00:00 2001 From: apio Date: Wed, 12 Jul 2023 19:39:41 +0200 Subject: [PATCH] base: Mount the user's home directory before showing the MOTD This way, the MOTD is shown just before login and there's less noticeable delay between the two. --- base/etc/init/{01-selene => 00-selene} | 0 base/etc/init/{00-motd => 01-motd} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename base/etc/init/{01-selene => 00-selene} (100%) rename base/etc/init/{00-motd => 01-motd} (100%) diff --git a/base/etc/init/01-selene b/base/etc/init/00-selene similarity index 100% rename from base/etc/init/01-selene rename to base/etc/init/00-selene diff --git a/base/etc/init/00-motd b/base/etc/init/01-motd similarity index 100% rename from base/etc/init/00-motd rename to base/etc/init/01-motd