Author Acknowledgements
bodhibuilder CLI help
Copy ISO to USB or CD/DVD
Support
See Also (Other Software)
GNU General Public License
Version 2.18.x is compatible with Bodhi Linux 5.x and Ubuntu 18.04.x distributions.
Version 2.2.x is compatible with Bodhi Linux 4.x and Ubuntu 16.04.x distributions.
Version 2.1.x is compatible with Bodhi Linux 3.x and Ubuntu 14.04.x distributions
This is the bodhibuilder program used to create the Linux distribution Bodhi Linux.
It can be used to create an ISO backup of your current OS configuration or to create a distributable ISO.
It is a fork of the Remastersys script. Many thanks to Remastersys!
(Also please see Author Acknowledgements below)
There is a gtk interface available by running : 'sudo bodhibuilder-gtk'.
bodhibuilder is also available via command line as per the help below.
Command line usage of bodhibuilder is as follows:
sudo bodhibuilder -b|-c|-d|backup|clean|dist [[custom.iso]|[cdfs]|[iso custom.iso]]
Examples:
sudo bodhibuilder backup (to make a livecd/dvd backup of your system)
sudo bodhibuilder -b
sudo bodhibuilder backup custom.iso (to make a livecd/dvd backup and call the iso custom.iso)
sudo bodhibuilder -b custom.iso
sudo bodhibuilder clean (to clean up temporary files of bodhibuilder)
sudo bodhibuilder -c
sudo bodhibuilder dist (to make a distributable livecd/dvd of your system)
sudo bodhibuilder -d
sudo bodhibuilder dist cdfs (to make a distributable livecd/dvd filesystem only)
sudo bodhibuilder -d cdfs
sudo bodhibuilder dist iso custom.iso (to make a distributable iso named custom.iso but only
sudo bodhibuilder -d iso custom.iso if the cdfs is already present)
cdfs and iso options should only be used if you wish to modify something on the
cd before the iso is created. An example of this would be to modify the isolinux
portion of the livecd/dvd
Copyright (C) 2015
Stace Fauske stace.fauske@gmail.com <-sef>
Jeff Hoogland JeffHoogland@Linux.com
Charles van de Beek charles.beek@gmail.com Charles@Bodhi
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
ORIGINAL REMASTERSYS COMMENTS:
remastersys script to make an installable livecd/dvd from an (XK)Ubuntu installed
and customized system
Created by Tony "Fragadelic" Brijeski
Copyright 2007-2012 Tony "Fragadelic" Brijeski tb6517@yahoo.com
Originally Created February 12th, 2007
This version is only for Ubuntu's and variants of Lucid 10.04 and up
Code cleanup with suggestions and code from Ivailo (a.k.a. SmiL3y)
Question: Does bodhibuilder have any relationship to Bodhi Linux?
Last edit: Enperry 2022-05-17