Adam Joseph
f99e8bafe6
nixos/installer: add sd-image-powerpc64le.nix
...
This builds on top of nixpkgs mainline 00d8347180
with the following two PRs cherry-picked:
- https://github.com/NixOS/nixpkgs/pull/192670
- https://github.com/NixOS/nixpkgs/pull/192668
using the following command:
```
nix build -f nixos -L \
-I nixos-config=nixos/modules/installer/sd-card/sd-image-powerpc64le.nix \
config.system.build.sdImage
```
I was able to successfully boot the image, although it boots to a login prompt
rather than a shell, and won't accept the empty password for `root`. I guess
I'll have to figure out why that is.
To boot the image: `zstd`-decompress the it, mount it, and use `kexec`:
```
cd boot/nixos
kexec -l \
*-vmlinux \
--initrd *-initrd \
--dt-no-old-root \
--command-line="$(grep APPEND ../extlinux/extlinux.conf | sed 's_^ *APPEND *__')"
```
The machine I used for testing has only one storage device which is completely
allocated to LVM. It appears that the NixOS ISO loader doesn't look for
partition tables within LVM volumes. To work aroundn this, I had to extract the
`ext4` image within the partition table within the `sd-card` image and put that
in its own LVM volume. This likely won't be an obstacle for users who write the
image to a USB stick or similar.
2023-02-23 06:18:52 +02:00
Michele Guerini Rocco
3ad7b8a7e8
Merge pull request #209391 from rnhmjoj/pr-bdf2psf
...
bdf2psf: 1.211 -> 1.215
2023-01-07 00:31:23 +01:00
Michele Guerini Rocco
97fe828d46
Merge pull request #209378 from rnhmjoj/pr-mkvtoolnix
...
mkvtoolnix: 72.0.0 -> 73.0.0
2023-01-06 23:53:40 +01:00
rnhmjoj
d017848981
bdf2psf: 1.211 -> 1.215
2023-01-06 23:53:10 +01:00
Thomas Gerbet
17e0a37381
Merge pull request #209104 from risicle/ris-openimageio-1-to-2
...
openimageio: default to openimageio2, rename 1.x to openimageio_1
2023-01-06 23:52:03 +01:00
figsoda
cca89647e0
Merge pull request #209383 from romildo/upd.vopono
...
vopono: 0.10.3 -> 0.10.4
2023-01-06 17:40:34 -05:00
Michael Weiss
aa63b01d46
Merge pull request #209241 from primeos/chromiumDev
...
chromiumDev: 110.0.5478.4 -> 110.0.5481.24
2023-01-06 23:37:26 +01:00
Jonas Heinrich
cff8fd9c6c
Merge pull request #208299 from e1mo/dokuwkiki-makeover
...
nixos/dokuwiki: Overhaul for structured settings
2023-01-06 23:26:50 +01:00
figsoda
2f84082de7
ruff: 0.0.211 -> 0.0.212 ( #209261 )
...
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.211...v0.0.212
Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.212
2023-01-06 17:21:31 -05:00
Fabian Affolter
a96f06121d
Merge pull request #209379 from fabaff/pyvicare-bump
...
python310Packages.pyvicare: 2.22.0 -> 2.23.0
2023-01-06 23:18:26 +01:00
Robert Scott
8499f40a14
Merge pull request #208673 from fusion2004/add-libopenmpt-to-ffmpeg-full
...
ffmpeg-full: add libopenmpt
2023-01-06 22:16:16 +00:00
Robert Scott
63ed4f9d34
Merge pull request #206765 from JamieMagee/dotnet-3.1
...
dotnet-sdk_3.1: 3.1.425 -> 3.1.426
2023-01-06 22:10:35 +00:00
José Romildo
4d97480823
vopono: 0.10.3 -> 0.10.4
2023-01-06 19:05:00 -03:00
Thomas Gerbet
c629cd779a
Merge pull request #208517 from r-ryantm/auto-update/mediawiki
...
mediawiki: 1.38.4 -> 1.39.1
2023-01-06 22:50:45 +01:00
Doron Behar
518e1103be
Merge pull request #209166 from alyaeanyx/qalculate-4.5.1
...
{libqalculate, qalculate-gtk, qalculate-qt}: 4.5.0 -> 4.5.1
2023-01-06 23:46:04 +02:00
Fabian Affolter
8f894d950c
python310Packages.pyvicare: 2.22.0 -> 2.23.0
...
Diff: https://github.com/somm15/PyViCare/compare/2.22.0...2.23.0
2023-01-06 22:32:42 +01:00
rnhmjoj
0a0861c9a8
mkvtoolnix: 72.0.0 -> 73.0.0
2023-01-06 22:28:52 +01:00
Fabian Affolter
93e5b74374
Merge pull request #209330 from fabaff/netutils-bump
...
python310Packages.netutils: 1.3.0 -> 1.4.0
2023-01-06 22:20:38 +01:00
Fabian Affolter
ee3a952e75
Merge pull request #209329 from fabaff/garminconnect-bump
...
python310Packages.garminconnect: 0.1.49 -> 0.1.50
2023-01-06 22:20:11 +01:00
Fabian Affolter
8be7dbd5a1
Merge pull request #209326 from fabaff/metasploit-bump
...
metasploit: 6.2.33 -> 6.2.34
2023-01-06 22:20:04 +01:00
Fabian Affolter
c282be2d20
Merge pull request #209331 from fabaff/msgspec-bump
...
python310Packages.msgspec: 0.11.0 -> 0.12.0
2023-01-06 22:18:38 +01:00
Fabian Affolter
48f58e9019
Merge pull request #209335 from fabaff/skodaconnect-bump
...
python310Packages.skodaconnect: 1.3.1 -> 1.3.2
2023-01-06 22:18:27 +01:00
Fabian Affolter
d9f73e41fd
Merge pull request #209346 from fabaff/life360-bump
...
python310Packages.life360: 5.4.1 -> 5.5.0
2023-01-06 22:14:01 +01:00
Fabian Affolter
990f7ecbad
Merge pull request #209365 from fabaff/scmrepo-bump
...
python310Packages.scmrepo: 0.1.5 -> 0.1.6
2023-01-06 22:13:51 +01:00
Moritz 'e1mo' Fromm
236d90fde0
nixos/dokuwiki: Overhaul for structured settings
...
Added the RFC42-style added the posibility to use
`services.dokuwiki.sites.<name>.settings' instead of passing a plain
string to `<name>.extraConfig`. ´<name>.pluginsConfig` now also accepts
structured configuration.
2023-01-06 22:02:37 +01:00
Justin Bedő
8992aaaf32
Merge pull request #209297 from Zipabout/fix/r-classInt
...
rPackages.classInt: add libiconv dependency to fix build on darwin
2023-01-06 20:57:03 +00:00
R. Ryantm
108627107d
cloud-hypervisor: 28.0 -> 28.1
2023-01-06 20:39:33 +00:00
Robert Scott
a02fee6afc
Merge pull request #206768 from JamieMagee/dotnet-7.0
...
dotnet-sdk_7.0: 7.0.100 -> 7.0.101
2023-01-06 20:37:31 +00:00
Thiago Kenji Okada
8af48279a7
Merge pull request #209359 from thiagokokada/vdrift-bump
...
vdrift: unstable-2017-12-09 -> unstable-2021-09-05
2023-01-06 20:33:14 +00:00
zowoq
c8739dd43c
containerd: 1.6.14 -> 1.6.15
...
https://github.com/containerd/containerd/releases/tag/v1.6.15
2023-01-07 06:17:03 +10:00
Jonas Heinrich
059e0f8958
Merge pull request #209316 from e1mo/dokuwiki/housekeeping
...
nixosTests.dokuwiki: Deduplicate node configuration
2023-01-06 21:10:50 +01:00
Fabian Affolter
c7ce5dbe15
python310Packages.scmrepo: 0.1.5 -> 0.1.6
...
Diff: https://github.com/iterative/scmrepo/compare/refs/tags/0.1.5...0.1.6
Changelog: https://github.com/iterative/scmrepo/releases/tag/0.1.6
2023-01-06 20:59:14 +01:00
Graham Christensen
8552d36ed3
Merge pull request #204673 from whiteley/5.15-rt
...
Add linux-rt-5.15
2023-01-06 19:56:41 +00:00
Jonas Heinrich
7763552588
Merge pull request #209253 from e1mo/dokuwiki/php-package
...
nixos/dokuwiki: Take phpPackage and phpOptions
2023-01-06 20:49:10 +01:00
Weijia Wang
5947344587
libyafaray: remove boost from dependencies
2023-01-06 20:39:20 +01:00
Weijia Wang
2876f8026f
sumokoin: 0.2.0.0 -> 0.8.1.0
2023-01-06 20:37:56 +01:00
Oliver Kopp
d3275da53d
jabref: fix license ( #209336 )
2023-01-06 14:35:15 -05:00
Thiago Kenji Okada
75ce40970b
Merge pull request #209354 from thiagokokada/osu-lazer-bin
...
osu-lazer-bin: move it to osu-lazer directory, add source.metaProvenance
2023-01-06 19:32:15 +00:00
Weijia Wang
4206272a15
sylpheed: unbreak on aarch64-darwin
2023-01-06 20:27:03 +01:00
Thiago Kenji Okada
085a82b2c8
vdrift: unstable-2017-12-09 -> unstable-2021-09-05
2023-01-06 19:19:10 +00:00
Weijia Wang
0bc8e25344
libtommath: unbreak on aarch64-darwin
2023-01-06 20:14:33 +01:00
Weijia Wang
2520a38d69
rlottie: unbreak on aarch64-darwin
2023-01-06 20:11:58 +01:00
Artturi
048c1cdc20
Merge pull request #207345 from timsueberkrueb/tutanota-fix-tmp
2023-01-06 21:00:45 +02:00
Domen Kožar
9ff4f40cb2
Merge pull request #204481 from Artturin/removenixvers1
...
nixVersion.nix_{2_6,2_7,2_8,2_9}: remove
2023-01-06 18:51:52 +00:00
R. Ryantm
2061080769
radarr: 4.2.4.6635 -> 4.3.2.6857
2023-01-06 19:47:51 +01:00
Matt Whiteley
be5854b57b
linux-rt-5.15: 5.15.79-rt54 -> 5.15.86-rt56
2023-01-06 10:46:56 -08:00
Thiago Kenji Okada
5fead9f61e
osu-lazer-bin: set meta.mainProgram
2023-01-06 18:37:55 +00:00
Artturi
c7e842df16
Merge pull request #209089 from amjoseph-nixpkgs/pr/temurin-bin/powerpc64le
2023-01-06 20:33:42 +02:00
Thiago Kenji Okada
2503cf5ba2
osu-lazer-bin: set meta.sourceProvenance
2023-01-06 18:26:44 +00:00
Thiago Kenji Okada
30acf193c5
osu-lazer-bin: move it to osu-lazer directory
2023-01-06 18:26:27 +00:00