-
Notifications
You must be signed in to change notification settings - Fork 46
Home
spin-kickstarts
Ho copiato initrd.img e vmlinuz dal cd di Fedora e li ho posti nella root del sistema per rendere la configurazione similare a Debian/Ubuntu dove sono dei link a /boot/initrd e /boot/vmlinuz solo che qua ho utilizzato i file del cd perchè dovrebbero contenere la configurazione live, fornita su Debian dal pacchetto live-boot che qua non esiste! :-(
Creo un punto di mount initrd e monto l'immagine $ mkdir initrd $ cd initrd $ xz -dc < /initrd.img | cpio -idmv
I'm writing a remaster system using nodejs as language, and the egg as metaphora to illustrate/explain the function.
So, installing penguins-eggs inside a system (penguin), we will have the following actions:
- eggs spawn
- eggs kill
- eggs hatch
It work enought well and can remaster and install Debian 8, 9, Ubuntu 17.10 and derivates.
It is only a console utility, but really easy to use.
In addiction, to the usual behaviour of a remaster/reinstall system - like remastersys, systemback or similar, here we have also the possibility to use the system as PXE server for remote boot of other computers in the net.
- eggs cuckoo
Becouse I'm working on a Proxmox VE developer workstation, the partition schema is the same as PVE, so will be possible using it on Debian Stretch to add Proxmox VE repository and obtain, in this way a nice, customizable image of Proxmox VE developer workstation.