Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hamara-live-build_v2
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_v2
Commits
b7445833
Commit
b7445833
authored
Jul 03, 2018
by
isaagar
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'default-shell-fix' into 'master'
This merge request resolves a few of the bugs and issues. See merge request
hamara-developers/hamara-live-build!50
parents
692e7d94
e9913990
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletion
+19
-1
0090-add-sources.list.chroot
...mara-sugam/config/hooks/live/0090-add-sources.list.chroot
+9
-0
0100-source-bashrc-to-current-user.hook.chroot
...hooks/live/0100-source-bashrc-to-current-user.hook.chroot
+7
-0
tools.list.chroot
config.d/hamara-sugam/config/package-lists/tools.list.chroot
+3
-1
No files found.
config.d/hamara-sugam/config/hooks/live/0090-add-sources.list.chroot
0 → 100755
View file @
b7445833
#!/bin/bash
#install hamara Sugam repositories
echo
"#Hamara Sugam repositories"
>
/etc/apt/sources.list
echo
"deb http://in.devel.hamaralinux.org/hamara-sugam namaste main contrib non-free"
>>
/etc/apt/sources.list
echo
"deb-src http://in.devel.hamaralinux.org/hamara-sugam namaste main contrib non-free"
>>
/etc/apt/sources.list
echo
"deb http://security.debian.org/debian-security testing/updates main"
>>
/etc/apt/sources.list
apt update
config.d/hamara-sugam/config/hooks/live/0100-source-bashrc-to-current-user.hook.chroot
0 → 100755
View file @
b7445833
#!/bin/bash
echo
$SHELL
echo
$USER
cp
/etc/skel/.bashrc /home/hamara/.bashrc
\ No newline at end of file
config.d/hamara-sugam/config/package-lists/tools.list.chroot
View file @
b7445833
...
...
@@ -86,4 +86,5 @@ console-setup
#Support for printers
system-config-printer
#logical volume management support
lvm2
\ No newline at end of file
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