Skip to content

Commit

Permalink
Renaming main function to live for consistent namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed May 6, 2013
1 parent cdeea6b commit 38c9651
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backends/dracut/live.script
Expand Up @@ -7,5 +7,5 @@
DRACUT_FIXME ()
{
# dracut entry point for live-boot is FIXME(); function
Main
Live
}
2 changes: 1 addition & 1 deletion backends/initramfs-tools/live.script
Expand Up @@ -9,5 +9,5 @@
mountroot ()
{
# initramfs-tools entry point for live-boot is mountroot(); function
Main
Live
}
2 changes: 1 addition & 1 deletion scripts/boot/9990-main.sh
Expand Up @@ -2,7 +2,7 @@

# set -e

Main ()
Live ()
{
if [ -x /scripts/local-top/cryptroot ]
then
Expand Down

0 comments on commit 38c9651

Please sign in to comment.