diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:21 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:21 +0200 |
commit | c9462fd48b0d4fb9968641e46c3350fb5e9986a2 (patch) | |
tree | e14a49ee47996090c87a23c86d2e2c2ac877a70e /src/scripts/22iso.sh | |
parent | fb35af8aa207ef5377022028d9e2b497445fb349 (diff) | |
download | vyos-live-build-c9462fd48b0d4fb9968641e46c3350fb5e9986a2.tar.gz vyos-live-build-c9462fd48b0d4fb9968641e46c3350fb5e9986a2.zip |
Adding live-package 0.99.4-1.
Diffstat (limited to 'src/scripts/22iso.sh')
-rw-r--r-- | src/scripts/22iso.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/scripts/22iso.sh b/src/scripts/22iso.sh index bb67ef9b4..8f5b8c287 100644 --- a/src/scripts/22iso.sh +++ b/src/scripts/22iso.sh @@ -12,10 +12,16 @@ Iso () { mkdir -p "${LIVE_ROOT}"/image/casper + + # Switching package indices to default + Indices default # Generating rootfs image Genrootfs + # Switching package indices to custom + Indices custom + # Installing syslinux Syslinux iso |