From 74115da8e3fd05a934eb9f271cf8c58fd64376b9 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 16 Feb 2016 00:15:03 +0100 Subject: Add the liveslak documentation to the ISO image. --- make_slackware_live.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make_slackware_live.sh') 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." -- cgit v1.2.3