Skip to content

Commit

Permalink
handle templates in initrd
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Nov 15, 2014
1 parent 4fad165 commit 7928487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions initcpio/hooks/dock0
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ dock0_mount_handler() {
_mnt_dev "${cow_dev}" "/run/dock0/cowspace" "-w"
_mnt_loop "/run/dock0/bootmnt/root.fs.sfs" "/run/dock0/sfs/"
_mnt_fs "/run/dock0/sfs/root.fs" "${newroot}" "/"
[ -d /run/dock0/bootmnt/config/templates/ ] && cp -R /run/dock0/bootmnt/config/templates/* /
}

0 comments on commit 7928487

Please sign in to comment.