This website requires JavaScript.
Explore
Help
Sign in
applications
/
calamares
Watch
3
Star
0
Fork
You've already forked calamares
0
mirror of
https://github.com/parchlinux/calamares.git
synced
2025-02-28 21:05:45 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
90e8a6cff9
calamares
/
src
/
modules
/
fstab
/
module.desc
6 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
Big configuration overhaul. Module descriptors are now module.desc, no configuration allowed inside. Module config files are <modulename>.conf, installed in share/calamares/modules. settings.conf is read from /etc/calamares, then share/calamares, and if running with --debug also in the current dir. Module config files are read from /etc/calamares/modules, then share/calamares/modules, and if running with --debug also in src/modules/<modulename> relative to the current dir.
2014-08-05 18:18:57 +02:00
---
Add basic grub module. Not enabled for now because it requires a rootfs to work Fixes #26
2014-07-24 17:17:40 +02:00
type: "job"
Big configuration overhaul. Module descriptors are now module.desc, no configuration allowed inside. Module config files are <modulename>.conf, installed in share/calamares/modules. settings.conf is read from /etc/calamares, then share/calamares, and if running with --debug also in the current dir. Module config files are read from /etc/calamares/modules, then share/calamares/modules, and if running with --debug also in src/modules/<modulename> relative to the current dir.
2014-08-05 18:18:57 +02:00
name: "fstab"
Add basic grub module. Not enabled for now because it requires a rootfs to work Fixes #26
2014-07-24 17:17:40 +02:00
interface: "python"
script: "main.py"
Reference in a new issue
Copy permalink