Skip to content

Commit

Permalink
Fixed postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
clayrisser committed Jun 1, 2018
1 parent fac8ede commit 1bc8be3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.2.2] - 2018-06-01
### Added
* caching
* custom preseed
* preseed merge
### Fixed
* chown bugs
* postinstall script


## [0.2.1] - 2018-05-31
### Added
- Caching
* caching

## [0.2.0] - 2018-05-25
### Added
- Keyring builder
- Package extras
* keyring builder
* package extras

## [0.1.0] - 2018-05-24
### Added
- Beta release
* beta release

## [0.0.1] - 2018-05-30
### Added
- Initial commit
* initial commit
4 changes: 2 additions & 2 deletions forkbuntu/preseed.seed
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ d-i pkgsel/include string \
{% endfor %}
{% endif %}# Post install
d-i preseed/late_command string \
rsync /cdrom/scripts /target/root --chmod=ugo+rwx
# chroot /target bash /root/scripts/run_postinstall.sh
cp -r /cdrom/scripts /target/root && \
chroot /target bash /root/scripts/run_postinstall.sh

# Network configuration
d-i netcfg/get_hostname string {{ hostname }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
setup(
name='forkbuntu',

version='0.2.1',
version='0.2.2',

description='Easily create your own ubuntu distribution and install cd',

Expand Down

0 comments on commit 1bc8be3

Please sign in to comment.