diff options
author | Mark H Weaver <mhw@netris.org> | 2015-07-11 16:38:33 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-11 16:44:23 -0400 |
commit | f8facc18eddbcf31700214fe224cbbf3add6fede (patch) | |
tree | e84b21cf540cd512c92d5f0076a69b2edccb8b37 /gnu | |
parent | e52ecc74c92f440561ed0da895c1882537e498fc (diff) | |
download | patches-f8facc18eddbcf31700214fe224cbbf3add6fede.tar patches-f8facc18eddbcf31700214fe224cbbf3add6fede.tar.gz |
install: Fix variable reference to iproute2 package.
This is a followup to commit d43002f64599fb80294d4c00e3a682a2776c885c.
* gnu/system/install.scm (installation-os)[packages]: Refer to IPROUTE instead
of IPROUTE2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system/install.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 3d0b151fb8..359d1265e5 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -342,7 +342,7 @@ Use Alt-F2 for documentation. parted ddrescue grub ;mostly so xrefs to its manual work cryptsetup - wireless-tools iw wpa-supplicant-light iproute2 + wireless-tools iw wpa-supplicant-light iproute ;; XXX: We used to have GNU fdisk here, but as of version ;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable ;; space; furthermore util-linux's fdisk is already |