diff --git a/configuration/live-dvd-X-medium.nix b/configuration/live-dvd-X-medium.nix index 97eb364c15ae..cb495f9a2969 100644 --- a/configuration/live-dvd-X-medium.nix +++ b/configuration/live-dvd-X-medium.nix @@ -160,6 +160,31 @@ in pkgs.bittornado pkgs.wireshark pkgs.smbfsFuse + pkgs.xfsProgs + pkgs.jfsUtils + pkgs.x11vnc + pkgs.lzma + pkgs.dict + pkgs.apacheHttpd + pkgs.xneur + (with pkgs.aspellDicts; [en fr ru]) + (pkgs.dictDBCollector { + dictlist = with pkgs.dictdDBs; map + (x:{ + name = x.dbName; + filename = x.outPath; + locale = x.locale; + }) + [ + eng2fra fra2eng eng2nld + nld2eng eng2rus + mueller_enru_abbr + mueller_enru_base + mueller_enru_dict + mueller_enru_geo + mueller_enru_names + ]; + }) ]; configList = configuration : [ diff --git a/configuration/rescue-cd-replacement.nix b/configuration/rescue-cd-replacement.nix index 5d9571a00821..ed91888887e0 100644 --- a/configuration/rescue-cd-replacement.nix +++ b/configuration/rescue-cd-replacement.nix @@ -24,6 +24,8 @@ in (isoFun { pkgs.gdb # for debugging Nix pkgs.testdisk # useful for repairing boot problems pkgs.mssys # for writing Microsoft boot sectors / MBRs + pkgs.xfsProgs + pkgs.jfsUtils ]; }).rescueCD