typos
git-svn-id: http://emdebian.org/svn/current@7207 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
54144625e7
commit
49a11fa47d
1 changed files with 3 additions and 4 deletions
|
@ -290,8 +290,7 @@ C<setup.sh> can be called, passing the location and architecture of
|
||||||
the root filesystem, so that other fine tuning can take place. At
|
the root filesystem, so that other fine tuning can take place. At
|
||||||
this stage, any operations inside the rootfs must not try to execute
|
this stage, any operations inside the rootfs must not try to execute
|
||||||
any binaries within the rootfs. As the final stage of the multistrap
|
any binaries within the rootfs. As the final stage of the multistrap
|
||||||
process, C<config.sh> is copied into the F</machine/$MACHINE/default/>
|
process, C<config.sh> is copied into the root directory of the rootfs.
|
||||||
directory of the rootfs.
|
|
||||||
|
|
||||||
One advantage of using machine:variant support is that the entire
|
One advantage of using machine:variant support is that the entire
|
||||||
rootfilesystem can be managed by a single call to multistrap - this
|
rootfilesystem can be managed by a single call to multistrap - this
|
||||||
|
@ -302,8 +301,8 @@ be called in the variant configuration file (General section):
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
include=/path/to/general.conf
|
include=/path/to/general.conf
|
||||||
setup_script=/path/to/setup.sh
|
setupscript=/path/to/setup.sh
|
||||||
config_script=/path/to/config.sh
|
configscript=/path/to/config.sh
|
||||||
|
|
||||||
|
|
||||||
=head1 Restricting package selection
|
=head1 Restricting package selection
|
||||||
|
|
Loading…
Reference in a new issue