OSDN Git Service

BodhiBuilderのリポジトリを作成
[serene/serene-bodhibuilder.git] / usr / share / doc / bodhibuilder-gtk / README
1  Bodhibuilder
2
3 - a script modified from Remastersys, which will now create a livecd/dvd 
4 from a working Bodhi Linux install version 3.0.0 and up.
5
6 For more information, please visit http://forums.bodhilinux.com/ and
7 feel free to ask questions, someone may be able to help you.
8
9 Stace Fauske <stace.fauske@gmail.com> <-sef>
10 Jeff Hoogland <JeffHoogland@Linux.com>
11 Charles van de Beek <charles.beek@gmail.com> Charles@Bodhi
12
13
14 COMMENTS FROM REMASTERSYS' ORIGINAL AUTHOR:
15 (I cannot guarantee the authenticity of these comments toward bodhibuilder scripts -sef)
16
17 Limitations of remastering
18 ========================== 
19
20 Due to some common questions I keep getting asked repeatedly I have put the answers here.
21
22 There are some limitations for remastering right now and they have absolutely nothing to do with Remastersys itlself.
23
24 1 - Nvidia and ATI proprietary drivers are disabled at the kernel level by ubuntu's casper scripts - no workaround
25
26 2 - limit of 4Gig for any single file on the iso file which is a limitation of the iso9660 spec which means the 
27 compressed filesystem must be 4G or less - no workaround
28
29 3 - no official text mode installer for the livecd so all remasters that you want to be able to install must have a gui
30 - no workaround
31
32 4 - Install options limited to what Ubuntu's installer, Ubiquity can do - no workaround
33
34 5 - In order for the Ubuntu casper scripts to create and boot into the livecd user, either gdm or kdm must be used
35 as the login manager - no workaround
36
37 6 - the livecd is limited to 1 iso file as casper only look for a single filesystem.squashfs file - no workaround
38
39 7 - compression level of the filesystem.squashfs doesn't have lzma as the Ubuntu kernel and mksquashfs would need
40 to be patched - unsupported/no workaround.
41
42 8 - livecd only works properly with linux-generic livecd kernel - if you make your own kernel you are on your own
43 - unsupported so please don't ask for help with this
44
45 9 - if it isn't in the normal Ubuntu repositories or requires a patch of an app that changes it from stock ubuntu apps
46 it is completely unsupported so please don't ask me for help with these
47
48 10 - there are certain apps and libraries that Ubuntu doesn't have on their livecd's and for whatever reason they
49 cause the livecd to fail if they are installed - no workaround
50
51 11 - if your customizations are not showing up on the livecd then it means you have not made the changes in the
52 correct place.  You must figure out what files need to be changed or where the global configuration of the settings
53 are that you are trying to change.  I only use KDE so I couldn't answer any gnome related questions anyway.
54 - you are on your own.
55
56 I have no intentions of maintaining a fork of casper or ubiquity or any other app so please don't ask me to change
57 any of the above.  I make remastersys which helps you remaster a base Ubuntu desktop live system and thats it.
58
59 These are not limitations of remastersys but rather the underlying tools that are used to remaster the
60 livecd/run the livecd/install the livecd.
61
62 These may change in the future if Ubuntu changes them but for now they are the limitations and there are no workarounds.
63
64 Remastersys simply builds the livecd from the system you are running.  If you have it setup correctly and
65 nothing conflicts with Ubuntu's casper or ubiquity then it should build, run and install just fine.
66
67  
68 Information About Dist Mode
69 ===========================
70
71 The dist mode of remastersys is unsupported for the most part.
72
73 I have tested remastersys on stock installs of Ubuntu, Kubuntu and usually Xubuntu as well.
74
75 Normal i386 and amd64 versions so I know remastersys works on stock installs.
76
77 Most problems in dist mode are created by yourself due to customization or package choice.
78
79 These issues have nothing to do with remastersys.
80 They conflict with Ubuntu's casper livecd boot tool and Ubuntu's ubiquity installer and those aren't
81 going to be changed to suit your needs.  If you want to make changes to them, you will need to fork
82 those projects off on your own.
83
84
85
86
87 Regards,
88 Tony Brijeski aka Fragadelic