forked from rb1205/BitSafe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBUILD
More file actions
28 lines (17 loc) · 862 Bytes
/
Copy pathBUILD
File metadata and controls
28 lines (17 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
To build, first make sure that you have the needed tools:
# aptitude install live-build gettext
you can then edit bitsafe.build.conf and bitsafe.live.conf in the root directory.
These are the files with the most relevant configuration options.
You can then launch the configurator
$ lb config
And, finally, the build itself
# lb build
This will take a moment. At the end of the process, you'll find the binary.img file
in the root directory. You can flash that one directly with dd
# dd if=binary.img of=/dev/sd...
WARNING: This will cancell everything you have on the media, including the persistent
storage partition!!!
If you don't want to wipe the drive with the above command, you can just copy the data
in the binary/ directory to your drive's first partition.
If you want to rebuild your image, remember to clean before configuring.
# lb clean