diff options
Diffstat (limited to 'make_slackware_live.sh')
-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." |