Skip to content

Commit

Permalink
changed titles
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtuxa committed Mar 1, 2024
1 parent 7fea46a commit 0394e20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion freifunk/freifunk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ with lib;

# ISO image configuration
isoImage.isoName = "nixos-freifunk_events-${config.system.nixos.label}-${pkgs.stdenv.system}.iso";
isoImage.volumeID = substring 0 11 "NIXOS_ISO";
isoImage.volumeID = substring 0 11 "NIXOS_FREIFUNK";
isoImage.makeEfiBootable = true;
isoImage.makeUsbBootable = true;
isoImage.appendToMenuLabel = "";
Expand Down
2 changes: 1 addition & 1 deletion freifunk/iso-image.patch
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ diff -Nru a/iso-image.nix b/iso-image.nix
+ cp -v ${pkgs.systemd}/lib/systemd/boot/efi/systemd-boot${targetArch}.efi $out/EFI/boot/loader.efi
mkdir -p $out/loader/entries

echo "title NixOS Live CD" > $out/loader/entries/nixos-livecd.conf
echo "title Freifunk Leipzig" > $out/loader/entries/nixos-livecd.conf
@@ -296,7 +308,7 @@
config.system.build.toplevel.drvPath;

Expand Down
2 changes: 1 addition & 1 deletion hw4f/iso-image.patch
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ diff -Nru a/iso-image.nix b/iso-image.nix
+ cp -v ${pkgs.systemd}/lib/systemd/boot/efi/systemd-boot${targetArch}.efi $out/EFI/boot/loader.efi
mkdir -p $out/loader/entries

echo "title NixOS Live CD" > $out/loader/entries/nixos-livecd.conf
echo "title HW4F" > $out/loader/entries/nixos-livecd.conf
@@ -296,7 +308,7 @@
config.system.build.toplevel.drvPath;

Expand Down

0 comments on commit 0394e20

Please sign in to comment.