Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hamara-server-edition
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rajudev
hamara-server-edition
Commits
5f2a4819
Commit
5f2a4819
authored
Mar 22, 2016
by
Raju Vindane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made changes to remove UI part from the OS
parent
96b4387a
Pipeline
#4
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
24 deletions
+3
-24
makeiso.sh
makeiso/makeiso.sh
+3
-24
No files found.
makeiso/makeiso.sh
View file @
5f2a4819
...
...
@@ -167,7 +167,7 @@ echo -n ${i}iso/hamara_${VERSION}_sources.iso','
done
|
sed
's/,$//'
)
cd
iso
$MKTORRENT
-a
$TRACKER
-c
"Hamara GNU/Linux
$VERSION
$CODENAME
Source DVD"
-w
$SEEDS
hamara_
${
VERSION
}
_sources.iso
$MKTORRENT
-a
$TRACKER
-c
"Hamara GNU/Linux
Server Edition
$VERSION
$CODENAME
Source DVD"
-w
$SEEDS
hamara_
${
VERSION
}
_sources.iso
}
...
...
@@ -281,10 +281,6 @@ EOF
chmod
755
$CHROOT
/usr/sbin/start
$CHROOT
/usr/sbin/stop
# Trying to get ubiquity from the hamara repos of namaste
echo
"Adding repos of Namaste"
# apt setup for the debootstrap second stage
cat
<<
EOF
>
$CHROOT
/etc/apt/sources.list
deb
$MIRROR
$CODENAME
main
...
...
@@ -301,9 +297,6 @@ deb-src $MIRROR $CODENAME-updates contrib
deb
$MIRROR
$CODENAME
-updates non-free
deb-src
$MIRROR
$CODENAME
-updates non-free
deb http://archive.hamaralinux.org/hamara/ namaste main restricted multiverse
deb http://archive.hamaralinux.org/hamara/ namaste universe
EOF
...
...
@@ -332,12 +325,9 @@ apt-get install -y --force-yes --no-install-recommends $DIST ${DIST}-recommended
#Adding some packages that probably should be part of hamara-meta
echo "Installing ubiquity"
# Excluding debian-installer launcher and adding packages for ubiquity
apt-get install -y live-config debian-installer debian-installer-launcher live-boot extlinux
apt-get install -y live-config task-lxde-desktop ubiquity ubiquity-slideshow-hamara ubiquity-ubuntu-artwork live-boot extlinux plymouth-theme-hamara
echo "Removing Repositories of namaste as there need for installing ubiquity is done"
cat << EOF > $CHROOT/etc/apt/sources.list
deb $MIRROR $CODENAME main
deb-src $MIRROR $CODENAME main
...
...
@@ -357,17 +347,6 @@ EOF
apt-get update
echo "Inserting the lsb-release file for ubiquity"
touch $CHROOT/etc/lsb-release
cat << EOF > $CHROOT/etc/lsb-release
DISTRIB_ID=HamaraDIST
DISTRIB_RELEASE=2.0
DISTRIB_CODENAME=sugam
DISTRIB_DESCRIPTION="Hamara 2.0"
EOF
echo task-lxde-desktop > config/package-lists/desktop.list.chroot
apt-get clean
'
>>
$CHROOT
/tmp/install
...
...
@@ -524,7 +503,7 @@ echo -n $i$FILE','
done
|
sed
's/,$//'
)
cd
iso
$MKTORRENT
-a
$TRACKER
-c
"Hamara GNU/Linux
$VERSION
$CODENAME$EXTRACOMMENT
.
$ARCH
Installable Live CD"
-w
$SEEDS
$FILE
$MKTORRENT
-a
$TRACKER
-c
"Hamara GNU/Linux
Server Edition
$VERSION
$CODENAME$EXTRACOMMENT
.
$ARCH
Installable Live CD"
-w
$SEEDS
$FILE
}
DO_ISO
(){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment