Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hamara-live-build
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
Syam G K
hamara-live-build
Commits
a2f61123
Commit
a2f61123
authored
Jun 18, 2018
by
isaagar
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'master'
Changes for Renaming menu entries, gtkhash hook and some packages See merge request
hamara-developers/hamara-live-build!48
parents
56cfac6a
9c220976
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
32 deletions
+27
-32
.gitlab-ci.yml
.gitlab-ci.yml
+11
-12
0080-remove-shortcut-files.chroot
...sugam/config/hooks/live/0080-remove-shortcut-files.chroot
+3
-3
desktop.list.chroot
...g.d/hamara-sugam/config/package-lists/desktop.list.chroot
+6
-2
live-packages.list.chroot_live
...sugam/config/package-lists/live-packages.list.chroot_live
+2
-0
grub.cfg
data/hamara-sugam/bootloaders/grub-pc/grub.cfg
+3
-13
live.cfg.in
data/hamara-sugam/bootloaders/isolinux/live.cfg.in
+2
-2
No files found.
.gitlab-ci.yml
View file @
a2f61123
...
...
@@ -13,15 +13,13 @@ build-hamara-sugam-amd64:
script
:
-
apt-get update
-
apt-get -y upgrade
-
apt-get -y install figlet apt-utils build-essential devscripts binutils debootstrap git syslinux squashfs-tools genisoimage dh-make live-build live-config
#Actually build the ISO
-
./mkbuild iso amd64 in.devel.hamaralinux.org hamara-sugam final
# The files which are to be made available in Gitlab interface
-
apt-get -y install figlet apt-utils build-essential devscripts tree binutils debootstrap git syslinux squashfs-tools genisoimage live-build live-config
-
./mkbuild iso amd64 in.devel.hamaralinux.org hamara-sugam final
#build amd64
-
tree builds/$CI_PROJECT_NAMESPACE/hamara-live-build/output
artifacts
:
paths
:
-
builds/$CI_PROJECT_NAMESPACE/hamara-live-build/output/
-
../hamara-live-build/output/*
untracked
:
false
expire_in
:
1 day
...
...
@@ -37,13 +35,13 @@ build-hamara-sugam-i386:
script
:
-
apt-get update
-
apt-get -y upgrade
-
apt-get -y install figlet apt-utils build-essential devscripts
binutils debootstrap git syslinux squashfs-tools genisoimage dh-mak
e live-build live-config
#Actually build the ISO
-
./mkbuild iso i386 in.devel.hamaralinux.org hamara-sugam final
-
apt-get -y install figlet apt-utils build-essential devscripts
tree binutils debootstrap git syslinux squashfs-tools genisoimag
e live-build live-config
-
./mkbuild iso i386 in.devel.hamaralinux.org hamara-sugam final
#build i386
-
tree builds/$CI_PROJECT_NAMESPACE/hamara-live-build/output
# The files which are to be made available in Gitlab interface
artifacts
:
paths
:
-
output/*
-
builds/$CI_PROJECT_NAMESPACE/hamara-live-build/output/
-
../hamara-live-build/output/*
untracked
:
false
expire_in
:
1 day
expire_in
:
1 day
\ No newline at end of file
config.d/hamara-sugam/config/hooks/live/0080-remove-shortcut-files.chroot
View file @
a2f61123
...
...
@@ -10,8 +10,8 @@ rm -f /usr/share/applications/gksu.desktop
#Remove calamares desktop file
rm
-f
/usr/share/applications/calamares.desktop
#Remove gtkhash desktop file
rm
-f
/usr/share/applications/gtkhash.desktop
#Remove bluetooth adapters desktop file
rm
-f
/usr/share/applications/bluetooth-adapters.desktop
#Remove gtkhash desktop file
rm
-f
/usr/share/applications/gtkhash.desktop
config.d/hamara-sugam/config/package-lists/desktop.list.chroot
View file @
a2f61123
...
...
@@ -20,4 +20,8 @@ gimp
#Installer
calamares
calamares-settings-hamara
\ No newline at end of file
calamares-settings-hamara
#Hamara welcome app
hamara-welcome
hamara-sugam-config
\ No newline at end of file
config.d/hamara-sugam/config/package-lists/live-packages.list.chroot_live
View file @
a2f61123
...
...
@@ -4,3 +4,4 @@ virtualbox-guest-utils
#virtualbox-guest-x11
hamara-live
hamara-wallpapers
\ No newline at end of file
data/hamara-sugam/bootloaders/grub-pc/grub.cfg
View file @
a2f61123
...
...
@@ -37,23 +37,13 @@ fi
# Live boot
menuentry "
Try Hamara Sugam without Installing
" {
menuentry "
Boot Hamara Sugam Live
" {
set gfxpayload=keep
linux KERNEL_LIVE APPEND_LIVE
initrd INITRD_LIVE
}
menuentry "
Try Hamara Sugam (SafeMode) without Installing
" {
menuentry "
Boot Hamara Sugam Live (safe mode)
" {
linux KERNEL_LIVE boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal
initrd INITRD_LIVE
}
#menuentry "Install Hamara Sugam" {
# linux KERNEL_GI APPEND_GI
# initrd INITRD_GI
# }
#menuentry "Install with speech synthesis" --hotkey i {
# linux KERNEL_DI vga=788 speakup.synth=soft --- quiet
# initrd INITRD_GI
#}
data/hamara-sugam/bootloaders/isolinux/live.cfg.in
View file @
a2f61123
label live-@FLAVOUR@
menu label
Try Hamara Sugam before installing
menu label
Boot Hamara Sugam Live
menu default
linux @LINUX@
initrd @INITRD@
append @APPEND_LIVE@
label live-@FLAVOUR@-failsafe
menu label
Try Hamara Sugam (safe mode) before installing
menu label
Boot Hamara Sugam Live (safe mode)
linux @LINUX@
initrd @INITRD@
append @APPEND_LIVE_FAILSAFE@
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