diff options
author | Hereath <[email protected]> | 2019-01-18 21:35:54 +0100 |
---|---|---|
committer | XECDesign <[email protected]> | 2019-01-21 19:42:08 +1000 |
commit | 21aeca1b0c1ffd4c3336be31da510315714e87a8 (patch) | |
tree | d3d9cc21e48c11f9729b6baa43d2276ef6f09a2f | |
parent | 640027d5df0ef7eeeabf98fdd327741f4714aeda (diff) |
fixeb package realpath (via coreutils)
-rwxr-xr-x | README.md | 2 | ||||
-rw-r--r-- | depends | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ earlier releases of these systems. To install the required dependencies for pi-gen you should run: ```bash -apt-get install quilt parted realpath qemu-user-static debootstrap zerofree pxz zip \ +apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree pxz zip \ dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl ``` @@ -1,6 +1,6 @@ quilt parted -realpath +realpath:coreutils qemu-arm-static:qemu-user-static debootstrap zerofree |