diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-04-02 00:29:23 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-04-02 00:29:23 +0200 |
commit | cdb5a31f09b3ca88ed1ece7663c69e2e2d630bf8 (patch) | |
tree | e355fd326e68723f29a604b43c9adde21073d62c | |
parent | cb4eea0e483402892ad6ba00a95a3ceae810b5cc (diff) | |
download | mkinitcpio-cdb5a31f09b3ca88ed1ece7663c69e2e2d630bf8.tar.gz mkinitcpio-cdb5a31f09b3ca88ed1ece7663c69e2e2d630bf8.tar.xz |
init_functions: fix missing * in fsck message
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
-rw-r--r-- | init_functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init_functions b/init_functions index b11e2e1..a76f137 100644 --- a/init_functions +++ b/init_functions @@ -130,7 +130,7 @@ fsck_root() { "* *" \ "* Please run fsck manually. After leaving *" \ "* this maintenance shell, the system will *" \ - " reboot automatically. *" \ + "* reboot automatically. *" \ "* *" \ "*********************************************" launch_interactive_shell |