=== modified file 'zsh-functions/confz_fs_init' --- zsh-functions/confz_fs_init 2015-04-20 23:11:02 +0000 +++ zsh-functions/confz_fs_init 2015-04-20 23:01:57 +0000 @@ -67,17 +67,6 @@ } -# embed file in MBR -confz_mbr_code_check() { - checkvars device from - if cmp -n 440 $vars[device] $vars[from]; then - return 0 - else - do_command=( dd bs=440B count=1 if=$vars[file] of=$vars[from] ) - fi -} - - # check for primary partition confz_primary_partition_check() { local prev option