diff options
Diffstat (limited to 'mkinitramfs')
-rwxr-xr-x | mkinitramfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitramfs b/mkinitramfs index 547d436..9ea6760 100755 --- a/mkinitramfs +++ b/mkinitramfs @@ -190,7 +190,7 @@ function main { # List of binaries to exist in the new initramfs resolve_bins \ bash cat echo ls cryptsetup chmod chown mount sleep umount clear cut \ - grep less tr which blkid reboot shutdown switch_root + grep less tr which blkid partprobe reboot shutdown switch_root # Set up the archive source dir. |