8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
module "start" "laptop" "Laptopmode Configure"
|
|
|
|
if yesno "Is this a laptop?" "n"; then
|
|
setconf add "laptop" "1"
|
|
addpkg laptop-mode
|
|
fi
|
|
|
|
module end |