Skip to content

Commit

Permalink
Adding redirection layer for initramfs-tools initramfs generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Jul 18, 2012
1 parent 9645a6e commit e0d9e29
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/boot/0020-initramfs-tools
@@ -0,0 +1,9 @@
#!/bin/sh

#set -e

mountroot ()
{
# initramfs-tools entry point for live-boot is mountroot(); function
Main
}

0 comments on commit e0d9e29

Please sign in to comment.