mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Merge Parted, fdisk, and ddrescue in (gnu packages disk).
* gnu/packages/parted.scm: Rename to... * gnu/packages/disk.scm: ... this. New file. Merge with... * gnu/packages/fdisk.scm: ... this; remove file; * gnu/packages/ddrescue.scm: ... and this; remove file. * gnu/system/install.scm, gnu/system/vm.scm: Adjust accordingly. * gnu-system.am (GNU_SYSTEM_MODULES): Remove gnu/packages/{parted,fdisk,ddrescue}.scm and add gnu/packages/disk.scm.
This commit is contained in:
parent
a549ab4bcf
commit
cc4a2aeb98
6 changed files with 58 additions and 109 deletions
|
@ -27,8 +27,7 @@
|
|||
#:use-module (gnu packages admin)
|
||||
#:use-module (gnu packages package-management)
|
||||
#:use-module (gnu packages zile)
|
||||
#:use-module (gnu packages parted)
|
||||
#:use-module (gnu packages fdisk)
|
||||
#:use-module (gnu packages disk)
|
||||
#:use-module (gnu packages texinfo)
|
||||
#:export (installation-os))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue