pwatk wrote:1. Instead of just auto-rebooting the system after setup completes, could you give the option to reboot or exit to the shell.
I think just pressing Ctrl + C should work:
Code: Select all
# end Salix setup script
sleep 10
reboot
Maybe the final dialog could be clarified by adding something like: "Press Ctrl + C to abort and return to the shell."
pwatk wrote:2. Could you include the generic kernel for us raid/lvm/luks users.
I don't see why one would need the generic kernel for that purpose? You can create a initrd with raid/lvm/luks modules with any kernel (unless the modules were disabled or built into the kernel binary). The static binaries which are added to the initrd for such purposes are independent from the kernel used.
pwatk wrote:3. I'd like the kernel-source and cryptsetup packages to be included on the iso. I understand the space issues with regards to the kernel source but including cryptsetup would be beneficial.
I totally agree. Cryptsetup (and lvm) should be included in the installation cd environment. As lvm is already there, cryptsetup shouldn't need much of additional dependencies. It's linked statically anyway.
Kernel-source could be a nice addition, but the space needed is very questionable. I would prefer a fully working kernel-headers package (i.e. one can compile nvidia, virtualbox, etc. drivers without complete source).