diff options
| author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2024-11-02 15:46:52 +0100 |
|---|---|---|
| committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2024-12-03 08:33:12 +0100 |
| commit | ae2213ed989051a680cf76582b758fd748838688 (patch) | |
| tree | bfbab3271a4befd4c5e1761d79f4ddd9ccc0afca /gnu/system.scm | |
| parent | a3cce93271a5396887b3232ec2cfcd2d28b2e5b5 (diff) | |
gnu: hurd: Update to 0.9.git20240714.
* gnu/packages/hurd.scm (hurd-headers): Update to 0.9.git20240714.
(hurd)[arguments]: Remove rumpdisk build hack from "prepare-addons" stage.
Instead, when cross-compiling, add stage "fixup-cross-configure" to enable
rumpdisk.
* gnu/system.scm (hurd-multiboot-modules): Remove
"--x-xattr-translator-records" option that has been removed and is now the
default.
Change-Id: I4609b5a959c1ece98e2fe1aedbb1d31d6edadcca
Diffstat (limited to 'gnu/system.scm')
| -rw-r--r-- | gnu/system.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index 074cd04a0ed..dfcb8fb2794 100644 --- a/gnu/system.scm +++ b/gnu/system.scm | |||
| @@ -1539,7 +1539,6 @@ a list of <menu-entry>, to populate the \"old entries\" menu." | |||
| 1539 | "--multiboot-command-line='${kernel-command-line}'" | 1539 | "--multiboot-command-line='${kernel-command-line}'" |
| 1540 | "--exec-server-task='${exec-task}'" | 1540 | "--exec-server-task='${exec-task}'" |
| 1541 | "--store-type=typed" | 1541 | "--store-type=typed" |
| 1542 | "--x-xattr-translator-records" | ||
| 1543 | "'${root}'" | 1542 | "'${root}'" |
| 1544 | "'$(fs-task=task-create)'")) | 1543 | "'$(fs-task=task-create)'")) |
| 1545 | (target (%current-target-system)) | 1544 | (target (%current-target-system)) |
