7 Commits (43eb664e7d44d963bb7b82d03215d84b47100ba0)

Author SHA1 Message Date
Adriaan de Groot 43eb664e7d [initramfs] Configure mkinitramfs to be safe
SEE #1191
6 years ago
Adriaan de Groot d5340f9743 [initramfs] Drop timeout entirely, even two minutes too short 6 years ago
Adriaan de Groot 97e44f971d [initramfs] That's not a safety setting
- Don't confuse a method declaration with an object.
 - Thanks clang for warning me.
6 years ago
Adriaan de Groot 1be81ec3b0 [initramfs] Bump the timeout much higher
- Use 120 seconds for update-initramfs, instead of 10. Previous
   Python code had no timeout at all, which wasn't so hot either.
   10 seconds, though, is too short for slow CPU & slow disk.
6 years ago
Adriaan de Groot 0030966986 [initramfs] Set umask before update-initramfs
SEE #1191
6 years ago
Adriaan de Groot 6ae8bd82fa [initramfs] Log what kernel will be passed to update-initramfs 6 years ago
Adriaan de Groot 8d712276ad [initramfs] Replace module with C++ implementation
- new implementation handles blank (maps to "all") configuration,
 - allows specifying "$uname" as kernel name, to use `uname -r`,
 - allows specifying a specific kernel.
6 years ago