2007-06-21 14:28:31 by Juan Romero Pardines | Files touched by this commit (1) |
Log message: Bump to 0.15.2 because a fix for MULTIPLE_KERNELS (there was a typo: -f rather than ! -f, so the test was inverted) was done by hauke. |
2007-06-21 14:21:11 by Hauke Fath | Files touched by this commit (1) |
Log message: Only complain about a missing kernel config file if we did actually _not_ find it. |
2007-06-15 17:44:26 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Put build actions into a do-build target. Keep do-install as a pure "install stuff I already built" step. Also remove an unnecessary creation of ${PREFIX}/share/mklivecd which is already handled in INSTALLATION_DIRS. |
2007-04-13 01:08:35 by Juan Romero Pardines | Files touched by this commit (1) |
Log message: Erm... it's KERNEL_VARS not KERNEL_ARGS. |
2007-04-13 01:07:55 by Juan Romero Pardines | Files touched by this commit (1) |
Log message: do_conf_reset(): add missing KERNEL_VARS. |
2007-04-13 00:39:36 by Juan Romero Pardines | Files touched by this commit (1) |
Log message: Fix previous, only check for kernel config and not for the work directory... which might not be created yet. |
2007-04-13 00:31:16 by Juan Romero Pardines | Files touched by this commit (1) |
Log message: Do the same for MULTIPLE_KERNELS, check if the kernel is found in ~/.mklivecd before showing informative messages. |
2007-04-13 00:26:19 by Juan Romero Pardines | Files touched by this commit (1) |
Log message: * Check if the kernel is available in ~/.mklivecd before showing informative messages. * Remove unnecessary checks for USE_GNU_GRUB, now that some options are checked to have correct values. * Misc cleanups. |
2007-04-11 16:40:45 by Juan Romero Pardines | Files touched by this commit (1) |
Log message: Remove a check for USE_GNU_GRUB, now that there's a common function to test the value in options. |
2007-04-11 16:31:35 by Juan Romero Pardines | Files touched by this commit (1) |
Log message: * Check if the option is set, and error out if not. * Added PERSONAL_CONFIG to the yesno options checks. |