diff options
author | Eric Hameleers <alien@slackware.com> | 2016-02-16 00:15:03 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-02-16 00:15:03 +0100 |
commit | 74115da8e3fd05a934eb9f271cf8c58fd64376b9 (patch) | |
tree | 8d41980099e330fe1347e9231c61b07a817ed147 | |
parent | f73f42a2ed036d0fbfc90da7ebce06974b9371f7 (diff) | |
download | liveslak-74115da8e3fd05a934eb9f271cf8c58fd64376b9.tar.gz liveslak-74115da8e3fd05a934eb9f271cf8c58fd64376b9.tar.xz |
Add the liveslak documentation to the ISO image.
-rwxr-xr-x | make_slackware_live.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index b80d9ae..836970b 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1012,6 +1012,9 @@ fi # Add our scripts to the Live OS: mkdir -p ${LIVE_ROOTDIR}/usr/local/sbin install -m0755 ${LIVE_TOOLDIR}/makemod ${LIVE_TOOLDIR}/iso2usb.sh ${LIVE_ROOTDIR}/usr/local/sbin/ +# And the documentation: +mkdir -p ${LIVE_ROOTDIR}/usr/doc/liveslak-${VERSION} +install -m0644 ${LIVE_TOOLDIR}/README* ${LIVE_ROOTDIR}/usr/doc/liveslak-${VERSION}/ # -------------------------------------------------------------------------- # echo "-- Configuring the X base system." |