Improve live images. #298

Closed
opened 2025-01-18 21:10:00 +03:00 by voronind · 1 comment
Owner
  • Live root no pw?
  • Streamline installer experience.
    • Reset on error.
    • Checks like internet connection, just show info.
    • More output, just like with a Makefile.
    • Replace bootstrap invoke with env vars instead?
    • Fix add chroot & bind mounts.
    • Fix make root no pw.
  • Implement recovery iso.
    • Add root password reset feature.
    • Add recovery tools.
  • Implement live iso.
    • Desktop browser-like experience with core apps.
    • Special no-pw user.
    • Extra live apps. Look at Tails?
- [x] Live root no pw? - [ ] Streamline `installer` experience. - [x] Reset on error. - [x] Checks like internet connection, just show info. - [x] More output, just like with a Makefile. - [x] Replace bootstrap invoke with env vars instead? - [x] Fix add chroot & bind mounts. - [ ] Fix make root no pw. - [ ] Implement `recovery` iso. - [ ] Add root password reset feature. - [ ] Add recovery tools. - [ ] Implement `live` iso. - [x] Desktop browser-like experience with core apps. - [x] Special no-pw user. - [ ] Extra live apps. Look at Tails?
Author
Owner
    isoImage.includeSystemBuildDependencies = lib.mkOption {
      default = false;
      type = lib.types.bool;
      description = ''
        Set this option to include all the needed sources etc in the
        image. It significantly increases image size. Use that when
        you want to be able to keep all the sources needed to build your
        system or when you are going to install the system on a computer
        with slow or non-existent network connection.
      '';
    };
```text isoImage.includeSystemBuildDependencies = lib.mkOption { default = false; type = lib.types.bool; description = '' Set this option to include all the needed sources etc in the image. It significantly increases image size. Use that when you want to be able to keep all the sources needed to build your system or when you are going to install the system on a computer with slow or non-existent network connection. ''; }; ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
voronind/nix#298
No description provided.