diff options
Diffstat (limited to 'adelie-build-cd.8')
-rw-r--r-- | adelie-build-cd.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/adelie-build-cd.8 b/adelie-build-cd.8 index 26489d2..885e29e 100644 --- a/adelie-build-cd.8 +++ b/adelie-build-cd.8 @@ -89,10 +89,10 @@ is not specified. Kinds are a specific set of packages and optional startup scripts that define a specific 'kind' of CD image. Official Kinds include Horizon, KDE Live, and MATE Live. You can specify your own by creating a -.Pa packages-$KIND +.Pa packages/kind/$KIND file containing the names of packages you wish (one per line). Additionally, you may optionally create a -.Pa services-$KIND +.Pa services/kind/$KIND file containing the names of services to start up in the default runlevel (one per line). .Sh ENVIRONMENT @@ -120,7 +120,7 @@ A list of additional parameters to provide to when generating the ISO image for the specified architecture. This is used to specify the correct layout for bootable discs on that architecture. .Pp -.It Pa packages-$ARCH +.It Pa packages/arch/$ARCH A list of architecture-specific packages to install on the created media, in addition to the default packages installed on every architecture. This is typically used for bootloaders and firmware manipulation packages. It can also @@ -130,7 +130,7 @@ or .Xr strace 1 and so on) on architectures that are still experimental. .Pp -.It Pa post-$ARCH.sh +.It Pa post/arch/$ARCH.sh If this file exists and is executable, it will be run just before .Xr mkisofs 8 to do any final preparation to the disc root before creating the image. @@ -140,7 +140,7 @@ adelie-build-cd -a x86_64 .Pp LDARCH=powerpc adelie-build-cd -a ppc .Pp -EXTRA_MIRROR=i525 LDARCH=i386 SIGNING_KEY=/etc/portage/adelie.key ./build-cd -a x86 +LDARCH=i386 SIGNING_KEY=/etc/portage/adelie.key ./adelie-build-cd -a pmmx .Sh SEE ALSO .Xr mksquashfs 1 , .Xr apk 8 , |