packages: add parted
Without that fix, running first-boot.sh ends up with the following error: /run/current-system/profile/bin/first-boot.sh: line 28: partprobe: command not found Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
1bd04c1404
commit
368c4f55e2
|
@ -12,6 +12,7 @@
|
||||||
#:use-module (gnu)
|
#:use-module (gnu)
|
||||||
#:use-module (gnu packages admin)
|
#:use-module (gnu packages admin)
|
||||||
#:use-module (gnu packages certs)
|
#:use-module (gnu packages certs)
|
||||||
|
#:use-module (gnu packages disk)
|
||||||
#:use-module (gnu packages dns)
|
#:use-module (gnu packages dns)
|
||||||
#:use-module (gnu packages linux)
|
#:use-module (gnu packages linux)
|
||||||
#:use-module (gnu packages ssh)
|
#:use-module (gnu packages ssh)
|
||||||
|
@ -71,7 +72,8 @@
|
||||||
(packages (append (list first-boot-script
|
(packages (append (list first-boot-script
|
||||||
htop
|
htop
|
||||||
net-tools
|
net-tools
|
||||||
nss-certs)
|
nss-certs
|
||||||
|
parted)
|
||||||
%base-packages))
|
%base-packages))
|
||||||
(services
|
(services
|
||||||
(append
|
(append
|
||||||
|
|
Loading…
Reference in New Issue