UNPKG

penguins-eggs

Version:

A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others

21 lines (20 loc) 715 B
/** * ./src/classes/ovary.d/edit-live-fs.ts * penguins-eggs v.10.0.0 / ecmascript 2020 * author: Piero Proietti * email: piero.proietti@gmail.com * license: MIT */ import Ovary from '../ovary.js'; /** * editLiveFs * - Mark if is_clone or is_clone_crypted * - Truncate logs, remove archived log * - Allow all fixed drives to be mounted with pmount * - Enable or disable password login trhough ssh for users (not root) * - Create an empty /etc/fstab * - Blanck /etc/machine-id * - Add some basic files to /dev * - Clear configs from /etc/network/interfaces, wicd and NetworkManager and netman */ export declare function editLiveFs(this: Ovary, clone?: boolean, cryptedclone?: boolean): Promise<void>;