Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lipck
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
lipck
Commits
35bf3dbf
Commit
35bf3dbf
authored
9 years ago
by
Christopher Spinrath
Browse files
Options
Downloads
Patches
Plain Diff
help: adapt example run to match the current state
parent
e86432db
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+11
-7
11 additions, 7 deletions
Makefile
with
11 additions
and
7 deletions
Makefile
+
11
−
7
View file @
35bf3dbf
...
...
@@ -567,15 +567,19 @@ help:
@
echo
"Workspace:
$(
WORKSPACE
)
"
@
echo
"You may specify the Architecture by setting ARCH="
@
echo
@
echo
"=== How to run lipck ==="
@
echo
"0. Run make config as user e.g.
\"\$
$
make WORKSPACE=/media/drivewithspace config
\"
."
@
echo
"1. Optional: Run
\"
make image_skel_file
\"
to obtain an empty image file."
@
echo
" You may specify the target file with IMAGE_FILE="
@
echo
"2. Run make image as root
\"
# make image
\"
."
@
echo
" If you have mounted an image/partition (e.g. an empty image created in 1.) set IMAGE_DIR to the mount point,"
@
echo
" (e.g.
\"
# make IMAGE_DIR=/your/mountpoint image
\"
) to update it."
@
echo
"=== Example run of lipck ==="
@
echo
"
\$
$
make WORKSPACE=/media/drivewithspace config #configure lipck"
@
echo
"# make image_mount_if #create and mount a partition"
@
echo
"# make image_grub_install #install grub files"
@
echo
"# make image #main remaster process (requires several cups of coffee)"
@
echo
"# make image_umount #umount the image partition"
@
echo
"
\$
$
#copy mbr+partition to final destination"
@
echo
"
\$
$
make IMAGE_FILE=/somewhere/myfinalimage.img image_assemble"
@
echo
"
\$
$
make /somewhere/myfinalimage.vmdk #(optionally) create a vmdk version"
@
echo
@
echo
"There is a list of all phony targets available under
\"
make listall
\"
"
@
echo
"A list of all config options may be found in:"
@
echo
"
$(
CONFIG_FILE_DEFAULTS
)
"
listall
:
@
echo
"Available targets: "
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment